Shades of Green #067712
Tints of Green #067712
RGB
CMYK
RGB Variations
Color information
#067712 (or 0x067712) is known color: Green. HEX triplet: 06, 77 and 12. RGB value is (6,119,18). Sum of RGB (Red+Green+Blue) = 6+119+18=143 (18% of max value = 765). Red value is 6 (2.73% from 255 or 4.20% from 143); Green value is 119 (46.88% from 255 or 83.22% from 143); Blue value is 18 (7.42% from 255 or 12.59% from 143); Max value from RGB is 119 - color contains mainly: green. Hex color #067712 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #067712 is #F988ED. Grayscale: #494949. Windows color (decimal): -16353518 or 1210118. OLE color: 1210118.
HSL color Cylindrical-coordinate representation of color #067712: hue angle of 126.37º degrees, saturation: 0.9, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #067712 is Cyan = 0.95, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 6 | 119 | 18 | - |
| CMYK | 0.95 | 0 | 0.85 | 0.53 |
| HSL | 126.37º | 0.9% | 0.25% | - |
| HSV(B) | 126.37º | 0.95% | 0.47% | - |
| XYZ | 6.78 | 13.28 | 2.78 | - |
| YUV | 73.7 | 96.56 | 79.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 119 | 18 | 0.95 | 0 | 0.85 | 0.53 | 126.37 | 0.9 | 0.25 |
| Hex | 6 | 77 | 12 | 5F | 0 | 55 | 35 | 7E | 5A | 19 |
| Octal | 6 | 167 | 22 | 137 | 0 | 125 | 65 | 176 | 132 | 31 |
| Binary | 110 | 1110111 | 10010 | 1011111 | 0 | 1010101 | 110101 | 1111110 | 1011010 | 11001 |
Color Harmonies of #067712
Complementary color
Monochromatic Colors of #067712
Black with #067712
Text Example
Text Example
White with #067712
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #067712; }
p { color: rgb(6,119,18); }
H1.HeaderClassName
{
color: #067712;
}
.AnyTagClassName
{
color: #067712;
}
</style>
background-color css
<style>
a { background-color: #067712; }
a { background-color: rgb(6,119,18); }
div.DivClassName
{
background-color: #067712;
}
.BgClassName
{
background-color: #067712;
}
</style>
border-color css
<style>
span { border-color: #067712; }
span { border-color: rgb(6,119,18); }
td.TdClassName
{
border-color: #067712;
}
.TagClassName
{
border-color: #067712;
}
</style>