Shades of Olive Drab #66980D
Tints of Olive Drab #66980D
RGB
CMYK
RGB Variations
Color information
#66980D (or 0x66980D) is known color: Olive Drab. HEX triplet: 66, 98 and 0D. RGB value is (102,152,13). Sum of RGB (Red+Green+Blue) = 102+152+13=267 (35% of max value = 765). Red value is 102 (40.23% from 255 or 38.20% from 267); Green value is 152 (59.77% from 255 or 56.93% from 267); Blue value is 13 (5.47% from 255 or 4.87% from 267); Max value from RGB is 152 - color contains mainly: green. Hex color #66980D is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #66980D is #9967F2. Grayscale: #797979. Windows color (decimal): -10053619 or 890982. OLE color: 890982.
HSL color Cylindrical-coordinate representation of color #66980D: hue angle of 81.58º degrees, saturation: 0.84, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #66980D is Cyan = 0.33, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 102 | 152 | 13 | - |
| CMYK | 0.33 | 0 | 0.91 | 0.40 |
| HSL | 81.58º | 0.84% | 0.32% | - |
| HSV(B) | 81.58º | 0.91% | 0.6% | - |
| XYZ | 16.78 | 25.31 | 4.38 | - |
| YUV | 121.2 | 66.94 | 114.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 152 | 13 | 0.33 | 0 | 0.91 | 0.40 | 81.58 | 0.84 | 0.32 |
| Hex | 66 | 98 | D | 21 | 0 | 5B | 28 | 52 | 54 | 20 |
| Octal | 146 | 230 | 15 | 41 | 0 | 133 | 50 | 122 | 124 | 40 |
| Binary | 1100110 | 10011000 | 1101 | 100001 | 0 | 1011011 | 101000 | 1010010 | 1010100 | 100000 |
Color Harmonies of #66980D
Complementary color
Monochromatic Colors of #66980D
Black with #66980D
Text Example
Text Example
White with #66980D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66980D; }
p { color: rgb(102,152,13); }
H1.HeaderClassName
{
color: #66980D;
}
.AnyTagClassName
{
color: #66980D;
}
</style>
background-color css
<style>
a { background-color: #66980D; }
a { background-color: rgb(102,152,13); }
div.DivClassName
{
background-color: #66980D;
}
.BgClassName
{
background-color: #66980D;
}
</style>
border-color css
<style>
span { border-color: #66980D; }
span { border-color: rgb(102,152,13); }
td.TdClassName
{
border-color: #66980D;
}
.TagClassName
{
border-color: #66980D;
}
</style>