Shades of Olive Drab #669005
Tints of Olive Drab #669005
RGB
CMYK
RGB Variations
Color information
#669005 (or 0x669005) is known color: Olive Drab. HEX triplet: 66, 90 and 05. RGB value is (102,144,5). Sum of RGB (Red+Green+Blue) = 102+144+5=251 (33% of max value = 765). Red value is 102 (40.23% from 255 or 40.64% from 251); Green value is 144 (56.64% from 255 or 57.37% from 251); Blue value is 5 (2.34% from 255 or 1.99% from 251); Max value from RGB is 144 - color contains mainly: green. Hex color #669005 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #669005 is #996FFA. Grayscale: #747474. Windows color (decimal): -10055675 or 364646. OLE color: 364646.
HSL color Cylindrical-coordinate representation of color #669005: hue angle of 78.13º degrees, saturation: 0.93, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #669005 is Cyan = 0.29, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 102 | 144 | 5 | - |
| CMYK | 0.29 | 0 | 0.97 | 0.44 |
| HSL | 78.13º | 0.93% | 0.29% | - |
| HSV(B) | 78.13º | 0.97% | 0.56% | - |
| XYZ | 15.48 | 22.78 | 3.73 | - |
| YUV | 115.6 | 65.59 | 118.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 144 | 5 | 0.29 | 0 | 0.97 | 0.44 | 78.13 | 0.93 | 0.29 |
| Hex | 66 | 90 | 5 | 1D | 0 | 61 | 2C | 4E | 5D | 1D |
| Octal | 146 | 220 | 5 | 35 | 0 | 141 | 54 | 116 | 135 | 35 |
| Binary | 1100110 | 10010000 | 101 | 11101 | 0 | 1100001 | 101100 | 1001110 | 1011101 | 11101 |
Color Harmonies of #669005
Complementary color
Monochromatic Colors of #669005
Black with #669005
Text Example
Text Example
White with #669005
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #669005; }
p { color: rgb(102,144,5); }
H1.HeaderClassName
{
color: #669005;
}
.AnyTagClassName
{
color: #669005;
}
</style>
background-color css
<style>
a { background-color: #669005; }
a { background-color: rgb(102,144,5); }
div.DivClassName
{
background-color: #669005;
}
.BgClassName
{
background-color: #669005;
}
</style>
border-color css
<style>
span { border-color: #669005; }
span { border-color: rgb(102,144,5); }
td.TdClassName
{
border-color: #669005;
}
.TagClassName
{
border-color: #669005;
}
</style>