Shades of Olive Drab #688720
Tints of Olive Drab #688720
RGB
CMYK
RGB Variations
Color information
#688720 (or 0x688720) is known color: Olive Drab. HEX triplet: 68, 87 and 20. RGB value is (104,135,32). Sum of RGB (Red+Green+Blue) = 104+135+32=271 (35% of max value = 765). Red value is 104 (41.02% from 255 or 38.38% from 271); Green value is 135 (53.12% from 255 or 49.82% from 271); Blue value is 32 (12.89% from 255 or 11.81% from 271); Max value from RGB is 135 - color contains mainly: green. Hex color #688720 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #688720 is #9778DF. Grayscale: #727272. Windows color (decimal): -9926880 or 2131816. OLE color: 2131816.
HSL color Cylindrical-coordinate representation of color #688720: hue angle of 78.06º degrees, saturation: 0.62, 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 #688720 is Cyan = 0.23, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 104 | 135 | 32 | - |
| CMYK | 0.23 | 0 | 0.76 | 0.47 |
| HSL | 78.06º | 0.62% | 0.33% | - |
| HSV(B) | 78.06º | 0.76% | 0.53% | - |
| XYZ | 14.63 | 20.38 | 4.53 | - |
| YUV | 113.99 | 81.73 | 120.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 135 | 32 | 0.23 | 0 | 0.76 | 0.47 | 78.06 | 0.62 | 0.33 |
| Hex | 68 | 87 | 20 | 17 | 0 | 4C | 2F | 4E | 3E | 21 |
| Octal | 150 | 207 | 40 | 27 | 0 | 114 | 57 | 116 | 76 | 41 |
| Binary | 1101000 | 10000111 | 100000 | 10111 | 0 | 1001100 | 101111 | 1001110 | 111110 | 100001 |
Color Harmonies of #688720
Complementary color
Monochromatic Colors of #688720
Black with #688720
Text Example
Text Example
White with #688720
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #688720; }
p { color: rgb(104,135,32); }
H1.HeaderClassName
{
color: #688720;
}
.AnyTagClassName
{
color: #688720;
}
</style>
background-color css
<style>
a { background-color: #688720; }
a { background-color: rgb(104,135,32); }
div.DivClassName
{
background-color: #688720;
}
.BgClassName
{
background-color: #688720;
}
</style>
border-color css
<style>
span { border-color: #688720; }
span { border-color: rgb(104,135,32); }
td.TdClassName
{
border-color: #688720;
}
.TagClassName
{
border-color: #688720;
}
</style>