Shades of Olive Drab #668121
Tints of Olive Drab #668121
RGB
CMYK
RGB Variations
Color information
#668121 (or 0x668121) is known color: Olive Drab. HEX triplet: 66, 81 and 21. RGB value is (102,129,33). Sum of RGB (Red+Green+Blue) = 102+129+33=264 (34% of max value = 765). Red value is 102 (40.23% from 255 or 38.64% from 264); Green value is 129 (50.78% from 255 or 48.86% from 264); Blue value is 33 (13.28% from 255 or 12.5% from 264); Max value from RGB is 129 - color contains mainly: green. Hex color #668121 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #668121 is #997EDE. Grayscale: #6E6E6E. Windows color (decimal): -10059487 or 2195814. OLE color: 2195814.
HSL color Cylindrical-coordinate representation of color #668121: hue angle of 76.88º degrees, saturation: 0.59, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #668121 is Cyan = 0.21, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 102 | 129 | 33 | - |
| CMYK | 0.21 | 0 | 0.74 | 0.49 |
| HSL | 76.88º | 0.59% | 0.32% | - |
| HSV(B) | 76.88º | 0.74% | 0.51% | - |
| XYZ | 13.6 | 18.64 | 4.32 | - |
| YUV | 109.98 | 84.55 | 122.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 129 | 33 | 0.21 | 0 | 0.74 | 0.49 | 76.88 | 0.59 | 0.32 |
| Hex | 66 | 81 | 21 | 15 | 0 | 4A | 31 | 4D | 3B | 20 |
| Octal | 146 | 201 | 41 | 25 | 0 | 112 | 61 | 115 | 73 | 40 |
| Binary | 1100110 | 10000001 | 100001 | 10101 | 0 | 1001010 | 110001 | 1001101 | 111011 | 100000 |
Color Harmonies of #668121
Complementary color
Monochromatic Colors of #668121
Black with #668121
Text Example
Text Example
White with #668121
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #668121; }
p { color: rgb(102,129,33); }
H1.HeaderClassName
{
color: #668121;
}
.AnyTagClassName
{
color: #668121;
}
</style>
background-color css
<style>
a { background-color: #668121; }
a { background-color: rgb(102,129,33); }
div.DivClassName
{
background-color: #668121;
}
.BgClassName
{
background-color: #668121;
}
</style>
border-color css
<style>
span { border-color: #668121; }
span { border-color: rgb(102,129,33); }
td.TdClassName
{
border-color: #668121;
}
.TagClassName
{
border-color: #668121;
}
</style>