Shades of Olive Drab #66802B
Tints of Olive Drab #66802B
RGB
CMYK
RGB Variations
Color information
#66802B (or 0x66802B) is known color: Olive Drab. HEX triplet: 66, 80 and 2B. RGB value is (102,128,43). Sum of RGB (Red+Green+Blue) = 102+128+43=273 (36% of max value = 765). Red value is 102 (40.23% from 255 or 37.36% from 273); Green value is 128 (50.39% from 255 or 46.89% from 273); Blue value is 43 (17.19% from 255 or 15.75% from 273); Max value from RGB is 128 - color contains mainly: green. Hex color #66802B is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #66802B is #997FD4. Grayscale: #6E6E6E. Windows color (decimal): -10059733 or 2850918. OLE color: 2850918.
HSL color Cylindrical-coordinate representation of color #66802B: hue angle of 78.35º degrees, saturation: 0.5, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #66802B is Cyan = 0.20, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 102 | 128 | 43 | - |
| CMYK | 0.20 | 0 | 0.66 | 0.50 |
| HSL | 78.35º | 0.5% | 0.34% | - |
| HSV(B) | 78.35º | 0.66% | 0.5% | - |
| XYZ | 13.63 | 18.44 | 5.13 | - |
| YUV | 110.54 | 89.89 | 121.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 128 | 43 | 0.20 | 0 | 0.66 | 0.50 | 78.35 | 0.5 | 0.34 |
| Hex | 66 | 80 | 2B | 14 | 0 | 42 | 32 | 4E | 32 | 22 |
| Octal | 146 | 200 | 53 | 24 | 0 | 102 | 62 | 116 | 62 | 42 |
| Binary | 1100110 | 10000000 | 101011 | 10100 | 0 | 1000010 | 110010 | 1001110 | 110010 | 100010 |
Color Harmonies of #66802B
Complementary color
Monochromatic Colors of #66802B
Black with #66802B
Text Example
Text Example
White with #66802B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66802B; }
p { color: rgb(102,128,43); }
H1.HeaderClassName
{
color: #66802B;
}
.AnyTagClassName
{
color: #66802B;
}
</style>
background-color css
<style>
a { background-color: #66802B; }
a { background-color: rgb(102,128,43); }
div.DivClassName
{
background-color: #66802B;
}
.BgClassName
{
background-color: #66802B;
}
</style>
border-color css
<style>
span { border-color: #66802B; }
span { border-color: rgb(102,128,43); }
td.TdClassName
{
border-color: #66802B;
}
.TagClassName
{
border-color: #66802B;
}
</style>