Shades of Olive Drab #68852D
Tints of Olive Drab #68852D
RGB
CMYK
RGB Variations
Color information
#68852D (or 0x68852D) is known color: Olive Drab. HEX triplet: 68, 85 and 2D. RGB value is (104,133,45). Sum of RGB (Red+Green+Blue) = 104+133+45=282 (37% of max value = 765). Red value is 104 (41.02% from 255 or 36.88% from 282); Green value is 133 (52.34% from 255 or 47.16% from 282); Blue value is 45 (17.97% from 255 or 15.96% from 282); Max value from RGB is 133 - color contains mainly: green. Hex color #68852D is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #68852D is #977AD2. Grayscale: #727272. Windows color (decimal): -9927379 or 2983272. OLE color: 2983272.
HSL color Cylindrical-coordinate representation of color #68852D: hue angle of 79.77º degrees, saturation: 0.49, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #68852D is Cyan = 0.22, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 104 | 133 | 45 | - |
| CMYK | 0.22 | 0 | 0.66 | 0.48 |
| HSL | 79.77º | 0.49% | 0.35% | - |
| HSV(B) | 79.77º | 0.66% | 0.52% | - |
| XYZ | 14.57 | 19.91 | 5.56 | - |
| YUV | 114.3 | 88.89 | 120.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 133 | 45 | 0.22 | 0 | 0.66 | 0.48 | 79.77 | 0.49 | 0.35 |
| Hex | 68 | 85 | 2D | 16 | 0 | 42 | 30 | 50 | 31 | 23 |
| Octal | 150 | 205 | 55 | 26 | 0 | 102 | 60 | 120 | 61 | 43 |
| Binary | 1101000 | 10000101 | 101101 | 10110 | 0 | 1000010 | 110000 | 1010000 | 110001 | 100011 |
Color Harmonies of #68852D
Complementary color
Monochromatic Colors of #68852D
Black with #68852D
Text Example
Text Example
White with #68852D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68852D; }
p { color: rgb(104,133,45); }
H1.HeaderClassName
{
color: #68852D;
}
.AnyTagClassName
{
color: #68852D;
}
</style>
background-color css
<style>
a { background-color: #68852D; }
a { background-color: rgb(104,133,45); }
div.DivClassName
{
background-color: #68852D;
}
.BgClassName
{
background-color: #68852D;
}
</style>
border-color css
<style>
span { border-color: #68852D; }
span { border-color: rgb(104,133,45); }
td.TdClassName
{
border-color: #68852D;
}
.TagClassName
{
border-color: #68852D;
}
</style>