Shades of Olive Drab #66861F
Tints of Olive Drab #66861F
RGB
CMYK
RGB Variations
Color information
#66861F (or 0x66861F) is known color: Olive Drab. HEX triplet: 66, 86 and 1F. RGB value is (102,134,31). Sum of RGB (Red+Green+Blue) = 102+134+31=267 (35% of max value = 765). Red value is 102 (40.23% from 255 or 38.20% from 267); Green value is 134 (52.73% from 255 or 50.19% from 267); Blue value is 31 (12.5% from 255 or 11.61% from 267); Max value from RGB is 134 - color contains mainly: green. Hex color #66861F is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #66861F is #9979E0. Grayscale: #717171. Windows color (decimal): -10058209 or 2066022. OLE color: 2066022.
HSL color Cylindrical-coordinate representation of color #66861F: hue angle of 78.64º degrees, saturation: 0.62, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #66861F is Cyan = 0.24, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 102 | 134 | 31 | - |
| CMYK | 0.24 | 0 | 0.77 | 0.47 |
| HSL | 78.64º | 0.62% | 0.32% | - |
| HSV(B) | 78.64º | 0.77% | 0.53% | - |
| XYZ | 14.25 | 19.97 | 4.4 | - |
| YUV | 112.69 | 81.9 | 120.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 134 | 31 | 0.24 | 0 | 0.77 | 0.47 | 78.64 | 0.62 | 0.32 |
| Hex | 66 | 86 | 1F | 18 | 0 | 4D | 2F | 4F | 3E | 20 |
| Octal | 146 | 206 | 37 | 30 | 0 | 115 | 57 | 117 | 76 | 40 |
| Binary | 1100110 | 10000110 | 11111 | 11000 | 0 | 1001101 | 101111 | 1001111 | 111110 | 100000 |
Color Harmonies of #66861F
Complementary color
Monochromatic Colors of #66861F
Black with #66861F
Text Example
Text Example
White with #66861F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66861F; }
p { color: rgb(102,134,31); }
H1.HeaderClassName
{
color: #66861F;
}
.AnyTagClassName
{
color: #66861F;
}
</style>
background-color css
<style>
a { background-color: #66861F; }
a { background-color: rgb(102,134,31); }
div.DivClassName
{
background-color: #66861F;
}
.BgClassName
{
background-color: #66861F;
}
</style>
border-color css
<style>
span { border-color: #66861F; }
span { border-color: rgb(102,134,31); }
td.TdClassName
{
border-color: #66861F;
}
.TagClassName
{
border-color: #66861F;
}
</style>