Shades of Olivetone #75711D
Tints of Olivetone #75711D
RGB
CMYK
RGB Variations
Color information
#75711D (or 0x75711D) is known color: Olivetone. HEX triplet: 75, 71 and 1D. RGB value is (117,113,29). Sum of RGB (Red+Green+Blue) = 117+113+29=259 (34% of max value = 765). Red value is 117 (46.09% from 255 or 45.17% from 259); Green value is 113 (44.53% from 255 or 43.63% from 259); Blue value is 29 (11.72% from 255 or 11.20% from 259); Max value from RGB is 117 - color contains mainly: red. Hex color #75711D is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #75711D is #8A8EE2. Grayscale: #686868. Windows color (decimal): -9080547 or 1929589. OLE color: 1929589.
HSL color Cylindrical-coordinate representation of color #75711D: hue angle of 57.27º degrees, saturation: 0.6, 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 #75711D is Cyan = 0, Magento = 0.03, Yellow = 0.75 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 117 | 113 | 29 | - |
| CMYK | 0 | 0.03 | 0.75 | 0.54 |
| HSL | 57.27º | 0.6% | 0.29% | - |
| HSV(B) | 57.27º | 0.75% | 0.46% | - |
| XYZ | 13.46 | 15.68 | 3.48 | - |
| YUV | 104.62 | 85.33 | 136.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 113 | 29 | 0 | 0.03 | 0.75 | 0.54 | 57.27 | 0.6 | 0.29 |
| Hex | 75 | 71 | 1D | 0 | 3 | 4B | 36 | 39 | 3C | 1D |
| Octal | 165 | 161 | 35 | 0 | 3 | 113 | 66 | 71 | 74 | 35 |
| Binary | 1110101 | 1110001 | 11101 | 0 | 11 | 1001011 | 110110 | 111001 | 111100 | 11101 |
Color Harmonies of #75711D
Complementary color
Monochromatic Colors of #75711D
Black with #75711D
Text Example
Text Example
White with #75711D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #75711D; }
p { color: rgb(117,113,29); }
H1.HeaderClassName
{
color: #75711D;
}
.AnyTagClassName
{
color: #75711D;
}
</style>
background-color css
<style>
a { background-color: #75711D; }
a { background-color: rgb(117,113,29); }
div.DivClassName
{
background-color: #75711D;
}
.BgClassName
{
background-color: #75711D;
}
</style>
border-color css
<style>
span { border-color: #75711D; }
span { border-color: rgb(117,113,29); }
td.TdClassName
{
border-color: #75711D;
}
.TagClassName
{
border-color: #75711D;
}
</style>