Shades of Olive Drab #66851F
Tints of Olive Drab #66851F
RGB
CMYK
RGB Variations
Color information
#66851F (or 0x66851F) is known color: Olive Drab. HEX triplet: 66, 85 and 1F. RGB value is (102,133,31). Sum of RGB (Red+Green+Blue) = 102+133+31=266 (35% of max value = 765). Red value is 102 (40.23% from 255 or 38.35% from 266); Green value is 133 (52.34% from 255 or 50% from 266); Blue value is 31 (12.5% from 255 or 11.65% from 266); Max value from RGB is 133 - color contains mainly: green. Hex color #66851F is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #66851F is #997AE0. Grayscale: #707070. Windows color (decimal): -10058465 or 2065766. OLE color: 2065766.
HSL color Cylindrical-coordinate representation of color #66851F: hue angle of 78.24º degrees, saturation: 0.62, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #66851F is Cyan = 0.23, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 102 | 133 | 31 | - |
| CMYK | 0.23 | 0 | 0.77 | 0.48 |
| HSL | 78.24º | 0.62% | 0.32% | - |
| HSV(B) | 78.24º | 0.77% | 0.52% | - |
| XYZ | 14.11 | 19.7 | 4.35 | - |
| YUV | 112.1 | 82.23 | 120.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 133 | 31 | 0.23 | 0 | 0.77 | 0.48 | 78.24 | 0.62 | 0.32 |
| Hex | 66 | 85 | 1F | 17 | 0 | 4D | 30 | 4E | 3E | 20 |
| Octal | 146 | 205 | 37 | 27 | 0 | 115 | 60 | 116 | 76 | 40 |
| Binary | 1100110 | 10000101 | 11111 | 10111 | 0 | 1001101 | 110000 | 1001110 | 111110 | 100000 |
Color Harmonies of #66851F
Complementary color
Monochromatic Colors of #66851F
Black with #66851F
Text Example
Text Example
White with #66851F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66851F; }
p { color: rgb(102,133,31); }
H1.HeaderClassName
{
color: #66851F;
}
.AnyTagClassName
{
color: #66851F;
}
</style>
background-color css
<style>
a { background-color: #66851F; }
a { background-color: rgb(102,133,31); }
div.DivClassName
{
background-color: #66851F;
}
.BgClassName
{
background-color: #66851F;
}
</style>
border-color css
<style>
span { border-color: #66851F; }
span { border-color: rgb(102,133,31); }
td.TdClassName
{
border-color: #66851F;
}
.TagClassName
{
border-color: #66851F;
}
</style>