Shades of Olive Drab #688513
Tints of Olive Drab #688513
RGB
CMYK
RGB Variations
Color information
#688513 (or 0x688513) is known color: Olive Drab. HEX triplet: 68, 85 and 13. RGB value is (104,133,19). Sum of RGB (Red+Green+Blue) = 104+133+19=256 (33% of max value = 765). Red value is 104 (41.02% from 255 or 40.62% from 256); Green value is 133 (52.34% from 255 or 51.95% from 256); Blue value is 19 (7.81% from 255 or 7.42% from 256); Max value from RGB is 133 - color contains mainly: green. Hex color #688513 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #688513 is #977AEC. Grayscale: #6F6F6F. Windows color (decimal): -9927405 or 1279336. OLE color: 1279336.
HSL color Cylindrical-coordinate representation of color #688513: hue angle of 75.26º degrees, saturation: 0.75, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #688513 is Cyan = 0.22, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 104 | 133 | 19 | - |
| CMYK | 0.22 | 0 | 0.86 | 0.48 |
| HSL | 75.26º | 0.75% | 0.3% | - |
| HSV(B) | 75.26º | 0.86% | 0.52% | - |
| XYZ | 14.21 | 19.77 | 3.68 | - |
| YUV | 111.33 | 75.89 | 122.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 133 | 19 | 0.22 | 0 | 0.86 | 0.48 | 75.26 | 0.75 | 0.3 |
| Hex | 68 | 85 | 13 | 16 | 0 | 56 | 30 | 4B | 4B | 1E |
| Octal | 150 | 205 | 23 | 26 | 0 | 126 | 60 | 113 | 113 | 36 |
| Binary | 1101000 | 10000101 | 10011 | 10110 | 0 | 1010110 | 110000 | 1001011 | 1001011 | 11110 |
Color Harmonies of #688513
Complementary color
Monochromatic Colors of #688513
Black with #688513
Text Example
Text Example
White with #688513
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #688513; }
p { color: rgb(104,133,19); }
H1.HeaderClassName
{
color: #688513;
}
.AnyTagClassName
{
color: #688513;
}
</style>
background-color css
<style>
a { background-color: #688513; }
a { background-color: rgb(104,133,19); }
div.DivClassName
{
background-color: #688513;
}
.BgClassName
{
background-color: #688513;
}
</style>
border-color css
<style>
span { border-color: #688513; }
span { border-color: rgb(104,133,19); }
td.TdClassName
{
border-color: #688513;
}
.TagClassName
{
border-color: #688513;
}
</style>