Shades of Olive Drab #66820D
Tints of Olive Drab #66820D
RGB
CMYK
RGB Variations
Color information
#66820D (or 0x66820D) is known color: Olive Drab. HEX triplet: 66, 82 and 0D. RGB value is (102,130,13). Sum of RGB (Red+Green+Blue) = 102+130+13=245 (32% of max value = 765). Red value is 102 (40.23% from 255 or 41.63% from 245); Green value is 130 (51.17% from 255 or 53.06% from 245); Blue value is 13 (5.47% from 255 or 5.31% from 245); Max value from RGB is 130 - color contains mainly: green. Hex color #66820D is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #66820D is #997DF2. Grayscale: #6C6C6C. Windows color (decimal): -10059251 or 885350. OLE color: 885350.
HSL color Cylindrical-coordinate representation of color #66820D: hue angle of 74.36º degrees, saturation: 0.82, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #66820D is Cyan = 0.22, Magento = 0, Yellow = 0.9 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 102 | 130 | 13 | - |
| CMYK | 0.22 | 0 | 0.9 | 0.49 |
| HSL | 74.36º | 0.82% | 0.28% | - |
| HSV(B) | 74.36º | 0.9% | 0.51% | - |
| XYZ | 13.53 | 18.82 | 3.3 | - |
| YUV | 108.29 | 74.22 | 123.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 130 | 13 | 0.22 | 0 | 0.9 | 0.49 | 74.36 | 0.82 | 0.28 |
| Hex | 66 | 82 | D | 16 | 0 | 5A | 31 | 4A | 52 | 1C |
| Octal | 146 | 202 | 15 | 26 | 0 | 132 | 61 | 112 | 122 | 34 |
| Binary | 1100110 | 10000010 | 1101 | 10110 | 0 | 1011010 | 110001 | 1001010 | 1010010 | 11100 |
Color Harmonies of #66820D
Complementary color
Monochromatic Colors of #66820D
Black with #66820D
Text Example
Text Example
White with #66820D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66820D; }
p { color: rgb(102,130,13); }
H1.HeaderClassName
{
color: #66820D;
}
.AnyTagClassName
{
color: #66820D;
}
</style>
background-color css
<style>
a { background-color: #66820D; }
a { background-color: rgb(102,130,13); }
div.DivClassName
{
background-color: #66820D;
}
.BgClassName
{
background-color: #66820D;
}
</style>
border-color css
<style>
span { border-color: #66820D; }
span { border-color: rgb(102,130,13); }
td.TdClassName
{
border-color: #66820D;
}
.TagClassName
{
border-color: #66820D;
}
</style>