Shades of Olive #72730D
Tints of Olive #72730D
RGB
CMYK
RGB Variations
Color information
#72730D (or 0x72730D) is known color: Olive. HEX triplet: 72, 73 and 0D. RGB value is (114,115,13). Sum of RGB (Red+Green+Blue) = 114+115+13=242 (32% of max value = 765). Red value is 114 (44.92% from 255 or 47.11% from 242); Green value is 115 (45.31% from 255 or 47.52% from 242); Blue value is 13 (5.47% from 255 or 5.37% from 242); Max value from RGB is 115 - color contains mainly: green. Hex color #72730D is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #72730D is #8D8CF2. Grayscale: #676767. Windows color (decimal): -9276659 or 881522. OLE color: 881522.
HSL color Cylindrical-coordinate representation of color #72730D: hue angle of 60.59º degrees, saturation: 0.8, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #72730D is Cyan = 0.01, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 114 | 115 | 13 | - |
| CMYK | 0.01 | 0 | 0.89 | 0.55 |
| HSL | 60.59º | 0.8% | 0.25% | - |
| HSV(B) | 60.59º | 0.89% | 0.45% | - |
| XYZ | 13.14 | 15.87 | 2.75 | - |
| YUV | 103.07 | 77.17 | 135.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 115 | 13 | 0.01 | 0 | 0.89 | 0.55 | 60.59 | 0.8 | 0.25 |
| Hex | 72 | 73 | D | 1 | 0 | 59 | 37 | 3D | 50 | 19 |
| Octal | 162 | 163 | 15 | 1 | 0 | 131 | 67 | 75 | 120 | 31 |
| Binary | 1110010 | 1110011 | 1101 | 1 | 0 | 1011001 | 110111 | 111101 | 1010000 | 11001 |
Color Harmonies of #72730D
Complementary color
Monochromatic Colors of #72730D
Black with #72730D
Text Example
Text Example
White with #72730D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #72730D; }
p { color: rgb(114,115,13); }
H1.HeaderClassName
{
color: #72730D;
}
.AnyTagClassName
{
color: #72730D;
}
</style>
background-color css
<style>
a { background-color: #72730D; }
a { background-color: rgb(114,115,13); }
div.DivClassName
{
background-color: #72730D;
}
.BgClassName
{
background-color: #72730D;
}
</style>
border-color css
<style>
span { border-color: #72730D; }
span { border-color: rgb(114,115,13); }
td.TdClassName
{
border-color: #72730D;
}
.TagClassName
{
border-color: #72730D;
}
</style>