Shades of Olive Drab #688521
Tints of Olive Drab #688521
RGB
CMYK
RGB Variations
Color information
#688521 (or 0x688521) is known color: Olive Drab. HEX triplet: 68, 85 and 21. RGB value is (104,133,33). Sum of RGB (Red+Green+Blue) = 104+133+33=270 (35% of max value = 765). Red value is 104 (41.02% from 255 or 38.52% from 270); Green value is 133 (52.34% from 255 or 49.26% from 270); Blue value is 33 (13.28% from 255 or 12.22% from 270); Max value from RGB is 133 - color contains mainly: green. Hex color #688521 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #688521 is #977ADE. Grayscale: #717171. Windows color (decimal): -9927391 or 2196840. OLE color: 2196840.
HSL color Cylindrical-coordinate representation of color #688521: hue angle of 77.4º degrees, saturation: 0.6, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #688521 is Cyan = 0.22, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 104 | 133 | 33 | - |
| CMYK | 0.22 | 0 | 0.75 | 0.48 |
| HSL | 77.4º | 0.6% | 0.33% | - |
| HSV(B) | 77.4º | 0.75% | 0.52% | - |
| XYZ | 14.37 | 19.83 | 4.51 | - |
| YUV | 112.93 | 82.89 | 121.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 133 | 33 | 0.22 | 0 | 0.75 | 0.48 | 77.4 | 0.6 | 0.33 |
| Hex | 68 | 85 | 21 | 16 | 0 | 4B | 30 | 4D | 3C | 21 |
| Octal | 150 | 205 | 41 | 26 | 0 | 113 | 60 | 115 | 74 | 41 |
| Binary | 1101000 | 10000101 | 100001 | 10110 | 0 | 1001011 | 110000 | 1001101 | 111100 | 100001 |
Color Harmonies of #688521
Complementary color
Monochromatic Colors of #688521
Black with #688521
Text Example
Text Example
White with #688521
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #688521; }
p { color: rgb(104,133,33); }
H1.HeaderClassName
{
color: #688521;
}
.AnyTagClassName
{
color: #688521;
}
</style>
background-color css
<style>
a { background-color: #688521; }
a { background-color: rgb(104,133,33); }
div.DivClassName
{
background-color: #688521;
}
.BgClassName
{
background-color: #688521;
}
</style>
border-color css
<style>
span { border-color: #688521; }
span { border-color: rgb(104,133,33); }
td.TdClassName
{
border-color: #688521;
}
.TagClassName
{
border-color: #688521;
}
</style>