Shades of Olive Drab #68810E
Tints of Olive Drab #68810E
RGB
CMYK
RGB Variations
Color information
#68810E (or 0x68810E) is known color: Olive Drab. HEX triplet: 68, 81 and 0E. RGB value is (104,129,14). Sum of RGB (Red+Green+Blue) = 104+129+14=247 (32% of max value = 765). Red value is 104 (41.02% from 255 or 42.11% from 247); Green value is 129 (50.78% from 255 or 52.23% from 247); Blue value is 14 (5.86% from 255 or 5.67% from 247); Max value from RGB is 129 - color contains mainly: green. Hex color #68810E is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #68810E is #977EF1. Grayscale: #6C6C6C. Windows color (decimal): -9928434 or 950632. OLE color: 950632.
HSL color Cylindrical-coordinate representation of color #68810E: hue angle of 73.04º degrees, saturation: 0.8, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #68810E is Cyan = 0.19, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 104 | 129 | 14 | - |
| CMYK | 0.19 | 0 | 0.89 | 0.49 |
| HSL | 73.04º | 0.8% | 0.28% | - |
| HSV(B) | 73.04º | 0.89% | 0.51% | - |
| XYZ | 13.64 | 18.68 | 3.3 | - |
| YUV | 108.42 | 74.72 | 124.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 129 | 14 | 0.19 | 0 | 0.89 | 0.49 | 73.04 | 0.8 | 0.28 |
| Hex | 68 | 81 | E | 13 | 0 | 59 | 31 | 49 | 50 | 1C |
| Octal | 150 | 201 | 16 | 23 | 0 | 131 | 61 | 111 | 120 | 34 |
| Binary | 1101000 | 10000001 | 1110 | 10011 | 0 | 1011001 | 110001 | 1001001 | 1010000 | 11100 |
Color Harmonies of #68810E
Complementary color
Monochromatic Colors of #68810E
Black with #68810E
Text Example
Text Example
White with #68810E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68810E; }
p { color: rgb(104,129,14); }
H1.HeaderClassName
{
color: #68810E;
}
.AnyTagClassName
{
color: #68810E;
}
</style>
background-color css
<style>
a { background-color: #68810E; }
a { background-color: rgb(104,129,14); }
div.DivClassName
{
background-color: #68810E;
}
.BgClassName
{
background-color: #68810E;
}
</style>
border-color css
<style>
span { border-color: #68810E; }
span { border-color: rgb(104,129,14); }
td.TdClassName
{
border-color: #68810E;
}
.TagClassName
{
border-color: #68810E;
}
</style>