Shades of Olivetone #73751E
Tints of Olivetone #73751E
RGB
CMYK
RGB Variations
Color information
#73751E (or 0x73751E) is known color: Olivetone. HEX triplet: 73, 75 and 1E. RGB value is (115,117,30). Sum of RGB (Red+Green+Blue) = 115+117+30=262 (34% of max value = 765). Red value is 115 (45.31% from 255 or 43.89% from 262); Green value is 117 (46.09% from 255 or 44.66% from 262); Blue value is 30 (12.11% from 255 or 11.45% from 262); Max value from RGB is 117 - color contains mainly: green. Hex color #73751E is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #73751E is #8C8AE1. Grayscale: #6A6A6A. Windows color (decimal): -9210594 or 1996147. OLE color: 1996147.
HSL color Cylindrical-coordinate representation of color #73751E: hue angle of 61.38º degrees, saturation: 0.59, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #73751E is Cyan = 0.02, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 115 | 117 | 30 | - |
| CMYK | 0.02 | 0 | 0.74 | 0.54 |
| HSL | 61.38º | 0.59% | 0.29% | - |
| HSV(B) | 61.38º | 0.74% | 0.46% | - |
| XYZ | 13.67 | 16.46 | 3.69 | - |
| YUV | 106.48 | 84.84 | 134.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 117 | 30 | 0.02 | 0 | 0.74 | 0.54 | 61.38 | 0.59 | 0.29 |
| Hex | 73 | 75 | 1E | 2 | 0 | 4A | 36 | 3D | 3B | 1D |
| Octal | 163 | 165 | 36 | 2 | 0 | 112 | 66 | 75 | 73 | 35 |
| Binary | 1110011 | 1110101 | 11110 | 10 | 0 | 1001010 | 110110 | 111101 | 111011 | 11101 |
Color Harmonies of #73751E
Complementary color
Monochromatic Colors of #73751E
Black with #73751E
Text Example
Text Example
White with #73751E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73751E; }
p { color: rgb(115,117,30); }
H1.HeaderClassName
{
color: #73751E;
}
.AnyTagClassName
{
color: #73751E;
}
</style>
background-color css
<style>
a { background-color: #73751E; }
a { background-color: rgb(115,117,30); }
div.DivClassName
{
background-color: #73751E;
}
.BgClassName
{
background-color: #73751E;
}
</style>
border-color css
<style>
span { border-color: #73751E; }
span { border-color: rgb(115,117,30); }
td.TdClassName
{
border-color: #73751E;
}
.TagClassName
{
border-color: #73751E;
}
</style>