Shades of Olive Drab #68881E
Tints of Olive Drab #68881E
RGB
CMYK
RGB Variations
Color information
#68881E (or 0x68881E) is known color: Olive Drab. HEX triplet: 68, 88 and 1E. RGB value is (104,136,30). Sum of RGB (Red+Green+Blue) = 104+136+30=270 (35% of max value = 765). Red value is 104 (41.02% from 255 or 38.52% from 270); Green value is 136 (53.52% from 255 or 50.37% from 270); Blue value is 30 (12.11% from 255 or 11.11% from 270); Max value from RGB is 136 - color contains mainly: green. Hex color #68881E is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #68881E is #9777E1. Grayscale: #727272. Windows color (decimal): -9926626 or 2001000. OLE color: 2001000.
HSL color Cylindrical-coordinate representation of color #68881E: hue angle of 78.11º degrees, saturation: 0.64, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #68881E is Cyan = 0.24, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 104 | 136 | 30 | - |
| CMYK | 0.24 | 0 | 0.78 | 0.47 |
| HSL | 78.11º | 0.64% | 0.33% | - |
| HSV(B) | 78.11º | 0.78% | 0.53% | - |
| XYZ | 14.75 | 20.65 | 4.44 | - |
| YUV | 114.35 | 80.4 | 120.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 136 | 30 | 0.24 | 0 | 0.78 | 0.47 | 78.11 | 0.64 | 0.33 |
| Hex | 68 | 88 | 1E | 18 | 0 | 4E | 2F | 4E | 40 | 21 |
| Octal | 150 | 210 | 36 | 30 | 0 | 116 | 57 | 116 | 100 | 41 |
| Binary | 1101000 | 10001000 | 11110 | 11000 | 0 | 1001110 | 101111 | 1001110 | 1000000 | 100001 |
Color Harmonies of #68881E
Complementary color
Monochromatic Colors of #68881E
Black with #68881E
Text Example
Text Example
White with #68881E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68881E; }
p { color: rgb(104,136,30); }
H1.HeaderClassName
{
color: #68881E;
}
.AnyTagClassName
{
color: #68881E;
}
</style>
background-color css
<style>
a { background-color: #68881E; }
a { background-color: rgb(104,136,30); }
div.DivClassName
{
background-color: #68881E;
}
.BgClassName
{
background-color: #68881E;
}
</style>
border-color css
<style>
span { border-color: #68881E; }
span { border-color: rgb(104,136,30); }
td.TdClassName
{
border-color: #68881E;
}
.TagClassName
{
border-color: #68881E;
}
</style>