Shades of Olive Drab #66870D
Tints of Olive Drab #66870D
RGB
CMYK
RGB Variations
Color information
#66870D (or 0x66870D) is known color: Olive Drab. HEX triplet: 66, 87 and 0D. RGB value is (102,135,13). Sum of RGB (Red+Green+Blue) = 102+135+13=250 (33% of max value = 765). Red value is 102 (40.23% from 255 or 40.8% from 250); Green value is 135 (53.12% from 255 or 54% from 250); Blue value is 13 (5.47% from 255 or 5.2% from 250); Max value from RGB is 135 - color contains mainly: green. Hex color #66870D is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #66870D is #9978F2. Grayscale: #6F6F6F. Windows color (decimal): -10057971 or 886630. OLE color: 886630.
HSL color Cylindrical-coordinate representation of color #66870D: hue angle of 76.23º degrees, saturation: 0.82, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #66870D is Cyan = 0.24, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 102 | 135 | 13 | - |
| CMYK | 0.24 | 0 | 0.90 | 0.47 |
| HSL | 76.23º | 0.82% | 0.29% | - |
| HSV(B) | 76.23º | 0.9% | 0.53% | - |
| XYZ | 14.22 | 20.18 | 3.53 | - |
| YUV | 111.23 | 72.57 | 121.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 135 | 13 | 0.24 | 0 | 0.90 | 0.47 | 76.23 | 0.82 | 0.29 |
| Hex | 66 | 87 | D | 18 | 0 | 5A | 2F | 4C | 52 | 1D |
| Octal | 146 | 207 | 15 | 30 | 0 | 132 | 57 | 114 | 122 | 35 |
| Binary | 1100110 | 10000111 | 1101 | 11000 | 0 | 1011010 | 101111 | 1001100 | 1010010 | 11101 |
Color Harmonies of #66870D
Complementary color
Monochromatic Colors of #66870D
Black with #66870D
Text Example
Text Example
White with #66870D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66870D; }
p { color: rgb(102,135,13); }
H1.HeaderClassName
{
color: #66870D;
}
.AnyTagClassName
{
color: #66870D;
}
</style>
background-color css
<style>
a { background-color: #66870D; }
a { background-color: rgb(102,135,13); }
div.DivClassName
{
background-color: #66870D;
}
.BgClassName
{
background-color: #66870D;
}
</style>
border-color css
<style>
span { border-color: #66870D; }
span { border-color: rgb(102,135,13); }
td.TdClassName
{
border-color: #66870D;
}
.TagClassName
{
border-color: #66870D;
}
</style>