Shades of Olivetone #75701E
Tints of Olivetone #75701E
RGB
CMYK
RGB Variations
Color information
#75701E (or 0x75701E) is known color: Olivetone. HEX triplet: 75, 70 and 1E. RGB value is (117,112,30). Sum of RGB (Red+Green+Blue) = 117+112+30=259 (34% of max value = 765). Red value is 117 (46.09% from 255 or 45.17% from 259); Green value is 112 (44.14% from 255 or 43.24% from 259); Blue value is 30 (12.11% from 255 or 11.58% from 259); Max value from RGB is 117 - color contains mainly: red. Hex color #75701E is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #75701E is #8A8FE1. Grayscale: #686868. Windows color (decimal): -9080802 or 1994869. OLE color: 1994869.
HSL color Cylindrical-coordinate representation of color #75701E: hue angle of 56.55º 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 #75701E is Cyan = 0, Magento = 0.04, Yellow = 0.74 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 117 | 112 | 30 | - |
| CMYK | 0 | 0.04 | 0.74 | 0.54 |
| HSL | 56.55º | 0.59% | 0.29% | - |
| HSV(B) | 56.55º | 0.74% | 0.46% | - |
| XYZ | 13.36 | 15.46 | 3.51 | - |
| YUV | 104.15 | 86.16 | 137.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 112 | 30 | 0 | 0.04 | 0.74 | 0.54 | 56.55 | 0.59 | 0.29 |
| Hex | 75 | 70 | 1E | 0 | 4 | 4A | 36 | 39 | 3B | 1D |
| Octal | 165 | 160 | 36 | 0 | 4 | 112 | 66 | 71 | 73 | 35 |
| Binary | 1110101 | 1110000 | 11110 | 0 | 100 | 1001010 | 110110 | 111001 | 111011 | 11101 |
Color Harmonies of #75701E
Complementary color
Monochromatic Colors of #75701E
Black with #75701E
Text Example
Text Example
White with #75701E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #75701E; }
p { color: rgb(117,112,30); }
H1.HeaderClassName
{
color: #75701E;
}
.AnyTagClassName
{
color: #75701E;
}
</style>
background-color css
<style>
a { background-color: #75701E; }
a { background-color: rgb(117,112,30); }
div.DivClassName
{
background-color: #75701E;
}
.BgClassName
{
background-color: #75701E;
}
</style>
border-color css
<style>
span { border-color: #75701E; }
span { border-color: rgb(117,112,30); }
td.TdClassName
{
border-color: #75701E;
}
.TagClassName
{
border-color: #75701E;
}
</style>