Shades of Olive Drab #66920D
Tints of Olive Drab #66920D
RGB
CMYK
RGB Variations
Color information
#66920D (or 0x66920D) is known color: Olive Drab. HEX triplet: 66, 92 and 0D. RGB value is (102,146,13). Sum of RGB (Red+Green+Blue) = 102+146+13=261 (34% of max value = 765). Red value is 102 (40.23% from 255 or 39.08% from 261); Green value is 146 (57.42% from 255 or 55.94% from 261); Blue value is 13 (5.47% from 255 or 4.98% from 261); Max value from RGB is 146 - color contains mainly: green. Hex color #66920D is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #66920D is #996DF2. Grayscale: #767676. Windows color (decimal): -10055155 or 889446. OLE color: 889446.
HSL color Cylindrical-coordinate representation of color #66920D: hue angle of 79.85º degrees, saturation: 0.84, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #66920D is Cyan = 0.30, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 102 | 146 | 13 | - |
| CMYK | 0.30 | 0 | 0.91 | 0.43 |
| HSL | 79.85º | 0.84% | 0.31% | - |
| HSV(B) | 79.85º | 0.91% | 0.57% | - |
| XYZ | 15.83 | 23.41 | 4.07 | - |
| YUV | 117.68 | 68.92 | 116.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 146 | 13 | 0.30 | 0 | 0.91 | 0.43 | 79.85 | 0.84 | 0.31 |
| Hex | 66 | 92 | D | 1E | 0 | 5B | 2B | 50 | 54 | 1F |
| Octal | 146 | 222 | 15 | 36 | 0 | 133 | 53 | 120 | 124 | 37 |
| Binary | 1100110 | 10010010 | 1101 | 11110 | 0 | 1011011 | 101011 | 1010000 | 1010100 | 11111 |
Color Harmonies of #66920D
Complementary color
Monochromatic Colors of #66920D
Black with #66920D
Text Example
Text Example
White with #66920D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66920D; }
p { color: rgb(102,146,13); }
H1.HeaderClassName
{
color: #66920D;
}
.AnyTagClassName
{
color: #66920D;
}
</style>
background-color css
<style>
a { background-color: #66920D; }
a { background-color: rgb(102,146,13); }
div.DivClassName
{
background-color: #66920D;
}
.BgClassName
{
background-color: #66920D;
}
</style>
border-color css
<style>
span { border-color: #66920D; }
span { border-color: rgb(102,146,13); }
td.TdClassName
{
border-color: #66920D;
}
.TagClassName
{
border-color: #66920D;
}
</style>