Shades of Green #06740D
Tints of Green #06740D
RGB
CMYK
RGB Variations
Color information
#06740D (or 0x06740D) is known color: Green. HEX triplet: 06, 74 and 0D. RGB value is (6,116,13). Sum of RGB (Red+Green+Blue) = 6+116+13=135 (17% of max value = 765). Red value is 6 (2.73% from 255 or 4.44% from 135); Green value is 116 (45.70% from 255 or 85.93% from 135); Blue value is 13 (5.47% from 255 or 9.63% from 135); Max value from RGB is 116 - color contains mainly: green. Hex color #06740D is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #06740D is #F98BF2. Grayscale: #474747. Windows color (decimal): -16354291 or 881670. OLE color: 881670.
HSL color Cylindrical-coordinate representation of color #06740D: hue angle of 123.82º degrees, saturation: 0.9, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #06740D is Cyan = 0.95, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 6 | 116 | 13 | - |
| CMYK | 0.95 | 0 | 0.89 | 0.55 |
| HSL | 123.82º | 0.9% | 0.24% | - |
| HSV(B) | 123.82º | 0.95% | 0.45% | - |
| XYZ | 6.39 | 12.56 | 2.47 | - |
| YUV | 71.37 | 95.06 | 81.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 116 | 13 | 0.95 | 0 | 0.89 | 0.55 | 123.82 | 0.9 | 0.24 |
| Hex | 6 | 74 | D | 5F | 0 | 59 | 37 | 7C | 5A | 18 |
| Octal | 6 | 164 | 15 | 137 | 0 | 131 | 67 | 174 | 132 | 30 |
| Binary | 110 | 1110100 | 1101 | 1011111 | 0 | 1011001 | 110111 | 1111100 | 1011010 | 11000 |
Color Harmonies of #06740D
Complementary color
Monochromatic Colors of #06740D
Black with #06740D
Text Example
Text Example
White with #06740D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #06740D; }
p { color: rgb(6,116,13); }
H1.HeaderClassName
{
color: #06740D;
}
.AnyTagClassName
{
color: #06740D;
}
</style>
background-color css
<style>
a { background-color: #06740D; }
a { background-color: rgb(6,116,13); }
div.DivClassName
{
background-color: #06740D;
}
.BgClassName
{
background-color: #06740D;
}
</style>
border-color css
<style>
span { border-color: #06740D; }
span { border-color: rgb(6,116,13); }
td.TdClassName
{
border-color: #06740D;
}
.TagClassName
{
border-color: #06740D;
}
</style>