Shades of Olive Drab #68821E
Tints of Olive Drab #68821E
RGB
CMYK
RGB Variations
Color information
#68821E (or 0x68821E) is known color: Olive Drab. HEX triplet: 68, 82 and 1E. RGB value is (104,130,30). Sum of RGB (Red+Green+Blue) = 104+130+30=264 (34% of max value = 765). Red value is 104 (41.02% from 255 or 39.39% from 264); Green value is 130 (51.17% from 255 or 49.24% from 264); Blue value is 30 (12.11% from 255 or 11.36% from 264); Max value from RGB is 130 - color contains mainly: green. Hex color #68821E is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #68821E is #977DE1. Grayscale: #6F6F6F. Windows color (decimal): -9928162 or 1999464. OLE color: 1999464.
HSL color Cylindrical-coordinate representation of color #68821E: hue angle of 75.6º degrees, saturation: 0.62, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #68821E is Cyan = 0.2, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 104 | 130 | 30 | - |
| CMYK | 0.2 | 0 | 0.77 | 0.49 |
| HSL | 75.6º | 0.63% | 0.31% | - |
| HSV(B) | 75.6º | 0.77% | 0.51% | - |
| XYZ | 13.93 | 19 | 4.16 | - |
| YUV | 110.83 | 82.39 | 123.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 130 | 30 | 0.2 | 0 | 0.77 | 0.49 | 75.6 | 0.63 | 0.31 |
| Hex | 68 | 82 | 1E | 14 | 0 | 4D | 31 | 4C | 3E | 1F |
| Octal | 150 | 202 | 36 | 24 | 0 | 115 | 61 | 114 | 76 | 37 |
| Binary | 1101000 | 10000010 | 11110 | 10100 | 0 | 1001101 | 110001 | 1001100 | 111110 | 11111 |
Color Harmonies of #68821E
Complementary color
Monochromatic Colors of #68821E
Black with #68821E
Text Example
Text Example
White with #68821E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68821E; }
p { color: rgb(104,130,30); }
H1.HeaderClassName
{
color: #68821E;
}
.AnyTagClassName
{
color: #68821E;
}
</style>
background-color css
<style>
a { background-color: #68821E; }
a { background-color: rgb(104,130,30); }
div.DivClassName
{
background-color: #68821E;
}
.BgClassName
{
background-color: #68821E;
}
</style>
border-color css
<style>
span { border-color: #68821E; }
span { border-color: rgb(104,130,30); }
td.TdClassName
{
border-color: #68821E;
}
.TagClassName
{
border-color: #68821E;
}
</style>