Shades of Green #006608
Tints of Green #006608
RGB
CMYK
RGB Variations
Color information
#006608 (or 0x006608) is known color: Green. HEX triplet: 00, 66 and 08. RGB value is (0,102,8). Sum of RGB (Red+Green+Blue) = 0+102+8=110 (14% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 110); Green value is 102 (40.23% from 255 or 92.73% from 110); Blue value is 8 (3.52% from 255 or 7.27% from 110); Max value from RGB is 102 - color contains mainly: green. Hex color #006608 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #006608 is #FF99F7. Grayscale: #3D3D3D. Windows color (decimal): -16751096 or 550400. OLE color: 550400.
HSL color Cylindrical-coordinate representation of color #006608: hue angle of 124.71º degrees, saturation: 1, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 1%. Process color model (Four color, CMYK) of #006608 is Cyan = 1, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 0 | 102 | 8 | - |
| CMYK | 1 | 0 | 0.92 | 0.6 |
| HSL | 124.71º | 1% | 0.2% | - |
| HSV(B) | 124.71º | 1% | 0.4% | - |
| XYZ | 4.8 | 9.52 | 1.81 | - |
| YUV | 60.79 | 98.21 | 84.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 102 | 8 | 1 | 0 | 0.92 | 0.6 | 124.71 | 1 | 0.2 |
| Hex | 0 | 66 | 8 | 64 | 0 | 5C | 3C | 7D | 64 | 14 |
| Octal | 0 | 146 | 10 | 144 | 0 | 134 | 74 | 175 | 144 | 24 |
| Binary | 0 | 1100110 | 1000 | 1100100 | 0 | 1011100 | 111100 | 1111101 | 1100100 | 10100 |
Color Harmonies of #006608
Complementary color
Monochromatic Colors of #006608
Black with #006608
Text Example
Text Example
White with #006608
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #006608; }
p { color: rgb(0,102,8); }
H1.HeaderClassName
{
color: #006608;
}
.AnyTagClassName
{
color: #006608;
}
</style>
background-color css
<style>
a { background-color: #006608; }
a { background-color: rgb(0,102,8); }
div.DivClassName
{
background-color: #006608;
}
.BgClassName
{
background-color: #006608;
}
</style>
border-color css
<style>
span { border-color: #006608; }
span { border-color: rgb(0,102,8); }
td.TdClassName
{
border-color: #006608;
}
.TagClassName
{
border-color: #006608;
}
</style>