Shades of Olive #72880D
Tints of Olive #72880D
RGB
CMYK
RGB Variations
Color information
#72880D (or 0x72880D) is known color: Olive. HEX triplet: 72, 88 and 0D. RGB value is (114,136,13). Sum of RGB (Red+Green+Blue) = 114+136+13=263 (34% of max value = 765). Red value is 114 (44.92% from 255 or 43.35% from 263); Green value is 136 (53.52% from 255 or 51.71% from 263); Blue value is 13 (5.47% from 255 or 4.94% from 263); Max value from RGB is 136 - color contains mainly: green. Hex color #72880D is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #72880D is #8D77F2. Grayscale: #737373. Windows color (decimal): -9271283 or 886898. OLE color: 886898.
HSL color Cylindrical-coordinate representation of color #72880D: hue angle of 70.73º degrees, saturation: 0.83, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #72880D is Cyan = 0.16, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 114 | 136 | 13 | - |
| CMYK | 0.16 | 0 | 0.90 | 0.47 |
| HSL | 70.73º | 0.83% | 0.29% | - |
| HSV(B) | 70.73º | 0.9% | 0.53% | - |
| XYZ | 15.82 | 21.21 | 3.64 | - |
| YUV | 115.4 | 70.21 | 127 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 136 | 13 | 0.16 | 0 | 0.90 | 0.47 | 70.73 | 0.83 | 0.29 |
| Hex | 72 | 88 | D | 10 | 0 | 5A | 2F | 47 | 53 | 1D |
| Octal | 162 | 210 | 15 | 20 | 0 | 132 | 57 | 107 | 123 | 35 |
| Binary | 1110010 | 10001000 | 1101 | 10000 | 0 | 1011010 | 101111 | 1000111 | 1010011 | 11101 |
Color Harmonies of #72880D
Complementary color
Monochromatic Colors of #72880D
Black with #72880D
Text Example
Text Example
White with #72880D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #72880D; }
p { color: rgb(114,136,13); }
H1.HeaderClassName
{
color: #72880D;
}
.AnyTagClassName
{
color: #72880D;
}
</style>
background-color css
<style>
a { background-color: #72880D; }
a { background-color: rgb(114,136,13); }
div.DivClassName
{
background-color: #72880D;
}
.BgClassName
{
background-color: #72880D;
}
</style>
border-color css
<style>
span { border-color: #72880D; }
span { border-color: rgb(114,136,13); }
td.TdClassName
{
border-color: #72880D;
}
.TagClassName
{
border-color: #72880D;
}
</style>