Shades of Olivetone #73761D
Tints of Olivetone #73761D
RGB
CMYK
RGB Variations
Color information
#73761D (or 0x73761D) is known color: Olivetone. HEX triplet: 73, 76 and 1D. RGB value is (115,118,29). Sum of RGB (Red+Green+Blue) = 115+118+29=262 (34% of max value = 765). Red value is 115 (45.31% from 255 or 43.89% from 262); Green value is 118 (46.48% from 255 or 45.04% from 262); Blue value is 29 (11.72% from 255 or 11.07% from 262); Max value from RGB is 118 - color contains mainly: green. Hex color #73761D is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #73761D is #8C89E2. Grayscale: #6B6B6B. Windows color (decimal): -9210339 or 1930867. OLE color: 1930867.
HSL color Cylindrical-coordinate representation of color #73761D: hue angle of 62.02º degrees, saturation: 0.61, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #73761D is Cyan = 0.03, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 115 | 118 | 29 | - |
| CMYK | 0.03 | 0 | 0.75 | 0.54 |
| HSL | 62.02º | 0.61% | 0.29% | - |
| HSV(B) | 62.02º | 0.75% | 0.46% | - |
| XYZ | 13.77 | 16.69 | 3.66 | - |
| YUV | 106.96 | 84.01 | 133.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 118 | 29 | 0.03 | 0 | 0.75 | 0.54 | 62.02 | 0.61 | 0.29 |
| Hex | 73 | 76 | 1D | 3 | 0 | 4B | 36 | 3E | 3D | 1D |
| Octal | 163 | 166 | 35 | 3 | 0 | 113 | 66 | 76 | 75 | 35 |
| Binary | 1110011 | 1110110 | 11101 | 11 | 0 | 1001011 | 110110 | 111110 | 111101 | 11101 |
Color Harmonies of #73761D
Complementary color
Monochromatic Colors of #73761D
Black with #73761D
Text Example
Text Example
White with #73761D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73761D; }
p { color: rgb(115,118,29); }
H1.HeaderClassName
{
color: #73761D;
}
.AnyTagClassName
{
color: #73761D;
}
</style>
background-color css
<style>
a { background-color: #73761D; }
a { background-color: rgb(115,118,29); }
div.DivClassName
{
background-color: #73761D;
}
.BgClassName
{
background-color: #73761D;
}
</style>
border-color css
<style>
span { border-color: #73761D; }
span { border-color: rgb(115,118,29); }
td.TdClassName
{
border-color: #73761D;
}
.TagClassName
{
border-color: #73761D;
}
</style>