Shades of Olive Drab #66920F
Tints of Olive Drab #66920F
RGB
CMYK
RGB Variations
Color information
#66920F (or 0x66920F) is known color: Olive Drab. HEX triplet: 66, 92 and 0F. RGB value is (102,146,15). Sum of RGB (Red+Green+Blue) = 102+146+15=263 (34% of max value = 765). Red value is 102 (40.23% from 255 or 38.78% from 263); Green value is 146 (57.42% from 255 or 55.51% from 263); Blue value is 15 (6.25% from 255 or 5.70% from 263); Max value from RGB is 146 - color contains mainly: green. Hex color #66920F is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #66920F is #996DF0. Grayscale: #767676. Windows color (decimal): -10055153 or 1020518. OLE color: 1020518.
HSL color Cylindrical-coordinate representation of color #66920F: hue angle of 80.15º degrees, saturation: 0.81, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #66920F is Cyan = 0.30, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 102 | 146 | 15 | - |
| CMYK | 0.30 | 0 | 0.90 | 0.43 |
| HSL | 80.15º | 0.81% | 0.32% | - |
| HSV(B) | 80.15º | 0.9% | 0.57% | - |
| XYZ | 15.84 | 23.42 | 4.14 | - |
| YUV | 117.91 | 69.92 | 116.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 146 | 15 | 0.30 | 0 | 0.90 | 0.43 | 80.15 | 0.81 | 0.32 |
| Hex | 66 | 92 | F | 1E | 0 | 5A | 2B | 50 | 51 | 20 |
| Octal | 146 | 222 | 17 | 36 | 0 | 132 | 53 | 120 | 121 | 40 |
| Binary | 1100110 | 10010010 | 1111 | 11110 | 0 | 1011010 | 101011 | 1010000 | 1010001 | 100000 |
Color Harmonies of #66920F
Complementary color
Monochromatic Colors of #66920F
Black with #66920F
Text Example
Text Example
White with #66920F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66920F; }
p { color: rgb(102,146,15); }
H1.HeaderClassName
{
color: #66920F;
}
.AnyTagClassName
{
color: #66920F;
}
</style>
background-color css
<style>
a { background-color: #66920F; }
a { background-color: rgb(102,146,15); }
div.DivClassName
{
background-color: #66920F;
}
.BgClassName
{
background-color: #66920F;
}
</style>
border-color css
<style>
span { border-color: #66920F; }
span { border-color: rgb(102,146,15); }
td.TdClassName
{
border-color: #66920F;
}
.TagClassName
{
border-color: #66920F;
}
</style>