Shades of Olive Drab #66821D
Tints of Olive Drab #66821D
RGB
CMYK
RGB Variations
Color information
#66821D (or 0x66821D) is known color: Olive Drab. HEX triplet: 66, 82 and 1D. RGB value is (102,130,29). Sum of RGB (Red+Green+Blue) = 102+130+29=261 (34% of max value = 765). Red value is 102 (40.23% from 255 or 39.08% from 261); Green value is 130 (51.17% from 255 or 49.81% from 261); Blue value is 29 (11.72% from 255 or 11.11% from 261); Max value from RGB is 130 - color contains mainly: green. Hex color #66821D is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #66821D is #997DE2. Grayscale: #6E6E6E. Windows color (decimal): -10059235 or 1933926. OLE color: 1933926.
HSL color Cylindrical-coordinate representation of color #66821D: hue angle of 76.63º degrees, saturation: 0.64, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #66821D is Cyan = 0.22, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 102 | 130 | 29 | - |
| CMYK | 0.22 | 0 | 0.78 | 0.49 |
| HSL | 76.63º | 0.64% | 0.31% | - |
| HSV(B) | 76.63º | 0.78% | 0.51% | - |
| XYZ | 13.68 | 18.88 | 4.09 | - |
| YUV | 110.11 | 82.22 | 122.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 130 | 29 | 0.22 | 0 | 0.78 | 0.49 | 76.63 | 0.64 | 0.31 |
| Hex | 66 | 82 | 1D | 16 | 0 | 4E | 31 | 4D | 40 | 1F |
| Octal | 146 | 202 | 35 | 26 | 0 | 116 | 61 | 115 | 100 | 37 |
| Binary | 1100110 | 10000010 | 11101 | 10110 | 0 | 1001110 | 110001 | 1001101 | 1000000 | 11111 |
Color Harmonies of #66821D
Complementary color
Monochromatic Colors of #66821D
Black with #66821D
Text Example
Text Example
White with #66821D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66821D; }
p { color: rgb(102,130,29); }
H1.HeaderClassName
{
color: #66821D;
}
.AnyTagClassName
{
color: #66821D;
}
</style>
background-color css
<style>
a { background-color: #66821D; }
a { background-color: rgb(102,130,29); }
div.DivClassName
{
background-color: #66821D;
}
.BgClassName
{
background-color: #66821D;
}
</style>
border-color css
<style>
span { border-color: #66821D; }
span { border-color: rgb(102,130,29); }
td.TdClassName
{
border-color: #66821D;
}
.TagClassName
{
border-color: #66821D;
}
</style>