Shades of Olive Drab #66862D
Tints of Olive Drab #66862D
RGB
CMYK
RGB Variations
Color information
#66862D (or 0x66862D) is known color: Olive Drab. HEX triplet: 66, 86 and 2D. RGB value is (102,134,45). Sum of RGB (Red+Green+Blue) = 102+134+45=281 (37% of max value = 765). Red value is 102 (40.23% from 255 or 36.30% from 281); Green value is 134 (52.73% from 255 or 47.69% from 281); Blue value is 45 (17.97% from 255 or 16.01% from 281); Max value from RGB is 134 - color contains mainly: green. Hex color #66862D is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #66862D is #9979D2. Grayscale: #727272. Windows color (decimal): -10058195 or 2983526. OLE color: 2983526.
HSL color Cylindrical-coordinate representation of color #66862D: hue angle of 81.57º degrees, saturation: 0.5, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #66862D is Cyan = 0.24, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 102 | 134 | 45 | - |
| CMYK | 0.24 | 0 | 0.66 | 0.47 |
| HSL | 81.57º | 0.5% | 0.35% | - |
| HSV(B) | 81.57º | 0.66% | 0.53% | - |
| XYZ | 14.48 | 20.06 | 5.59 | - |
| YUV | 114.29 | 88.9 | 119.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 134 | 45 | 0.24 | 0 | 0.66 | 0.47 | 81.57 | 0.5 | 0.35 |
| Hex | 66 | 86 | 2D | 18 | 0 | 42 | 2F | 52 | 32 | 23 |
| Octal | 146 | 206 | 55 | 30 | 0 | 102 | 57 | 122 | 62 | 43 |
| Binary | 1100110 | 10000110 | 101101 | 11000 | 0 | 1000010 | 101111 | 1010010 | 110010 | 100011 |
Color Harmonies of #66862D
Complementary color
Monochromatic Colors of #66862D
Black with #66862D
Text Example
Text Example
White with #66862D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66862D; }
p { color: rgb(102,134,45); }
H1.HeaderClassName
{
color: #66862D;
}
.AnyTagClassName
{
color: #66862D;
}
</style>
background-color css
<style>
a { background-color: #66862D; }
a { background-color: rgb(102,134,45); }
div.DivClassName
{
background-color: #66862D;
}
.BgClassName
{
background-color: #66862D;
}
</style>
border-color css
<style>
span { border-color: #66862D; }
span { border-color: rgb(102,134,45); }
td.TdClassName
{
border-color: #66862D;
}
.TagClassName
{
border-color: #66862D;
}
</style>