Shades of Olive Drab #66920E
Tints of Olive Drab #66920E
RGB
CMYK
RGB Variations
Color information
#66920E (or 0x66920E) is known color: Olive Drab. HEX triplet: 66, 92 and 0E. RGB value is (102,146,14). Sum of RGB (Red+Green+Blue) = 102+146+14=262 (34% of max value = 765). Red value is 102 (40.23% from 255 or 38.93% from 262); Green value is 146 (57.42% from 255 or 55.73% from 262); Blue value is 14 (5.86% from 255 or 5.34% from 262); Max value from RGB is 146 - color contains mainly: green. Hex color #66920E is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #66920E is #996DF1. Grayscale: #767676. Windows color (decimal): -10055154 or 954982. OLE color: 954982.
HSL color Cylindrical-coordinate representation of color #66920E: hue angle of 80º degrees, saturation: 0.82, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #66920E is Cyan = 0.30, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 102 | 146 | 14 | - |
| CMYK | 0.30 | 0 | 0.90 | 0.43 |
| HSL | 80º | 0.83% | 0.31% | - |
| HSV(B) | 80º | 0.9% | 0.57% | - |
| XYZ | 15.84 | 23.41 | 4.1 | - |
| YUV | 117.8 | 69.42 | 116.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 146 | 14 | 0.30 | 0 | 0.90 | 0.43 | 80 | 0.83 | 0.31 |
| Hex | 66 | 92 | E | 1E | 0 | 5A | 2B | 50 | 52 | 1F |
| Octal | 146 | 222 | 16 | 36 | 0 | 132 | 53 | 120 | 122 | 37 |
| Binary | 1100110 | 10010010 | 1110 | 11110 | 0 | 1011010 | 101011 | 1010000 | 1010010 | 11111 |
Color Harmonies of #66920E
Complementary color
Monochromatic Colors of #66920E
Black with #66920E
Text Example
Text Example
White with #66920E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66920E; }
p { color: rgb(102,146,14); }
H1.HeaderClassName
{
color: #66920E;
}
.AnyTagClassName
{
color: #66920E;
}
</style>
background-color css
<style>
a { background-color: #66920E; }
a { background-color: rgb(102,146,14); }
div.DivClassName
{
background-color: #66920E;
}
.BgClassName
{
background-color: #66920E;
}
</style>
border-color css
<style>
span { border-color: #66920E; }
span { border-color: rgb(102,146,14); }
td.TdClassName
{
border-color: #66920E;
}
.TagClassName
{
border-color: #66920E;
}
</style>