Shades of Olive Drab #68861E
Tints of Olive Drab #68861E
RGB
CMYK
RGB Variations
Color information
#68861E (or 0x68861E) is known color: Olive Drab. HEX triplet: 68, 86 and 1E. RGB value is (104,134,30). Sum of RGB (Red+Green+Blue) = 104+134+30=268 (35% of max value = 765). Red value is 104 (41.02% from 255 or 38.81% from 268); Green value is 134 (52.73% from 255 or 50% from 268); Blue value is 30 (12.11% from 255 or 11.19% from 268); Max value from RGB is 134 - color contains mainly: green. Hex color #68861E is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #68861E is #9779E1. Grayscale: #717171. Windows color (decimal): -9927138 or 2000488. OLE color: 2000488.
HSL color Cylindrical-coordinate representation of color #68861E: hue angle of 77.31º degrees, saturation: 0.63, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #68861E is Cyan = 0.22, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 104 | 134 | 30 | - |
| CMYK | 0.22 | 0 | 0.78 | 0.47 |
| HSL | 77.31º | 0.63% | 0.32% | - |
| HSV(B) | 77.31º | 0.78% | 0.53% | - |
| XYZ | 14.47 | 20.09 | 4.34 | - |
| YUV | 113.17 | 81.06 | 121.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 134 | 30 | 0.22 | 0 | 0.78 | 0.47 | 77.31 | 0.63 | 0.32 |
| Hex | 68 | 86 | 1E | 16 | 0 | 4E | 2F | 4D | 3F | 20 |
| Octal | 150 | 206 | 36 | 26 | 0 | 116 | 57 | 115 | 77 | 40 |
| Binary | 1101000 | 10000110 | 11110 | 10110 | 0 | 1001110 | 101111 | 1001101 | 111111 | 100000 |
Color Harmonies of #68861E
Complementary color
Monochromatic Colors of #68861E
Black with #68861E
Text Example
Text Example
White with #68861E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68861E; }
p { color: rgb(104,134,30); }
H1.HeaderClassName
{
color: #68861E;
}
.AnyTagClassName
{
color: #68861E;
}
</style>
background-color css
<style>
a { background-color: #68861E; }
a { background-color: rgb(104,134,30); }
div.DivClassName
{
background-color: #68861E;
}
.BgClassName
{
background-color: #68861E;
}
</style>
border-color css
<style>
span { border-color: #68861E; }
span { border-color: rgb(104,134,30); }
td.TdClassName
{
border-color: #68861E;
}
.TagClassName
{
border-color: #68861E;
}
</style>