Shades of Olive Drab #68850D
Tints of Olive Drab #68850D
RGB
CMYK
RGB Variations
Color information
#68850D (or 0x68850D) is known color: Olive Drab. HEX triplet: 68, 85 and 0D. RGB value is (104,133,13). Sum of RGB (Red+Green+Blue) = 104+133+13=250 (33% of max value = 765). Red value is 104 (41.02% from 255 or 41.6% from 250); Green value is 133 (52.34% from 255 or 53.2% from 250); Blue value is 13 (5.47% from 255 or 5.2% from 250); Max value from RGB is 133 - color contains mainly: green. Hex color #68850D is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #68850D is #977AF2. Grayscale: #6F6F6F. Windows color (decimal): -9927411 or 886120. OLE color: 886120.
HSL color Cylindrical-coordinate representation of color #68850D: hue angle of 74.5º degrees, saturation: 0.82, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #68850D is Cyan = 0.22, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 104 | 133 | 13 | - |
| CMYK | 0.22 | 0 | 0.90 | 0.48 |
| HSL | 74.5º | 0.82% | 0.29% | - |
| HSV(B) | 74.5º | 0.9% | 0.52% | - |
| XYZ | 14.17 | 19.75 | 3.45 | - |
| YUV | 110.65 | 72.89 | 123.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 133 | 13 | 0.22 | 0 | 0.90 | 0.48 | 74.5 | 0.82 | 0.29 |
| Hex | 68 | 85 | D | 16 | 0 | 5A | 30 | 4A | 52 | 1D |
| Octal | 150 | 205 | 15 | 26 | 0 | 132 | 60 | 112 | 122 | 35 |
| Binary | 1101000 | 10000101 | 1101 | 10110 | 0 | 1011010 | 110000 | 1001010 | 1010010 | 11101 |
Color Harmonies of #68850D
Complementary color
Monochromatic Colors of #68850D
Black with #68850D
Text Example
Text Example
White with #68850D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68850D; }
p { color: rgb(104,133,13); }
H1.HeaderClassName
{
color: #68850D;
}
.AnyTagClassName
{
color: #68850D;
}
</style>
background-color css
<style>
a { background-color: #68850D; }
a { background-color: rgb(104,133,13); }
div.DivClassName
{
background-color: #68850D;
}
.BgClassName
{
background-color: #68850D;
}
</style>
border-color css
<style>
span { border-color: #68850D; }
span { border-color: rgb(104,133,13); }
td.TdClassName
{
border-color: #68850D;
}
.TagClassName
{
border-color: #68850D;
}
</style>