Shades of Olive Drab #68880E
Tints of Olive Drab #68880E
RGB
CMYK
RGB Variations
Color information
#68880E (or 0x68880E) is known color: Olive Drab. HEX triplet: 68, 88 and 0E. RGB value is (104,136,14). Sum of RGB (Red+Green+Blue) = 104+136+14=254 (33% of max value = 765). Red value is 104 (41.02% from 255 or 40.94% from 254); Green value is 136 (53.52% from 255 or 53.54% from 254); Blue value is 14 (5.86% from 255 or 5.51% from 254); Max value from RGB is 136 - color contains mainly: green. Hex color #68880E is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #68880E is #9777F1. Grayscale: #707070. Windows color (decimal): -9926642 or 952424. OLE color: 952424.
HSL color Cylindrical-coordinate representation of color #68880E: hue angle of 75.74º degrees, saturation: 0.81, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #68880E is Cyan = 0.24, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 104 | 136 | 14 | - |
| CMYK | 0.24 | 0 | 0.90 | 0.47 |
| HSL | 75.74º | 0.81% | 0.29% | - |
| HSV(B) | 75.74º | 0.9% | 0.53% | - |
| XYZ | 14.59 | 20.58 | 3.62 | - |
| YUV | 112.52 | 72.4 | 121.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 136 | 14 | 0.24 | 0 | 0.90 | 0.47 | 75.74 | 0.81 | 0.29 |
| Hex | 68 | 88 | E | 18 | 0 | 5A | 2F | 4C | 51 | 1D |
| Octal | 150 | 210 | 16 | 30 | 0 | 132 | 57 | 114 | 121 | 35 |
| Binary | 1101000 | 10001000 | 1110 | 11000 | 0 | 1011010 | 101111 | 1001100 | 1010001 | 11101 |
Color Harmonies of #68880E
Complementary color
Monochromatic Colors of #68880E
Black with #68880E
Text Example
Text Example
White with #68880E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68880E; }
p { color: rgb(104,136,14); }
H1.HeaderClassName
{
color: #68880E;
}
.AnyTagClassName
{
color: #68880E;
}
</style>
background-color css
<style>
a { background-color: #68880E; }
a { background-color: rgb(104,136,14); }
div.DivClassName
{
background-color: #68880E;
}
.BgClassName
{
background-color: #68880E;
}
</style>
border-color css
<style>
span { border-color: #68880E; }
span { border-color: rgb(104,136,14); }
td.TdClassName
{
border-color: #68880E;
}
.TagClassName
{
border-color: #68880E;
}
</style>