Shades of Olivetone #73731F
Tints of Olivetone #73731F
RGB
CMYK
RGB Variations
Color information
#73731F (or 0x73731F) is known color: Olivetone. HEX triplet: 73, 73 and 1F. RGB value is (115,115,31). Sum of RGB (Red+Green+Blue) = 115+115+31=261 (34% of max value = 765). Red value is 115 (45.31% from 255 or 44.06% from 261); Green value is 115 (45.31% from 255 or 44.06% from 261); Blue value is 31 (12.5% from 255 or 11.88% from 261); Max value from RGB is 115 - color contains mainly: red, green. Hex color #73731F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #73731F is #8C8CE0. Grayscale: #696969. Windows color (decimal): -9211105 or 2061171. OLE color: 2061171.
HSL color Cylindrical-coordinate representation of color #73731F: hue angle of 60º degrees, saturation: 0.58, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #73731F is Cyan = 0, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 115 | 115 | 31 | - |
| CMYK | 0 | 0 | 0.73 | 0.55 |
| HSL | 60º | 0.58% | 0.29% | - |
| HSV(B) | 60º | 0.73% | 0.45% | - |
| XYZ | 13.45 | 16.01 | 3.68 | - |
| YUV | 105.42 | 86 | 134.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 115 | 31 | 0 | 0 | 0.73 | 0.55 | 60 | 0.58 | 0.29 |
| Hex | 73 | 73 | 1F | 0 | 0 | 49 | 37 | 3C | 3A | 1D |
| Octal | 163 | 163 | 37 | 0 | 0 | 111 | 67 | 74 | 72 | 35 |
| Binary | 1110011 | 1110011 | 11111 | 0 | 0 | 1001001 | 110111 | 111100 | 111010 | 11101 |
Color Harmonies of #73731F
Complementary color
Monochromatic Colors of #73731F
Black with #73731F
Text Example
Text Example
White with #73731F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73731F; }
p { color: rgb(115,115,31); }
H1.HeaderClassName
{
color: #73731F;
}
.AnyTagClassName
{
color: #73731F;
}
</style>
background-color css
<style>
a { background-color: #73731F; }
a { background-color: rgb(115,115,31); }
div.DivClassName
{
background-color: #73731F;
}
.BgClassName
{
background-color: #73731F;
}
</style>
border-color css
<style>
span { border-color: #73731F; }
span { border-color: rgb(115,115,31); }
td.TdClassName
{
border-color: #73731F;
}
.TagClassName
{
border-color: #73731F;
}
</style>