COLOR #07FF6D

HEX: #07FF6D
RGB: (7,255,109)

Color info

#07FF6D contains mainly green color. Web safe color of #07FF6D is #00FF66 (or #0F6).

RGB color model

#07FF6D color RGB value is (7,255,109).

  • red value is 7;
  • green value is 255;
  • blue value is 109.
RGB:
(7,255,109)
(3%,100%,43%)

RGB channels and saturation

R 7 of 255 = 3%
G 255 of 255 = 100%
B 109 of 255 = 43%

7
255
109

R + G + B ~ 49%. #07FF6D is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
7 + 255 + 109 = 371 (100%)
R 7 of 371 ~ 1.89%
G 255 of 371 ~ 68.73%
B 109 of 371 ~ 29.38%

%68.73
%29.38

CMYK color model

#07FF6D color CMYK value is (97,0,57,0).

  • cyan value is 97.25%
  • magenta value is 0.00%
  • yellow value is 57.25%
  • key color value is 0.00%
CMYK:
(97,0,57,0)
C97M0Y57K0 
(97%,0%,57%,0%)
(0.97/0.00/0.57/0.00)	

CMYK percentages

%97.25
%0
%57.25
%0

Codes

Color #07FF6D in popluar color models

07FF6D
RGB7255109
HSL145°100.00%51.37%
HSB/HSV145°97.25%100.00%
CMYK97.25%0.00%57.25%
0.00%

Color #07FF6D in popluar number systems.

HEX07FF6D
Decimal7255109
Binary111111111111101101
Octal7377155

Shades and tints

Shades of #07FF6D

#07FF6D
(7,255,109)
#07E864
(7,232,100)
#07D15B
(7,209,91)
#07BA52
(7,186,82)
#07A349
(7,163,73)
#078C40
(7,140,64)
#077537
(7,117,55)
#075E2E
(7,94,46)
#074725
(7,71,37)
#07301C
(7,48,28)
#071913
(7,25,19)
#000000
(0,0,0)

Tints of #07FF6D

#07FF6D
(7,255,109)
#1DFF7A
(29,255,122)
#33FF87
(51,255,135)
#49FF94
(73,255,148)
#5FFFA1
(95,255,161)
#75FFAE
(117,255,174)
#8BFFBB
(139,255,187)
#A1FFC8
(161,255,200)
#B7FFD5
(183,255,213)
#CDFFE2
(205,255,226)
#E3FFEF
(227,255,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #07FF6D color. Also use rgb(7,255,109) instead hex code.

Text Font Color

.myTextColor { color: #07FF6D; }

<p style="color:#07FF6D">This sample text font color is #07FF6D.</p>

This text font color is #07FF6D.


Background Color

.myBgColor { background-color: #07FF6D; }

<div style="background-color:#07FF6D">Inner text</div>

This div background color is #07FF6D.


Border color

.myBorderColor { border: 1px solid #07FF6D; }

<div style="border:3px solid #07FF6D">Div</div>

This div border color is #07FF6D.


Opacity

.myOpacity80 { color: #07FF6D; opacity: 0.8; }

<p style="color:#07FF6D;opacity:0.8;">80%</p>

Text with #07FF6D color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.

Background with opacity value 80%.

Background with opacity value 50%.

Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #07FF6D;}

<p style="text-shadow: 3px 3px 1px #07FF6D">Text here.</p>

This text has shadow with #07FF6D color.

.textShadow {text-shadow: 3px 3px 1px #07FF6D, 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #07FF6D, 5px 5px 20px red">Text here.</p>

This text has shadow with #07FF6D primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#07FF6D, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#07FF6D, Direction=45, Strength=4)">Text</p>

This text has shadow with #07FF6D and red colors in old Internet Explorer.


Div box shadow color

/* css code */
.divShadow
{
  -moz-box-shadow:	1px 1px 3px 2px #07FF6D;
  -webkit-box-shadow:	1px 1px 3px 2px #07FF6D;
  box-shadow:		1px 1px 3px 2px #07FF6D;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #07FF6D;
-webkit-box-shadow: 1px 1px 3px 2px #07FF6D;
box-shadow:1px 1px 3px 2px #07FF6D;">
Div content here</div>
This div box has shadow with color #07FF6D.

Preview

Color preview on black background

This text has color #07FF6D on black background.


Color preview on white background

This text has color #07FF6D on white background.



Black color preview on #07FF6D background

This text has black color on #07FF6D background.


White color preview on #07FF6D background

This text has white color on #07FF6D background.