Shades of Olive Drab #688E0F
Tints of Olive Drab #688E0F
RGB
CMYK
RGB Variations
Color information
#688E0F (or 0x688E0F) is known color: Olive Drab. HEX triplet: 68, 8E and 0F. RGB value is (104,142,15). Sum of RGB (Red+Green+Blue) = 104+142+15=261 (34% of max value = 765). Red value is 104 (41.02% from 255 or 39.85% from 261); Green value is 142 (55.86% from 255 or 54.41% from 261); Blue value is 15 (6.25% from 255 or 5.75% from 261); Max value from RGB is 142 - color contains mainly: green. Hex color #688E0F is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #688E0F is #9771F0. Grayscale: #747474. Windows color (decimal): -9925105 or 1019496. OLE color: 1019496.
HSL color Cylindrical-coordinate representation of color #688E0F: hue angle of 77.95º degrees, saturation: 0.81, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #688E0F is Cyan = 0.27, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 104 | 142 | 15 | - |
| CMYK | 0.27 | 0 | 0.89 | 0.44 |
| HSL | 77.95º | 0.81% | 0.31% | - |
| HSV(B) | 77.95º | 0.89% | 0.56% | - |
| XYZ | 15.47 | 22.32 | 3.95 | - |
| YUV | 116.16 | 70.91 | 119.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 142 | 15 | 0.27 | 0 | 0.89 | 0.44 | 77.95 | 0.81 | 0.31 |
| Hex | 68 | 8E | F | 1B | 0 | 59 | 2C | 4E | 51 | 1F |
| Octal | 150 | 216 | 17 | 33 | 0 | 131 | 54 | 116 | 121 | 37 |
| Binary | 1101000 | 10001110 | 1111 | 11011 | 0 | 1011001 | 101100 | 1001110 | 1010001 | 11111 |
Color Harmonies of #688E0F
Complementary color
Monochromatic Colors of #688E0F
Black with #688E0F
Text Example
Text Example
White with #688E0F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #688E0F; }
p { color: rgb(104,142,15); }
H1.HeaderClassName
{
color: #688E0F;
}
.AnyTagClassName
{
color: #688E0F;
}
</style>
background-color css
<style>
a { background-color: #688E0F; }
a { background-color: rgb(104,142,15); }
div.DivClassName
{
background-color: #688E0F;
}
.BgClassName
{
background-color: #688E0F;
}
</style>
border-color css
<style>
span { border-color: #688E0F; }
span { border-color: rgb(104,142,15); }
td.TdClassName
{
border-color: #688E0F;
}
.TagClassName
{
border-color: #688E0F;
}
</style>