Shades of Olive Drab #68852F
Tints of Olive Drab #68852F
RGB
CMYK
RGB Variations
Color information
#68852F (or 0x68852F) is known color: Olive Drab. HEX triplet: 68, 85 and 2F. RGB value is (104,133,47). Sum of RGB (Red+Green+Blue) = 104+133+47=284 (37% of max value = 765). Red value is 104 (41.02% from 255 or 36.62% from 284); Green value is 133 (52.34% from 255 or 46.83% from 284); Blue value is 47 (18.75% from 255 or 16.55% from 284); Max value from RGB is 133 - color contains mainly: green. Hex color #68852F is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #68852F is #977AD0. Grayscale: #727272. Windows color (decimal): -9927377 or 3114344. OLE color: 3114344.
HSL color Cylindrical-coordinate representation of color #68852F: hue angle of 80.23º degrees, saturation: 0.48, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #68852F is Cyan = 0.22, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 104 | 133 | 47 | - |
| CMYK | 0.22 | 0 | 0.65 | 0.48 |
| HSL | 80.23º | 0.48% | 0.35% | - |
| HSV(B) | 80.23º | 0.65% | 0.52% | - |
| XYZ | 14.61 | 19.92 | 5.76 | - |
| YUV | 114.53 | 89.89 | 120.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 133 | 47 | 0.22 | 0 | 0.65 | 0.48 | 80.23 | 0.48 | 0.35 |
| Hex | 68 | 85 | 2F | 16 | 0 | 41 | 30 | 50 | 30 | 23 |
| Octal | 150 | 205 | 57 | 26 | 0 | 101 | 60 | 120 | 60 | 43 |
| Binary | 1101000 | 10000101 | 101111 | 10110 | 0 | 1000001 | 110000 | 1010000 | 110000 | 100011 |
Color Harmonies of #68852F
Complementary color
Monochromatic Colors of #68852F
Black with #68852F
Text Example
Text Example
White with #68852F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68852F; }
p { color: rgb(104,133,47); }
H1.HeaderClassName
{
color: #68852F;
}
.AnyTagClassName
{
color: #68852F;
}
</style>
background-color css
<style>
a { background-color: #68852F; }
a { background-color: rgb(104,133,47); }
div.DivClassName
{
background-color: #68852F;
}
.BgClassName
{
background-color: #68852F;
}
</style>
border-color css
<style>
span { border-color: #68852F; }
span { border-color: rgb(104,133,47); }
td.TdClassName
{
border-color: #68852F;
}
.TagClassName
{
border-color: #68852F;
}
</style>