Shades of Olive Drab #67852C
Tints of Olive Drab #67852C
RGB
CMYK
RGB Variations
Color information
#67852C (or 0x67852C) is known color: Olive Drab. HEX triplet: 67, 85 and 2C. RGB value is (103,133,44). Sum of RGB (Red+Green+Blue) = 103+133+44=280 (37% of max value = 765). Red value is 103 (40.62% from 255 or 36.79% from 280); Green value is 133 (52.34% from 255 or 47.5% from 280); Blue value is 44 (17.58% from 255 or 15.71% from 280); Max value from RGB is 133 - color contains mainly: green. Hex color #67852C is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #67852C is #987AD3. Grayscale: #727272. Windows color (decimal): -9992916 or 2917735. OLE color: 2917735.
HSL color Cylindrical-coordinate representation of color #67852C: hue angle of 80.22º 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 #67852C is Cyan = 0.23, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 103 | 133 | 44 | - |
| CMYK | 0.23 | 0 | 0.67 | 0.48 |
| HSL | 80.22º | 0.5% | 0.35% | - |
| HSV(B) | 80.22º | 0.67% | 0.52% | - |
| XYZ | 14.44 | 19.84 | 5.45 | - |
| YUV | 113.88 | 88.56 | 120.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 133 | 44 | 0.23 | 0 | 0.67 | 0.48 | 80.22 | 0.5 | 0.35 |
| Hex | 67 | 85 | 2C | 17 | 0 | 43 | 30 | 50 | 32 | 23 |
| Octal | 147 | 205 | 54 | 27 | 0 | 103 | 60 | 120 | 62 | 43 |
| Binary | 1100111 | 10000101 | 101100 | 10111 | 0 | 1000011 | 110000 | 1010000 | 110010 | 100011 |
Color Harmonies of #67852C
Complementary color
Monochromatic Colors of #67852C
Black with #67852C
Text Example
Text Example
White with #67852C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #67852C; }
p { color: rgb(103,133,44); }
H1.HeaderClassName
{
color: #67852C;
}
.AnyTagClassName
{
color: #67852C;
}
</style>
background-color css
<style>
a { background-color: #67852C; }
a { background-color: rgb(103,133,44); }
div.DivClassName
{
background-color: #67852C;
}
.BgClassName
{
background-color: #67852C;
}
</style>
border-color css
<style>
span { border-color: #67852C; }
span { border-color: rgb(103,133,44); }
td.TdClassName
{
border-color: #67852C;
}
.TagClassName
{
border-color: #67852C;
}
</style>