Shades of Olive Drab #668033
Tints of Olive Drab #668033
RGB
CMYK
RGB Variations
Color information
#668033 (or 0x668033) is known color: Olive Drab. HEX triplet: 66, 80 and 33. RGB value is (102,128,51). Sum of RGB (Red+Green+Blue) = 102+128+51=281 (37% of max value = 765). Red value is 102 (40.23% from 255 or 36.30% from 281); Green value is 128 (50.39% from 255 or 45.55% from 281); Blue value is 51 (20.31% from 255 or 18.15% from 281); Max value from RGB is 128 - color contains mainly: green. Hex color #668033 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #668033 is #997FCC. Grayscale: #6F6F6F. Windows color (decimal): -10059725 or 3375206. OLE color: 3375206.
HSL color Cylindrical-coordinate representation of color #668033: hue angle of 80.26º degrees, saturation: 0.43, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #668033 is Cyan = 0.20, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 102 | 128 | 51 | - |
| CMYK | 0.20 | 0 | 0.60 | 0.50 |
| HSL | 80.26º | 0.43% | 0.35% | - |
| HSV(B) | 80.26º | 0.6% | 0.5% | - |
| XYZ | 13.8 | 18.5 | 5.98 | - |
| YUV | 111.45 | 93.89 | 121.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 128 | 51 | 0.20 | 0 | 0.60 | 0.50 | 80.26 | 0.43 | 0.35 |
| Hex | 66 | 80 | 33 | 14 | 0 | 3C | 32 | 50 | 2B | 23 |
| Octal | 146 | 200 | 63 | 24 | 0 | 74 | 62 | 120 | 53 | 43 |
| Binary | 1100110 | 10000000 | 110011 | 10100 | 0 | 111100 | 110010 | 1010000 | 101011 | 100011 |
Color Harmonies of #668033
Complementary color
Monochromatic Colors of #668033
Black with #668033
Text Example
Text Example
White with #668033
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #668033; }
p { color: rgb(102,128,51); }
H1.HeaderClassName
{
color: #668033;
}
.AnyTagClassName
{
color: #668033;
}
</style>
background-color css
<style>
a { background-color: #668033; }
a { background-color: rgb(102,128,51); }
div.DivClassName
{
background-color: #668033;
}
.BgClassName
{
background-color: #668033;
}
</style>
border-color css
<style>
span { border-color: #668033; }
span { border-color: rgb(102,128,51); }
td.TdClassName
{
border-color: #668033;
}
.TagClassName
{
border-color: #668033;
}
</style>