Shades of Olive Drab #669208
Tints of Olive Drab #669208
RGB
CMYK
RGB Variations
Color information
#669208 (or 0x669208) is known color: Olive Drab. HEX triplet: 66, 92 and 08. RGB value is (102,146,8). Sum of RGB (Red+Green+Blue) = 102+146+8=256 (33% of max value = 765). Red value is 102 (40.23% from 255 or 39.84% from 256); Green value is 146 (57.42% from 255 or 57.03% from 256); Blue value is 8 (3.52% from 255 or 3.12% from 256); Max value from RGB is 146 - color contains mainly: green. Hex color #669208 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #669208 is #996DF7. Grayscale: #757575. Windows color (decimal): -10055160 or 561766. OLE color: 561766.
HSL color Cylindrical-coordinate representation of color #669208: hue angle of 79.13º degrees, saturation: 0.9, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #669208 is Cyan = 0.30, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 102 | 146 | 8 | - |
| CMYK | 0.30 | 0 | 0.95 | 0.43 |
| HSL | 79.13º | 0.9% | 0.3% | - |
| HSV(B) | 79.13º | 0.95% | 0.57% | - |
| XYZ | 15.8 | 23.4 | 3.91 | - |
| YUV | 117.11 | 66.42 | 117.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 146 | 8 | 0.30 | 0 | 0.95 | 0.43 | 79.13 | 0.9 | 0.3 |
| Hex | 66 | 92 | 8 | 1E | 0 | 5F | 2B | 4F | 5A | 1E |
| Octal | 146 | 222 | 10 | 36 | 0 | 137 | 53 | 117 | 132 | 36 |
| Binary | 1100110 | 10010010 | 1000 | 11110 | 0 | 1011111 | 101011 | 1001111 | 1011010 | 11110 |
Color Harmonies of #669208
Complementary color
Monochromatic Colors of #669208
Black with #669208
Text Example
Text Example
White with #669208
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #669208; }
p { color: rgb(102,146,8); }
H1.HeaderClassName
{
color: #669208;
}
.AnyTagClassName
{
color: #669208;
}
</style>
background-color css
<style>
a { background-color: #669208; }
a { background-color: rgb(102,146,8); }
div.DivClassName
{
background-color: #669208;
}
.BgClassName
{
background-color: #669208;
}
</style>
border-color css
<style>
span { border-color: #669208; }
span { border-color: rgb(102,146,8); }
td.TdClassName
{
border-color: #669208;
}
.TagClassName
{
border-color: #669208;
}
</style>