Shades of Green #066C08
Tints of Green #066C08
RGB
CMYK
RGB Variations
Color information
#066C08 (or 0x066C08) is known color: Green. HEX triplet: 06, 6C and 08. RGB value is (6,108,8). Sum of RGB (Red+Green+Blue) = 6+108+8=122 (16% of max value = 765). Red value is 6 (2.73% from 255 or 4.92% from 122); Green value is 108 (42.58% from 255 or 88.52% from 122); Blue value is 8 (3.52% from 255 or 6.56% from 122); Max value from RGB is 108 - color contains mainly: green. Hex color #066C08 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #066C08 is #F993F7. Grayscale: #424242. Windows color (decimal): -16356344 or 551942. OLE color: 551942.
HSL color Cylindrical-coordinate representation of color #066C08: hue angle of 121.18º 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 #066C08 is Cyan = 0.94, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 6 | 108 | 8 | - |
| CMYK | 0.94 | 0 | 0.93 | 0.58 |
| HSL | 121.18º | 0.89% | 0.22% | - |
| HSV(B) | 121.18º | 0.94% | 0.42% | - |
| XYZ | 5.48 | 10.78 | 2.02 | - |
| YUV | 66.1 | 95.21 | 85.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 108 | 8 | 0.94 | 0 | 0.93 | 0.58 | 121.18 | 0.89 | 0.22 |
| Hex | 6 | 6C | 8 | 5E | 0 | 5D | 3A | 79 | 59 | 16 |
| Octal | 6 | 154 | 10 | 136 | 0 | 135 | 72 | 171 | 131 | 26 |
| Binary | 110 | 1101100 | 1000 | 1011110 | 0 | 1011101 | 111010 | 1111001 | 1011001 | 10110 |
Color Harmonies of #066C08
Complementary color
Monochromatic Colors of #066C08
Black with #066C08
Text Example
Text Example
White with #066C08
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #066C08; }
p { color: rgb(6,108,8); }
H1.HeaderClassName
{
color: #066C08;
}
.AnyTagClassName
{
color: #066C08;
}
</style>
background-color css
<style>
a { background-color: #066C08; }
a { background-color: rgb(6,108,8); }
div.DivClassName
{
background-color: #066C08;
}
.BgClassName
{
background-color: #066C08;
}
</style>
border-color css
<style>
span { border-color: #066C08; }
span { border-color: rgb(6,108,8); }
td.TdClassName
{
border-color: #066C08;
}
.TagClassName
{
border-color: #066C08;
}
</style>