Shades of Olive Drab #669008
Tints of Olive Drab #669008
RGB
CMYK
RGB Variations
Color information
#669008 (or 0x669008) is known color: Olive Drab. HEX triplet: 66, 90 and 08. RGB value is (102,144,8). Sum of RGB (Red+Green+Blue) = 102+144+8=254 (33% of max value = 765). Red value is 102 (40.23% from 255 or 40.16% from 254); Green value is 144 (56.64% from 255 or 56.69% from 254); Blue value is 8 (3.52% from 255 or 3.15% from 254); Max value from RGB is 144 - color contains mainly: green. Hex color #669008 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #669008 is #996FF7. Grayscale: #747474. Windows color (decimal): -10055672 or 561254. OLE color: 561254.
HSL color Cylindrical-coordinate representation of color #669008: hue angle of 78.53º degrees, saturation: 0.89, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #669008 is Cyan = 0.29, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 102 | 144 | 8 | - |
| CMYK | 0.29 | 0 | 0.94 | 0.44 |
| HSL | 78.53º | 0.89% | 0.3% | - |
| HSV(B) | 78.53º | 0.94% | 0.56% | - |
| XYZ | 15.5 | 22.79 | 3.81 | - |
| YUV | 115.94 | 67.09 | 118.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 144 | 8 | 0.29 | 0 | 0.94 | 0.44 | 78.53 | 0.89 | 0.3 |
| Hex | 66 | 90 | 8 | 1D | 0 | 5E | 2C | 4F | 59 | 1E |
| Octal | 146 | 220 | 10 | 35 | 0 | 136 | 54 | 117 | 131 | 36 |
| Binary | 1100110 | 10010000 | 1000 | 11101 | 0 | 1011110 | 101100 | 1001111 | 1011001 | 11110 |
Color Harmonies of #669008
Complementary color
Monochromatic Colors of #669008
Black with #669008
Text Example
Text Example
White with #669008
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #669008; }
p { color: rgb(102,144,8); }
H1.HeaderClassName
{
color: #669008;
}
.AnyTagClassName
{
color: #669008;
}
</style>
background-color css
<style>
a { background-color: #669008; }
a { background-color: rgb(102,144,8); }
div.DivClassName
{
background-color: #669008;
}
.BgClassName
{
background-color: #669008;
}
</style>
border-color css
<style>
span { border-color: #669008; }
span { border-color: rgb(102,144,8); }
td.TdClassName
{
border-color: #669008;
}
.TagClassName
{
border-color: #669008;
}
</style>