Shades of Green #006F12
Tints of Green #006F12
RGB
CMYK
RGB Variations
Color information
#006F12 (or 0x006F12) is known color: Green. HEX triplet: 00, 6F and 12. RGB value is (0,111,18). Sum of RGB (Red+Green+Blue) = 0+111+18=129 (17% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 129); Green value is 111 (43.75% from 255 or 86.05% from 129); Blue value is 18 (7.42% from 255 or 13.95% from 129); Max value from RGB is 111 - color contains mainly: green. Hex color #006F12 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #006F12 is #FF90ED. Grayscale: #434343. Windows color (decimal): -16748782 or 1208064. OLE color: 1208064.
HSL color Cylindrical-coordinate representation of color #006F12: hue angle of 129.73º degrees, saturation: 1, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 1%. Process color model (Four color, CMYK) of #006F12 is Cyan = 1, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 0 | 111 | 18 | - |
| CMYK | 1 | 0 | 0.84 | 0.56 |
| HSL | 129.73º | 1% | 0.22% | - |
| HSV(B) | 129.73º | 1% | 0.44% | - |
| XYZ | 5.79 | 11.41 | 2.47 | - |
| YUV | 67.21 | 100.23 | 80.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 111 | 18 | 1 | 0 | 0.84 | 0.56 | 129.73 | 1 | 0.22 |
| Hex | 0 | 6F | 12 | 64 | 0 | 54 | 38 | 82 | 64 | 16 |
| Octal | 0 | 157 | 22 | 144 | 0 | 124 | 70 | 202 | 144 | 26 |
| Binary | 0 | 1101111 | 10010 | 1100100 | 0 | 1010100 | 111000 | 10000010 | 1100100 | 10110 |
Color Harmonies of #006F12
Complementary color
Monochromatic Colors of #006F12
Black with #006F12
Text Example
Text Example
White with #006F12
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #006F12; }
p { color: rgb(0,111,18); }
H1.HeaderClassName
{
color: #006F12;
}
.AnyTagClassName
{
color: #006F12;
}
</style>
background-color css
<style>
a { background-color: #006F12; }
a { background-color: rgb(0,111,18); }
div.DivClassName
{
background-color: #006F12;
}
.BgClassName
{
background-color: #006F12;
}
</style>
border-color css
<style>
span { border-color: #006F12; }
span { border-color: rgb(0,111,18); }
td.TdClassName
{
border-color: #006F12;
}
.TagClassName
{
border-color: #006F12;
}
</style>