Shades of Green #067407
Tints of Green #067407
RGB
CMYK
RGB Variations
Color information
#067407 (or 0x067407) is known color: Green. HEX triplet: 06, 74 and 07. RGB value is (6,116,7). Sum of RGB (Red+Green+Blue) = 6+116+7=129 (17% of max value = 765). Red value is 6 (2.73% from 255 or 4.65% from 129); Green value is 116 (45.70% from 255 or 89.92% from 129); Blue value is 7 (3.12% from 255 or 5.43% from 129); Max value from RGB is 116 - color contains mainly: green. Hex color #067407 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #067407 is #F98BF8. Grayscale: #474747. Windows color (decimal): -16354297 or 488454. OLE color: 488454.
HSL color Cylindrical-coordinate representation of color #067407: hue angle of 120.55º 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 #067407 is Cyan = 0.95, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 6 | 116 | 7 | - |
| CMYK | 0.95 | 0 | 0.94 | 0.55 |
| HSL | 120.55º | 0.9% | 0.24% | - |
| HSV(B) | 120.55º | 0.95% | 0.45% | - |
| XYZ | 6.36 | 12.54 | 2.29 | - |
| YUV | 70.68 | 92.06 | 81.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 116 | 7 | 0.95 | 0 | 0.94 | 0.55 | 120.55 | 0.9 | 0.24 |
| Hex | 6 | 74 | 7 | 5F | 0 | 5E | 37 | 79 | 5A | 18 |
| Octal | 6 | 164 | 7 | 137 | 0 | 136 | 67 | 171 | 132 | 30 |
| Binary | 110 | 1110100 | 111 | 1011111 | 0 | 1011110 | 110111 | 1111001 | 1011010 | 11000 |
Color Harmonies of #067407
Complementary color
Monochromatic Colors of #067407
Black with #067407
Text Example
Text Example
White with #067407
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #067407; }
p { color: rgb(6,116,7); }
H1.HeaderClassName
{
color: #067407;
}
.AnyTagClassName
{
color: #067407;
}
</style>
background-color css
<style>
a { background-color: #067407; }
a { background-color: rgb(6,116,7); }
div.DivClassName
{
background-color: #067407;
}
.BgClassName
{
background-color: #067407;
}
</style>
border-color css
<style>
span { border-color: #067407; }
span { border-color: rgb(6,116,7); }
td.TdClassName
{
border-color: #067407;
}
.TagClassName
{
border-color: #067407;
}
</style>