Shades of Olive Drab #66821E
Tints of Olive Drab #66821E
RGB
CMYK
RGB Variations
Color information
#66821E (or 0x66821E) is known color: Olive Drab. HEX triplet: 66, 82 and 1E. RGB value is (102,130,30). Sum of RGB (Red+Green+Blue) = 102+130+30=262 (34% of max value = 765). Red value is 102 (40.23% from 255 or 38.93% from 262); Green value is 130 (51.17% from 255 or 49.62% from 262); Blue value is 30 (12.11% from 255 or 11.45% from 262); Max value from RGB is 130 - color contains mainly: green. Hex color #66821E is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #66821E is #997DE1. Grayscale: #6E6E6E. Windows color (decimal): -10059234 or 1999462. OLE color: 1999462.
HSL color Cylindrical-coordinate representation of color #66821E: hue angle of 76.8º degrees, saturation: 0.62, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #66821E is Cyan = 0.22, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 102 | 130 | 30 | - |
| CMYK | 0.22 | 0 | 0.77 | 0.49 |
| HSL | 76.8º | 0.63% | 0.31% | - |
| HSV(B) | 76.8º | 0.77% | 0.51% | - |
| XYZ | 13.7 | 18.88 | 4.15 | - |
| YUV | 110.23 | 82.72 | 122.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 130 | 30 | 0.22 | 0 | 0.77 | 0.49 | 76.8 | 0.63 | 0.31 |
| Hex | 66 | 82 | 1E | 16 | 0 | 4D | 31 | 4D | 3E | 1F |
| Octal | 146 | 202 | 36 | 26 | 0 | 115 | 61 | 115 | 76 | 37 |
| Binary | 1100110 | 10000010 | 11110 | 10110 | 0 | 1001101 | 110001 | 1001101 | 111110 | 11111 |
Color Harmonies of #66821E
Complementary color
Monochromatic Colors of #66821E
Black with #66821E
Text Example
Text Example
White with #66821E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66821E; }
p { color: rgb(102,130,30); }
H1.HeaderClassName
{
color: #66821E;
}
.AnyTagClassName
{
color: #66821E;
}
</style>
background-color css
<style>
a { background-color: #66821E; }
a { background-color: rgb(102,130,30); }
div.DivClassName
{
background-color: #66821E;
}
.BgClassName
{
background-color: #66821E;
}
</style>
border-color css
<style>
span { border-color: #66821E; }
span { border-color: rgb(102,130,30); }
td.TdClassName
{
border-color: #66821E;
}
.TagClassName
{
border-color: #66821E;
}
</style>