Shades of Olive Drab #688721
Tints of Olive Drab #688721
RGB
CMYK
RGB Variations
Color information
#688721 (or 0x688721) is known color: Olive Drab. HEX triplet: 68, 87 and 21. RGB value is (104,135,33). Sum of RGB (Red+Green+Blue) = 104+135+33=272 (36% of max value = 765). Red value is 104 (41.02% from 255 or 38.24% from 272); Green value is 135 (53.12% from 255 or 49.63% from 272); Blue value is 33 (13.28% from 255 or 12.13% from 272); Max value from RGB is 135 - color contains mainly: green. Hex color #688721 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #688721 is #9778DE. Grayscale: #727272. Windows color (decimal): -9926879 or 2197352. OLE color: 2197352.
HSL color Cylindrical-coordinate representation of color #688721: hue angle of 78.24º 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 #688721 is Cyan = 0.23, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 104 | 135 | 33 | - |
| CMYK | 0.23 | 0 | 0.76 | 0.47 |
| HSL | 78.24º | 0.61% | 0.33% | - |
| HSV(B) | 78.24º | 0.76% | 0.53% | - |
| XYZ | 14.65 | 20.38 | 4.6 | - |
| YUV | 114.1 | 82.23 | 120.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 135 | 33 | 0.23 | 0 | 0.76 | 0.47 | 78.24 | 0.61 | 0.33 |
| Hex | 68 | 87 | 21 | 17 | 0 | 4C | 2F | 4E | 3D | 21 |
| Octal | 150 | 207 | 41 | 27 | 0 | 114 | 57 | 116 | 75 | 41 |
| Binary | 1101000 | 10000111 | 100001 | 10111 | 0 | 1001100 | 101111 | 1001110 | 111101 | 100001 |
Color Harmonies of #688721
Complementary color
Monochromatic Colors of #688721
Black with #688721
Text Example
Text Example
White with #688721
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #688721; }
p { color: rgb(104,135,33); }
H1.HeaderClassName
{
color: #688721;
}
.AnyTagClassName
{
color: #688721;
}
</style>
background-color css
<style>
a { background-color: #688721; }
a { background-color: rgb(104,135,33); }
div.DivClassName
{
background-color: #688721;
}
.BgClassName
{
background-color: #688721;
}
</style>
border-color css
<style>
span { border-color: #688721; }
span { border-color: rgb(104,135,33); }
td.TdClassName
{
border-color: #688721;
}
.TagClassName
{
border-color: #688721;
}
</style>