Shades of Olive Drab #688126
Tints of Olive Drab #688126
RGB
CMYK
RGB Variations
Color information
#688126 (or 0x688126) is known color: Olive Drab. HEX triplet: 68, 81 and 26. RGB value is (104,129,38). Sum of RGB (Red+Green+Blue) = 104+129+38=271 (35% of max value = 765). Red value is 104 (41.02% from 255 or 38.38% from 271); Green value is 129 (50.78% from 255 or 47.60% from 271); Blue value is 38 (15.23% from 255 or 14.02% from 271); Max value from RGB is 129 - color contains mainly: green. Hex color #688126 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #688126 is #977ED9. Grayscale: #6F6F6F. Windows color (decimal): -9928410 or 2523496. OLE color: 2523496.
HSL color Cylindrical-coordinate representation of color #688126: hue angle of 76.48º degrees, saturation: 0.54, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #688126 is Cyan = 0.19, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 104 | 129 | 38 | - |
| CMYK | 0.19 | 0 | 0.71 | 0.49 |
| HSL | 76.48º | 0.54% | 0.33% | - |
| HSV(B) | 76.48º | 0.71% | 0.51% | - |
| XYZ | 13.91 | 18.78 | 4.73 | - |
| YUV | 111.15 | 86.72 | 122.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 129 | 38 | 0.19 | 0 | 0.71 | 0.49 | 76.48 | 0.54 | 0.33 |
| Hex | 68 | 81 | 26 | 13 | 0 | 47 | 31 | 4C | 36 | 21 |
| Octal | 150 | 201 | 46 | 23 | 0 | 107 | 61 | 114 | 66 | 41 |
| Binary | 1101000 | 10000001 | 100110 | 10011 | 0 | 1000111 | 110001 | 1001100 | 110110 | 100001 |
Color Harmonies of #688126
Complementary color
Monochromatic Colors of #688126
Black with #688126
Text Example
Text Example
White with #688126
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #688126; }
p { color: rgb(104,129,38); }
H1.HeaderClassName
{
color: #688126;
}
.AnyTagClassName
{
color: #688126;
}
</style>
background-color css
<style>
a { background-color: #688126; }
a { background-color: rgb(104,129,38); }
div.DivClassName
{
background-color: #688126;
}
.BgClassName
{
background-color: #688126;
}
</style>
border-color css
<style>
span { border-color: #688126; }
span { border-color: rgb(104,129,38); }
td.TdClassName
{
border-color: #688126;
}
.TagClassName
{
border-color: #688126;
}
</style>