Shades of Olive #72700B
Tints of Olive #72700B
RGB
CMYK
RGB Variations
Color information
#72700B (or 0x72700B) is known color: Olive. HEX triplet: 72, 70 and 0B. RGB value is (114,112,11). Sum of RGB (Red+Green+Blue) = 114+112+11=237 (31% of max value = 765). Red value is 114 (44.92% from 255 or 48.10% from 237); Green value is 112 (44.14% from 255 or 47.26% from 237); Blue value is 11 (4.69% from 255 or 4.64% from 237); Max value from RGB is 114 - color contains mainly: red. Hex color #72700B is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #72700B is #8D8FF4. Grayscale: #656565. Windows color (decimal): -9277429 or 749682. OLE color: 749682.
HSL color Cylindrical-coordinate representation of color #72700B: hue angle of 58.83º degrees, saturation: 0.82, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #72700B is Cyan = 0, Magento = 0.02, Yellow = 0.90 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 114 | 112 | 11 | - |
| CMYK | 0 | 0.02 | 0.90 | 0.55 |
| HSL | 58.83º | 0.82% | 0.25% | - |
| HSV(B) | 58.83º | 0.9% | 0.45% | - |
| XYZ | 12.79 | 15.19 | 2.57 | - |
| YUV | 101.08 | 77.16 | 137.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 112 | 11 | 0 | 0.02 | 0.90 | 0.55 | 58.83 | 0.82 | 0.25 |
| Hex | 72 | 70 | B | 0 | 2 | 5A | 37 | 3B | 52 | 19 |
| Octal | 162 | 160 | 13 | 0 | 2 | 132 | 67 | 73 | 122 | 31 |
| Binary | 1110010 | 1110000 | 1011 | 0 | 10 | 1011010 | 110111 | 111011 | 1010010 | 11001 |
Color Harmonies of #72700B
Complementary color
Monochromatic Colors of #72700B
Black with #72700B
Text Example
Text Example
White with #72700B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #72700B; }
p { color: rgb(114,112,11); }
H1.HeaderClassName
{
color: #72700B;
}
.AnyTagClassName
{
color: #72700B;
}
</style>
background-color css
<style>
a { background-color: #72700B; }
a { background-color: rgb(114,112,11); }
div.DivClassName
{
background-color: #72700B;
}
.BgClassName
{
background-color: #72700B;
}
</style>
border-color css
<style>
span { border-color: #72700B; }
span { border-color: rgb(114,112,11); }
td.TdClassName
{
border-color: #72700B;
}
.TagClassName
{
border-color: #72700B;
}
</style>