Shades of Olive Drab #66821F
Tints of Olive Drab #66821F
RGB
CMYK
RGB Variations
Color information
#66821F (or 0x66821F) is known color: Olive Drab. HEX triplet: 66, 82 and 1F. RGB value is (102,130,31). Sum of RGB (Red+Green+Blue) = 102+130+31=263 (34% of max value = 765). Red value is 102 (40.23% from 255 or 38.78% from 263); Green value is 130 (51.17% from 255 or 49.43% from 263); Blue value is 31 (12.5% from 255 or 11.79% from 263); Max value from RGB is 130 - color contains mainly: green. Hex color #66821F is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #66821F is #997DE0. Grayscale: #6E6E6E. Windows color (decimal): -10059233 or 2064998. OLE color: 2064998.
HSL color Cylindrical-coordinate representation of color #66821F: hue angle of 76.97º degrees, saturation: 0.61, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #66821F is Cyan = 0.22, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 102 | 130 | 31 | - |
| CMYK | 0.22 | 0 | 0.76 | 0.49 |
| HSL | 76.97º | 0.61% | 0.32% | - |
| HSV(B) | 76.97º | 0.76% | 0.51% | - |
| XYZ | 13.71 | 18.89 | 4.22 | - |
| YUV | 110.34 | 83.22 | 122.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 130 | 31 | 0.22 | 0 | 0.76 | 0.49 | 76.97 | 0.61 | 0.32 |
| Hex | 66 | 82 | 1F | 16 | 0 | 4C | 31 | 4D | 3D | 20 |
| Octal | 146 | 202 | 37 | 26 | 0 | 114 | 61 | 115 | 75 | 40 |
| Binary | 1100110 | 10000010 | 11111 | 10110 | 0 | 1001100 | 110001 | 1001101 | 111101 | 100000 |
Color Harmonies of #66821F
Complementary color
Monochromatic Colors of #66821F
Black with #66821F
Text Example
Text Example
White with #66821F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66821F; }
p { color: rgb(102,130,31); }
H1.HeaderClassName
{
color: #66821F;
}
.AnyTagClassName
{
color: #66821F;
}
</style>
background-color css
<style>
a { background-color: #66821F; }
a { background-color: rgb(102,130,31); }
div.DivClassName
{
background-color: #66821F;
}
.BgClassName
{
background-color: #66821F;
}
</style>
border-color css
<style>
span { border-color: #66821F; }
span { border-color: rgb(102,130,31); }
td.TdClassName
{
border-color: #66821F;
}
.TagClassName
{
border-color: #66821F;
}
</style>