Shades of Olive Drab #68852C
Tints of Olive Drab #68852C
RGB
CMYK
RGB Variations
Color information
#68852C (or 0x68852C) is known color: Olive Drab. HEX triplet: 68, 85 and 2C. RGB value is (104,133,44). Sum of RGB (Red+Green+Blue) = 104+133+44=281 (37% of max value = 765). Red value is 104 (41.02% from 255 or 37.01% from 281); Green value is 133 (52.34% from 255 or 47.33% from 281); Blue value is 44 (17.58% from 255 or 15.66% from 281); Max value from RGB is 133 - color contains mainly: green. Hex color #68852C is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #68852C is #977AD3. Grayscale: #727272. Windows color (decimal): -9927380 or 2917736. OLE color: 2917736.
HSL color Cylindrical-coordinate representation of color #68852C: hue angle of 79.55º degrees, saturation: 0.5, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #68852C is Cyan = 0.22, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 104 | 133 | 44 | - |
| CMYK | 0.22 | 0 | 0.67 | 0.48 |
| HSL | 79.55º | 0.5% | 0.35% | - |
| HSV(B) | 79.55º | 0.67% | 0.52% | - |
| XYZ | 14.55 | 19.9 | 5.46 | - |
| YUV | 114.18 | 88.39 | 120.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 133 | 44 | 0.22 | 0 | 0.67 | 0.48 | 79.55 | 0.5 | 0.35 |
| Hex | 68 | 85 | 2C | 16 | 0 | 43 | 30 | 50 | 32 | 23 |
| Octal | 150 | 205 | 54 | 26 | 0 | 103 | 60 | 120 | 62 | 43 |
| Binary | 1101000 | 10000101 | 101100 | 10110 | 0 | 1000011 | 110000 | 1010000 | 110010 | 100011 |
Color Harmonies of #68852C
Complementary color
Monochromatic Colors of #68852C
Black with #68852C
Text Example
Text Example
White with #68852C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68852C; }
p { color: rgb(104,133,44); }
H1.HeaderClassName
{
color: #68852C;
}
.AnyTagClassName
{
color: #68852C;
}
</style>
background-color css
<style>
a { background-color: #68852C; }
a { background-color: rgb(104,133,44); }
div.DivClassName
{
background-color: #68852C;
}
.BgClassName
{
background-color: #68852C;
}
</style>
border-color css
<style>
span { border-color: #68852C; }
span { border-color: rgb(104,133,44); }
td.TdClassName
{
border-color: #68852C;
}
.TagClassName
{
border-color: #68852C;
}
</style>