Shades of Olive Drab #66851D
Tints of Olive Drab #66851D
RGB
CMYK
RGB Variations
Color information
#66851D (or 0x66851D) is known color: Olive Drab. HEX triplet: 66, 85 and 1D. RGB value is (102,133,29). Sum of RGB (Red+Green+Blue) = 102+133+29=264 (34% of max value = 765). Red value is 102 (40.23% from 255 or 38.64% from 264); Green value is 133 (52.34% from 255 or 50.38% from 264); Blue value is 29 (11.72% from 255 or 10.98% from 264); Max value from RGB is 133 - color contains mainly: green. Hex color #66851D is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #66851D is #997AE2. Grayscale: #707070. Windows color (decimal): -10058467 or 1934694. OLE color: 1934694.
HSL color Cylindrical-coordinate representation of color #66851D: hue angle of 77.88º degrees, saturation: 0.64, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #66851D is Cyan = 0.23, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 102 | 133 | 29 | - |
| CMYK | 0.23 | 0 | 0.78 | 0.48 |
| HSL | 77.88º | 0.64% | 0.32% | - |
| HSV(B) | 77.88º | 0.78% | 0.52% | - |
| XYZ | 14.09 | 19.69 | 4.22 | - |
| YUV | 111.88 | 81.23 | 120.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 133 | 29 | 0.23 | 0 | 0.78 | 0.48 | 77.88 | 0.64 | 0.32 |
| Hex | 66 | 85 | 1D | 17 | 0 | 4E | 30 | 4E | 40 | 20 |
| Octal | 146 | 205 | 35 | 27 | 0 | 116 | 60 | 116 | 100 | 40 |
| Binary | 1100110 | 10000101 | 11101 | 10111 | 0 | 1001110 | 110000 | 1001110 | 1000000 | 100000 |
Color Harmonies of #66851D
Complementary color
Monochromatic Colors of #66851D
Black with #66851D
Text Example
Text Example
White with #66851D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66851D; }
p { color: rgb(102,133,29); }
H1.HeaderClassName
{
color: #66851D;
}
.AnyTagClassName
{
color: #66851D;
}
</style>
background-color css
<style>
a { background-color: #66851D; }
a { background-color: rgb(102,133,29); }
div.DivClassName
{
background-color: #66851D;
}
.BgClassName
{
background-color: #66851D;
}
</style>
border-color css
<style>
span { border-color: #66851D; }
span { border-color: rgb(102,133,29); }
td.TdClassName
{
border-color: #66851D;
}
.TagClassName
{
border-color: #66851D;
}
</style>