Shades of Olive Drab #669205
Tints of Olive Drab #669205
RGB
CMYK
RGB Variations
Color information
#669205 (or 0x669205) is known color: Olive Drab. HEX triplet: 66, 92 and 05. RGB value is (102,146,5). Sum of RGB (Red+Green+Blue) = 102+146+5=253 (33% of max value = 765). Red value is 102 (40.23% from 255 or 40.32% from 253); Green value is 146 (57.42% from 255 or 57.71% from 253); Blue value is 5 (2.34% from 255 or 1.98% from 253); Max value from RGB is 146 - color contains mainly: green. Hex color #669205 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #669205 is #996DFA. Grayscale: #757575. Windows color (decimal): -10055163 or 365158. OLE color: 365158.
HSL color Cylindrical-coordinate representation of color #669205: hue angle of 78.72º degrees, saturation: 0.93, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #669205 is Cyan = 0.30, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 102 | 146 | 5 | - |
| CMYK | 0.30 | 0 | 0.97 | 0.43 |
| HSL | 78.72º | 0.93% | 0.3% | - |
| HSV(B) | 78.72º | 0.97% | 0.57% | - |
| XYZ | 15.79 | 23.39 | 3.83 | - |
| YUV | 116.77 | 64.92 | 117.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 146 | 5 | 0.30 | 0 | 0.97 | 0.43 | 78.72 | 0.93 | 0.3 |
| Hex | 66 | 92 | 5 | 1E | 0 | 61 | 2B | 4F | 5D | 1E |
| Octal | 146 | 222 | 5 | 36 | 0 | 141 | 53 | 117 | 135 | 36 |
| Binary | 1100110 | 10010010 | 101 | 11110 | 0 | 1100001 | 101011 | 1001111 | 1011101 | 11110 |
Color Harmonies of #669205
Complementary color
Monochromatic Colors of #669205
Black with #669205
Text Example
Text Example
White with #669205
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #669205; }
p { color: rgb(102,146,5); }
H1.HeaderClassName
{
color: #669205;
}
.AnyTagClassName
{
color: #669205;
}
</style>
background-color css
<style>
a { background-color: #669205; }
a { background-color: rgb(102,146,5); }
div.DivClassName
{
background-color: #669205;
}
.BgClassName
{
background-color: #669205;
}
</style>
border-color css
<style>
span { border-color: #669205; }
span { border-color: rgb(102,146,5); }
td.TdClassName
{
border-color: #669205;
}
.TagClassName
{
border-color: #669205;
}
</style>