Shades of Olive Drab #66820B
Tints of Olive Drab #66820B
RGB
CMYK
RGB Variations
Color information
#66820B (or 0x66820B) is known color: Olive Drab. HEX triplet: 66, 82 and 0B. RGB value is (102,130,11). Sum of RGB (Red+Green+Blue) = 102+130+11=243 (32% of max value = 765). Red value is 102 (40.23% from 255 or 41.98% from 243); Green value is 130 (51.17% from 255 or 53.50% from 243); Blue value is 11 (4.69% from 255 or 4.53% from 243); Max value from RGB is 130 - color contains mainly: green. Hex color #66820B is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #66820B is #997DF4. Grayscale: #6C6C6C. Windows color (decimal): -10059253 or 754278. OLE color: 754278.
HSL color Cylindrical-coordinate representation of color #66820B: hue angle of 74.12º degrees, saturation: 0.84, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #66820B is Cyan = 0.22, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 102 | 130 | 11 | - |
| CMYK | 0.22 | 0 | 0.92 | 0.49 |
| HSL | 74.12º | 0.84% | 0.28% | - |
| HSV(B) | 74.12º | 0.92% | 0.51% | - |
| XYZ | 13.52 | 18.81 | 3.24 | - |
| YUV | 108.06 | 73.22 | 123.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 130 | 11 | 0.22 | 0 | 0.92 | 0.49 | 74.12 | 0.84 | 0.28 |
| Hex | 66 | 82 | B | 16 | 0 | 5C | 31 | 4A | 54 | 1C |
| Octal | 146 | 202 | 13 | 26 | 0 | 134 | 61 | 112 | 124 | 34 |
| Binary | 1100110 | 10000010 | 1011 | 10110 | 0 | 1011100 | 110001 | 1001010 | 1010100 | 11100 |
Color Harmonies of #66820B
Complementary color
Monochromatic Colors of #66820B
Black with #66820B
Text Example
Text Example
White with #66820B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66820B; }
p { color: rgb(102,130,11); }
H1.HeaderClassName
{
color: #66820B;
}
.AnyTagClassName
{
color: #66820B;
}
</style>
background-color css
<style>
a { background-color: #66820B; }
a { background-color: rgb(102,130,11); }
div.DivClassName
{
background-color: #66820B;
}
.BgClassName
{
background-color: #66820B;
}
</style>
border-color css
<style>
span { border-color: #66820B; }
span { border-color: rgb(102,130,11); }
td.TdClassName
{
border-color: #66820B;
}
.TagClassName
{
border-color: #66820B;
}
</style>