Shades of Green #066808
Tints of Green #066808
RGB
CMYK
RGB Variations
Color information
#066808 (or 0x066808) is known color: Green. HEX triplet: 06, 68 and 08. RGB value is (6,104,8). Sum of RGB (Red+Green+Blue) = 6+104+8=118 (15% of max value = 765). Red value is 6 (2.73% from 255 or 5.08% from 118); Green value is 104 (41.02% from 255 or 88.14% from 118); Blue value is 8 (3.52% from 255 or 6.78% from 118); Max value from RGB is 104 - color contains mainly: green. Hex color #066808 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #066808 is #F997F7. Grayscale: #404040. Windows color (decimal): -16357368 or 550918. OLE color: 550918.
HSL color Cylindrical-coordinate representation of color #066808: hue angle of 121.22º degrees, saturation: 0.89, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #066808 is Cyan = 0.94, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 6 | 104 | 8 | - |
| CMYK | 0.94 | 0 | 0.92 | 0.59 |
| HSL | 121.22º | 0.89% | 0.22% | - |
| HSV(B) | 121.22º | 0.94% | 0.41% | - |
| XYZ | 5.07 | 9.96 | 1.88 | - |
| YUV | 63.75 | 96.53 | 86.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 104 | 8 | 0.94 | 0 | 0.92 | 0.59 | 121.22 | 0.89 | 0.22 |
| Hex | 6 | 68 | 8 | 5E | 0 | 5C | 3B | 79 | 59 | 16 |
| Octal | 6 | 150 | 10 | 136 | 0 | 134 | 73 | 171 | 131 | 26 |
| Binary | 110 | 1101000 | 1000 | 1011110 | 0 | 1011100 | 111011 | 1111001 | 1011001 | 10110 |
Color Harmonies of #066808
Complementary color
Monochromatic Colors of #066808
Black with #066808
Text Example
Text Example
White with #066808
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #066808; }
p { color: rgb(6,104,8); }
H1.HeaderClassName
{
color: #066808;
}
.AnyTagClassName
{
color: #066808;
}
</style>
background-color css
<style>
a { background-color: #066808; }
a { background-color: rgb(6,104,8); }
div.DivClassName
{
background-color: #066808;
}
.BgClassName
{
background-color: #066808;
}
</style>
border-color css
<style>
span { border-color: #066808; }
span { border-color: rgb(6,104,8); }
td.TdClassName
{
border-color: #066808;
}
.TagClassName
{
border-color: #066808;
}
</style>