Shades of Olive Drab #68851E
Tints of Olive Drab #68851E
RGB
CMYK
RGB Variations
Color information
#68851E (or 0x68851E) is known color: Olive Drab. HEX triplet: 68, 85 and 1E. RGB value is (104,133,30). Sum of RGB (Red+Green+Blue) = 104+133+30=267 (35% of max value = 765). Red value is 104 (41.02% from 255 or 38.95% from 267); Green value is 133 (52.34% from 255 or 49.81% from 267); Blue value is 30 (12.11% from 255 or 11.24% from 267); Max value from RGB is 133 - color contains mainly: green. Hex color #68851E is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #68851E is #977AE1. Grayscale: #707070. Windows color (decimal): -9927394 or 2000232. OLE color: 2000232.
HSL color Cylindrical-coordinate representation of color #68851E: hue angle of 76.89º degrees, saturation: 0.63, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #68851E is Cyan = 0.22, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 104 | 133 | 30 | - |
| CMYK | 0.22 | 0 | 0.77 | 0.48 |
| HSL | 76.89º | 0.63% | 0.32% | - |
| HSV(B) | 76.89º | 0.77% | 0.52% | - |
| XYZ | 14.33 | 19.81 | 4.3 | - |
| YUV | 112.59 | 81.39 | 121.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 133 | 30 | 0.22 | 0 | 0.77 | 0.48 | 76.89 | 0.63 | 0.32 |
| Hex | 68 | 85 | 1E | 16 | 0 | 4D | 30 | 4D | 3F | 20 |
| Octal | 150 | 205 | 36 | 26 | 0 | 115 | 60 | 115 | 77 | 40 |
| Binary | 1101000 | 10000101 | 11110 | 10110 | 0 | 1001101 | 110000 | 1001101 | 111111 | 100000 |
Color Harmonies of #68851E
Complementary color
Monochromatic Colors of #68851E
Black with #68851E
Text Example
Text Example
White with #68851E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68851E; }
p { color: rgb(104,133,30); }
H1.HeaderClassName
{
color: #68851E;
}
.AnyTagClassName
{
color: #68851E;
}
</style>
background-color css
<style>
a { background-color: #68851E; }
a { background-color: rgb(104,133,30); }
div.DivClassName
{
background-color: #68851E;
}
.BgClassName
{
background-color: #68851E;
}
</style>
border-color css
<style>
span { border-color: #68851E; }
span { border-color: rgb(104,133,30); }
td.TdClassName
{
border-color: #68851E;
}
.TagClassName
{
border-color: #68851E;
}
</style>