Shades of Olive Drab #68860D
Tints of Olive Drab #68860D
RGB
CMYK
RGB Variations
Color information
#68860D (or 0x68860D) is known color: Olive Drab. HEX triplet: 68, 86 and 0D. RGB value is (104,134,13). Sum of RGB (Red+Green+Blue) = 104+134+13=251 (33% of max value = 765). Red value is 104 (41.02% from 255 or 41.43% from 251); Green value is 134 (52.73% from 255 or 53.39% from 251); Blue value is 13 (5.47% from 255 or 5.18% from 251); Max value from RGB is 134 - color contains mainly: green. Hex color #68860D is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #68860D is #9779F2. Grayscale: #6F6F6F. Windows color (decimal): -9927155 or 886376. OLE color: 886376.
HSL color Cylindrical-coordinate representation of color #68860D: hue angle of 74.88º degrees, saturation: 0.82, 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 #68860D is Cyan = 0.22, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 104 | 134 | 13 | - |
| CMYK | 0.22 | 0 | 0.90 | 0.47 |
| HSL | 74.88º | 0.82% | 0.29% | - |
| HSV(B) | 74.88º | 0.9% | 0.53% | - |
| XYZ | 14.31 | 20.02 | 3.49 | - |
| YUV | 111.24 | 72.56 | 122.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 134 | 13 | 0.22 | 0 | 0.90 | 0.47 | 74.88 | 0.82 | 0.29 |
| Hex | 68 | 86 | D | 16 | 0 | 5A | 2F | 4B | 52 | 1D |
| Octal | 150 | 206 | 15 | 26 | 0 | 132 | 57 | 113 | 122 | 35 |
| Binary | 1101000 | 10000110 | 1101 | 10110 | 0 | 1011010 | 101111 | 1001011 | 1010010 | 11101 |
Color Harmonies of #68860D
Complementary color
Monochromatic Colors of #68860D
Black with #68860D
Text Example
Text Example
White with #68860D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68860D; }
p { color: rgb(104,134,13); }
H1.HeaderClassName
{
color: #68860D;
}
.AnyTagClassName
{
color: #68860D;
}
</style>
background-color css
<style>
a { background-color: #68860D; }
a { background-color: rgb(104,134,13); }
div.DivClassName
{
background-color: #68860D;
}
.BgClassName
{
background-color: #68860D;
}
</style>
border-color css
<style>
span { border-color: #68860D; }
span { border-color: rgb(104,134,13); }
td.TdClassName
{
border-color: #68860D;
}
.TagClassName
{
border-color: #68860D;
}
</style>