Shades of Olive Drab #668821
Tints of Olive Drab #668821
RGB
CMYK
RGB Variations
Color information
#668821 (or 0x668821) is known color: Olive Drab. HEX triplet: 66, 88 and 21. RGB value is (102,136,33). Sum of RGB (Red+Green+Blue) = 102+136+33=271 (35% of max value = 765). Red value is 102 (40.23% from 255 or 37.64% from 271); Green value is 136 (53.52% from 255 or 50.18% from 271); Blue value is 33 (13.28% from 255 or 12.18% from 271); Max value from RGB is 136 - color contains mainly: green. Hex color #668821 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #668821 is #9977DE. Grayscale: #727272. Windows color (decimal): -10057695 or 2197606. OLE color: 2197606.
HSL color Cylindrical-coordinate representation of color #668821: hue angle of 79.81º degrees, saturation: 0.61, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #668821 is Cyan = 0.25, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 102 | 136 | 33 | - |
| CMYK | 0.25 | 0 | 0.76 | 0.47 |
| HSL | 79.81º | 0.61% | 0.33% | - |
| HSV(B) | 79.81º | 0.76% | 0.53% | - |
| XYZ | 14.56 | 20.54 | 4.64 | - |
| YUV | 114.09 | 82.24 | 119.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 136 | 33 | 0.25 | 0 | 0.76 | 0.47 | 79.81 | 0.61 | 0.33 |
| Hex | 66 | 88 | 21 | 19 | 0 | 4C | 2F | 50 | 3D | 21 |
| Octal | 146 | 210 | 41 | 31 | 0 | 114 | 57 | 120 | 75 | 41 |
| Binary | 1100110 | 10001000 | 100001 | 11001 | 0 | 1001100 | 101111 | 1010000 | 111101 | 100001 |
Color Harmonies of #668821
Complementary color
Monochromatic Colors of #668821
Black with #668821
Text Example
Text Example
White with #668821
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #668821; }
p { color: rgb(102,136,33); }
H1.HeaderClassName
{
color: #668821;
}
.AnyTagClassName
{
color: #668821;
}
</style>
background-color css
<style>
a { background-color: #668821; }
a { background-color: rgb(102,136,33); }
div.DivClassName
{
background-color: #668821;
}
.BgClassName
{
background-color: #668821;
}
</style>
border-color css
<style>
span { border-color: #668821; }
span { border-color: rgb(102,136,33); }
td.TdClassName
{
border-color: #668821;
}
.TagClassName
{
border-color: #668821;
}
</style>