Shades of Olive Drab #72852C
Tints of Olive Drab #72852C
RGB
CMYK
RGB Variations
Color information
#72852C (or 0x72852C) is known color: Olive Drab. HEX triplet: 72, 85 and 2C. RGB value is (114,133,44). Sum of RGB (Red+Green+Blue) = 114+133+44=291 (38% of max value = 765). Red value is 114 (44.92% from 255 or 39.18% from 291); Green value is 133 (52.34% from 255 or 45.70% from 291); Blue value is 44 (17.58% from 255 or 15.12% from 291); Max value from RGB is 133 - color contains mainly: green. Hex color #72852C is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #72852C is #8D7AD3. Grayscale: #757575. Windows color (decimal): -9272020 or 2917746. OLE color: 2917746.
HSL color Cylindrical-coordinate representation of color #72852C: hue angle of 72.81º 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 #72852C is Cyan = 0.14, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 114 | 133 | 44 | - |
| CMYK | 0.14 | 0 | 0.67 | 0.48 |
| HSL | 72.81º | 0.5% | 0.35% | - |
| HSV(B) | 72.81º | 0.67% | 0.52% | - |
| XYZ | 15.78 | 20.53 | 5.51 | - |
| YUV | 117.17 | 86.71 | 125.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 133 | 44 | 0.14 | 0 | 0.67 | 0.48 | 72.81 | 0.5 | 0.35 |
| Hex | 72 | 85 | 2C | E | 0 | 43 | 30 | 49 | 32 | 23 |
| Octal | 162 | 205 | 54 | 16 | 0 | 103 | 60 | 111 | 62 | 43 |
| Binary | 1110010 | 10000101 | 101100 | 1110 | 0 | 1000011 | 110000 | 1001001 | 110010 | 100011 |
Color Harmonies of #72852C
Complementary color
Monochromatic Colors of #72852C
Black with #72852C
Text Example
Text Example
White with #72852C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #72852C; }
p { color: rgb(114,133,44); }
H1.HeaderClassName
{
color: #72852C;
}
.AnyTagClassName
{
color: #72852C;
}
</style>
background-color css
<style>
a { background-color: #72852C; }
a { background-color: rgb(114,133,44); }
div.DivClassName
{
background-color: #72852C;
}
.BgClassName
{
background-color: #72852C;
}
</style>
border-color css
<style>
span { border-color: #72852C; }
span { border-color: rgb(114,133,44); }
td.TdClassName
{
border-color: #72852C;
}
.TagClassName
{
border-color: #72852C;
}
</style>