Shades of Olive Drab #68801D
Tints of Olive Drab #68801D
RGB
CMYK
RGB Variations
Color information
#68801D (or 0x68801D) is known color: Olive Drab. HEX triplet: 68, 80 and 1D. RGB value is (104,128,29). Sum of RGB (Red+Green+Blue) = 104+128+29=261 (34% of max value = 765). Red value is 104 (41.02% from 255 or 39.85% from 261); Green value is 128 (50.39% from 255 or 49.04% from 261); Blue value is 29 (11.72% from 255 or 11.11% from 261); Max value from RGB is 128 - color contains mainly: green. Hex color #68801D is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #68801D is #977FE2. Grayscale: #6D6D6D. Windows color (decimal): -9928675 or 1933416. OLE color: 1933416.
HSL color Cylindrical-coordinate representation of color #68801D: hue angle of 74.55º degrees, saturation: 0.63, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #68801D is Cyan = 0.19, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 104 | 128 | 29 | - |
| CMYK | 0.19 | 0 | 0.77 | 0.50 |
| HSL | 74.55º | 0.63% | 0.31% | - |
| HSV(B) | 74.55º | 0.77% | 0.5% | - |
| XYZ | 13.65 | 18.47 | 4.01 | - |
| YUV | 109.54 | 82.55 | 124.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 128 | 29 | 0.19 | 0 | 0.77 | 0.50 | 74.55 | 0.63 | 0.31 |
| Hex | 68 | 80 | 1D | 13 | 0 | 4D | 32 | 4B | 3F | 1F |
| Octal | 150 | 200 | 35 | 23 | 0 | 115 | 62 | 113 | 77 | 37 |
| Binary | 1101000 | 10000000 | 11101 | 10011 | 0 | 1001101 | 110010 | 1001011 | 111111 | 11111 |
Color Harmonies of #68801D
Complementary color
Monochromatic Colors of #68801D
Black with #68801D
Text Example
Text Example
White with #68801D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68801D; }
p { color: rgb(104,128,29); }
H1.HeaderClassName
{
color: #68801D;
}
.AnyTagClassName
{
color: #68801D;
}
</style>
background-color css
<style>
a { background-color: #68801D; }
a { background-color: rgb(104,128,29); }
div.DivClassName
{
background-color: #68801D;
}
.BgClassName
{
background-color: #68801D;
}
</style>
border-color css
<style>
span { border-color: #68801D; }
span { border-color: rgb(104,128,29); }
td.TdClassName
{
border-color: #68801D;
}
.TagClassName
{
border-color: #68801D;
}
</style>