Shades of Green #066B08
Tints of Green #066B08
RGB
CMYK
RGB Variations
Color information
#066B08 (or 0x066B08) is known color: Green. HEX triplet: 06, 6B and 08. RGB value is (6,107,8). Sum of RGB (Red+Green+Blue) = 6+107+8=121 (16% of max value = 765). Red value is 6 (2.73% from 255 or 4.96% from 121); Green value is 107 (42.19% from 255 or 88.43% from 121); Blue value is 8 (3.52% from 255 or 6.61% from 121); Max value from RGB is 107 - color contains mainly: green. Hex color #066B08 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #066B08 is #F994F7. Grayscale: #414141. Windows color (decimal): -16356600 or 551686. OLE color: 551686.
HSL color Cylindrical-coordinate representation of color #066B08: hue angle of 121.19º 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 #066B08 is Cyan = 0.94, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 6 | 107 | 8 | - |
| CMYK | 0.94 | 0 | 0.93 | 0.58 |
| HSL | 121.19º | 0.89% | 0.22% | - |
| HSV(B) | 121.19º | 0.94% | 0.42% | - |
| XYZ | 5.38 | 10.57 | 1.99 | - |
| YUV | 65.52 | 95.54 | 85.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 107 | 8 | 0.94 | 0 | 0.93 | 0.58 | 121.19 | 0.89 | 0.22 |
| Hex | 6 | 6B | 8 | 5E | 0 | 5D | 3A | 79 | 59 | 16 |
| Octal | 6 | 153 | 10 | 136 | 0 | 135 | 72 | 171 | 131 | 26 |
| Binary | 110 | 1101011 | 1000 | 1011110 | 0 | 1011101 | 111010 | 1111001 | 1011001 | 10110 |
Color Harmonies of #066B08
Complementary color
Monochromatic Colors of #066B08
Black with #066B08
Text Example
Text Example
White with #066B08
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #066B08; }
p { color: rgb(6,107,8); }
H1.HeaderClassName
{
color: #066B08;
}
.AnyTagClassName
{
color: #066B08;
}
</style>
background-color css
<style>
a { background-color: #066B08; }
a { background-color: rgb(6,107,8); }
div.DivClassName
{
background-color: #066B08;
}
.BgClassName
{
background-color: #066B08;
}
</style>
border-color css
<style>
span { border-color: #066B08; }
span { border-color: rgb(6,107,8); }
td.TdClassName
{
border-color: #066B08;
}
.TagClassName
{
border-color: #066B08;
}
</style>