Shades of Olive Drab #68882E
Tints of Olive Drab #68882E
RGB
CMYK
RGB Variations
Color information
#68882E (or 0x68882E) is known color: Olive Drab. HEX triplet: 68, 88 and 2E. RGB value is (104,136,46). Sum of RGB (Red+Green+Blue) = 104+136+46=286 (37% of max value = 765). Red value is 104 (41.02% from 255 or 36.36% from 286); Green value is 136 (53.52% from 255 or 47.55% from 286); Blue value is 46 (18.36% from 255 or 16.08% from 286); Max value from RGB is 136 - color contains mainly: green. Hex color #68882E is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #68882E is #9777D1. Grayscale: #747474. Windows color (decimal): -9926610 or 3049576. OLE color: 3049576.
HSL color Cylindrical-coordinate representation of color #68882E: hue angle of 81.33º degrees, saturation: 0.49, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #68882E is Cyan = 0.24, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 104 | 136 | 46 | - |
| CMYK | 0.24 | 0 | 0.66 | 0.47 |
| HSL | 81.33º | 0.49% | 0.36% | - |
| HSV(B) | 81.33º | 0.66% | 0.53% | - |
| XYZ | 15.01 | 20.75 | 5.8 | - |
| YUV | 116.17 | 88.4 | 119.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 136 | 46 | 0.24 | 0 | 0.66 | 0.47 | 81.33 | 0.49 | 0.36 |
| Hex | 68 | 88 | 2E | 18 | 0 | 42 | 2F | 51 | 31 | 24 |
| Octal | 150 | 210 | 56 | 30 | 0 | 102 | 57 | 121 | 61 | 44 |
| Binary | 1101000 | 10001000 | 101110 | 11000 | 0 | 1000010 | 101111 | 1010001 | 110001 | 100100 |
Color Harmonies of #68882E
Complementary color
Monochromatic Colors of #68882E
Black with #68882E
Text Example
Text Example
White with #68882E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68882E; }
p { color: rgb(104,136,46); }
H1.HeaderClassName
{
color: #68882E;
}
.AnyTagClassName
{
color: #68882E;
}
</style>
background-color css
<style>
a { background-color: #68882E; }
a { background-color: rgb(104,136,46); }
div.DivClassName
{
background-color: #68882E;
}
.BgClassName
{
background-color: #68882E;
}
</style>
border-color css
<style>
span { border-color: #68882E; }
span { border-color: rgb(104,136,46); }
td.TdClassName
{
border-color: #68882E;
}
.TagClassName
{
border-color: #68882E;
}
</style>