Shades of Green #066B12
Tints of Green #066B12
RGB
CMYK
RGB Variations
Color information
#066B12 (or 0x066B12) is known color: Green. HEX triplet: 06, 6B and 12. RGB value is (6,107,18). Sum of RGB (Red+Green+Blue) = 6+107+18=131 (17% of max value = 765). Red value is 6 (2.73% from 255 or 4.58% from 131); Green value is 107 (42.19% from 255 or 81.68% from 131); Blue value is 18 (7.42% from 255 or 13.74% from 131); Max value from RGB is 107 - color contains mainly: green. Hex color #066B12 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #066B12 is #F994ED. Grayscale: #424242. Windows color (decimal): -16356590 or 1207046. OLE color: 1207046.
HSL color Cylindrical-coordinate representation of color #066B12: hue angle of 127.13º degrees, saturation: 0.89, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #066B12 is Cyan = 0.94, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 6 | 107 | 18 | - |
| CMYK | 0.94 | 0 | 0.83 | 0.58 |
| HSL | 127.13º | 0.89% | 0.22% | - |
| HSV(B) | 127.13º | 0.94% | 0.42% | - |
| XYZ | 5.44 | 10.6 | 2.33 | - |
| YUV | 66.66 | 100.54 | 84.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 107 | 18 | 0.94 | 0 | 0.83 | 0.58 | 127.13 | 0.89 | 0.22 |
| Hex | 6 | 6B | 12 | 5E | 0 | 53 | 3A | 7F | 59 | 16 |
| Octal | 6 | 153 | 22 | 136 | 0 | 123 | 72 | 177 | 131 | 26 |
| Binary | 110 | 1101011 | 10010 | 1011110 | 0 | 1010011 | 111010 | 1111111 | 1011001 | 10110 |
Color Harmonies of #066B12
Complementary color
Monochromatic Colors of #066B12
Black with #066B12
Text Example
Text Example
White with #066B12
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #066B12; }
p { color: rgb(6,107,18); }
H1.HeaderClassName
{
color: #066B12;
}
.AnyTagClassName
{
color: #066B12;
}
</style>
background-color css
<style>
a { background-color: #066B12; }
a { background-color: rgb(6,107,18); }
div.DivClassName
{
background-color: #066B12;
}
.BgClassName
{
background-color: #066B12;
}
</style>
border-color css
<style>
span { border-color: #066B12; }
span { border-color: rgb(6,107,18); }
td.TdClassName
{
border-color: #066B12;
}
.TagClassName
{
border-color: #066B12;
}
</style>