Shades of Olive Drab #66820A
Tints of Olive Drab #66820A
RGB
CMYK
RGB Variations
Color information
#66820A (or 0x66820A) is known color: Olive Drab. HEX triplet: 66, 82 and 0A. RGB value is (102,130,10). Sum of RGB (Red+Green+Blue) = 102+130+10=242 (32% of max value = 765). Red value is 102 (40.23% from 255 or 42.15% from 242); Green value is 130 (51.17% from 255 or 53.72% from 242); Blue value is 10 (4.30% from 255 or 4.13% from 242); Max value from RGB is 130 - color contains mainly: green. Hex color #66820A is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #66820A is #997DF5. Grayscale: #6C6C6C. Windows color (decimal): -10059254 or 688742. OLE color: 688742.
HSL color Cylindrical-coordinate representation of color #66820A: hue angle of 74º degrees, saturation: 0.86, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #66820A is Cyan = 0.22, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 102 | 130 | 10 | - |
| CMYK | 0.22 | 0 | 0.92 | 0.49 |
| HSL | 74º | 0.86% | 0.27% | - |
| HSV(B) | 74º | 0.92% | 0.51% | - |
| XYZ | 13.52 | 18.81 | 3.21 | - |
| YUV | 107.95 | 72.72 | 123.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 130 | 10 | 0.22 | 0 | 0.92 | 0.49 | 74 | 0.86 | 0.27 |
| Hex | 66 | 82 | A | 16 | 0 | 5C | 31 | 4A | 56 | 1B |
| Octal | 146 | 202 | 12 | 26 | 0 | 134 | 61 | 112 | 126 | 33 |
| Binary | 1100110 | 10000010 | 1010 | 10110 | 0 | 1011100 | 110001 | 1001010 | 1010110 | 11011 |
Color Harmonies of #66820A
Complementary color
Monochromatic Colors of #66820A
Black with #66820A
Text Example
Text Example
White with #66820A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66820A; }
p { color: rgb(102,130,10); }
H1.HeaderClassName
{
color: #66820A;
}
.AnyTagClassName
{
color: #66820A;
}
</style>
background-color css
<style>
a { background-color: #66820A; }
a { background-color: rgb(102,130,10); }
div.DivClassName
{
background-color: #66820A;
}
.BgClassName
{
background-color: #66820A;
}
</style>
border-color css
<style>
span { border-color: #66820A; }
span { border-color: rgb(102,130,10); }
td.TdClassName
{
border-color: #66820A;
}
.TagClassName
{
border-color: #66820A;
}
</style>