Shades of Olive Drab #68861D
Tints of Olive Drab #68861D
RGB
CMYK
RGB Variations
Color information
#68861D (or 0x68861D) is known color: Olive Drab. HEX triplet: 68, 86 and 1D. RGB value is (104,134,29). Sum of RGB (Red+Green+Blue) = 104+134+29=267 (35% of max value = 765). Red value is 104 (41.02% from 255 or 38.95% from 267); Green value is 134 (52.73% from 255 or 50.19% from 267); Blue value is 29 (11.72% from 255 or 10.86% from 267); Max value from RGB is 134 - color contains mainly: green. Hex color #68861D is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #68861D is #9779E2. Grayscale: #717171. Windows color (decimal): -9927139 or 1934952. OLE color: 1934952.
HSL color Cylindrical-coordinate representation of color #68861D: hue angle of 77.14º degrees, saturation: 0.64, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #68861D is Cyan = 0.22, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 104 | 134 | 29 | - |
| CMYK | 0.22 | 0 | 0.78 | 0.47 |
| HSL | 77.14º | 0.64% | 0.32% | - |
| HSV(B) | 77.14º | 0.78% | 0.53% | - |
| XYZ | 14.46 | 20.08 | 4.28 | - |
| YUV | 113.06 | 80.56 | 121.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 134 | 29 | 0.22 | 0 | 0.78 | 0.47 | 77.14 | 0.64 | 0.32 |
| Hex | 68 | 86 | 1D | 16 | 0 | 4E | 2F | 4D | 40 | 20 |
| Octal | 150 | 206 | 35 | 26 | 0 | 116 | 57 | 115 | 100 | 40 |
| Binary | 1101000 | 10000110 | 11101 | 10110 | 0 | 1001110 | 101111 | 1001101 | 1000000 | 100000 |
Color Harmonies of #68861D
Complementary color
Monochromatic Colors of #68861D
Black with #68861D
Text Example
Text Example
White with #68861D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68861D; }
p { color: rgb(104,134,29); }
H1.HeaderClassName
{
color: #68861D;
}
.AnyTagClassName
{
color: #68861D;
}
</style>
background-color css
<style>
a { background-color: #68861D; }
a { background-color: rgb(104,134,29); }
div.DivClassName
{
background-color: #68861D;
}
.BgClassName
{
background-color: #68861D;
}
</style>
border-color css
<style>
span { border-color: #68861D; }
span { border-color: rgb(104,134,29); }
td.TdClassName
{
border-color: #68861D;
}
.TagClassName
{
border-color: #68861D;
}
</style>