Shades of Olive #73710F
Tints of Olive #73710F
RGB
CMYK
RGB Variations
Color information
#73710F (or 0x73710F) is known color: Olive. HEX triplet: 73, 71 and 0F. RGB value is (115,113,15). Sum of RGB (Red+Green+Blue) = 115+113+15=243 (32% of max value = 765). Red value is 115 (45.31% from 255 or 47.33% from 243); Green value is 113 (44.53% from 255 or 46.50% from 243); Blue value is 15 (6.25% from 255 or 6.17% from 243); Max value from RGB is 115 - color contains mainly: red. Hex color #73710F is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #73710F is #8C8EF0. Grayscale: #666666. Windows color (decimal): -9211633 or 1012083. OLE color: 1012083.
HSL color Cylindrical-coordinate representation of color #73710F: hue angle of 58.8º degrees, saturation: 0.77, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #73710F is Cyan = 0, Magento = 0.02, Yellow = 0.87 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 115 | 113 | 15 | - |
| CMYK | 0 | 0.02 | 0.87 | 0.55 |
| HSL | 58.8º | 0.77% | 0.25% | - |
| HSV(B) | 58.8º | 0.87% | 0.45% | - |
| XYZ | 13.06 | 15.49 | 2.75 | - |
| YUV | 102.43 | 78.66 | 136.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 113 | 15 | 0 | 0.02 | 0.87 | 0.55 | 58.8 | 0.77 | 0.25 |
| Hex | 73 | 71 | F | 0 | 2 | 57 | 37 | 3B | 4D | 19 |
| Octal | 163 | 161 | 17 | 0 | 2 | 127 | 67 | 73 | 115 | 31 |
| Binary | 1110011 | 1110001 | 1111 | 0 | 10 | 1010111 | 110111 | 111011 | 1001101 | 11001 |
Color Harmonies of #73710F
Complementary color
Monochromatic Colors of #73710F
Black with #73710F
Text Example
Text Example
White with #73710F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73710F; }
p { color: rgb(115,113,15); }
H1.HeaderClassName
{
color: #73710F;
}
.AnyTagClassName
{
color: #73710F;
}
</style>
background-color css
<style>
a { background-color: #73710F; }
a { background-color: rgb(115,113,15); }
div.DivClassName
{
background-color: #73710F;
}
.BgClassName
{
background-color: #73710F;
}
</style>
border-color css
<style>
span { border-color: #73710F; }
span { border-color: rgb(115,113,15); }
td.TdClassName
{
border-color: #73710F;
}
.TagClassName
{
border-color: #73710F;
}
</style>