Shades of Olivetone #75721D
Tints of Olivetone #75721D
RGB
CMYK
RGB Variations
Color information
#75721D (or 0x75721D) is known color: Olivetone. HEX triplet: 75, 72 and 1D. RGB value is (117,114,29). Sum of RGB (Red+Green+Blue) = 117+114+29=260 (34% of max value = 765). Red value is 117 (46.09% from 255 or 45% from 260); Green value is 114 (44.92% from 255 or 43.85% from 260); Blue value is 29 (11.72% from 255 or 11.15% from 260); Max value from RGB is 117 - color contains mainly: red. Hex color #75721D is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #75721D is #8A8DE2. Grayscale: #696969. Windows color (decimal): -9080291 or 1929845. OLE color: 1929845.
HSL color Cylindrical-coordinate representation of color #75721D: hue angle of 57.95º 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 #75721D is Cyan = 0, Magento = 0.03, Yellow = 0.75 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 117 | 114 | 29 | - |
| CMYK | 0 | 0.03 | 0.75 | 0.54 |
| HSL | 57.95º | 0.6% | 0.29% | - |
| HSV(B) | 57.95º | 0.75% | 0.46% | - |
| XYZ | 13.58 | 15.91 | 3.52 | - |
| YUV | 105.21 | 84.99 | 136.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 114 | 29 | 0 | 0.03 | 0.75 | 0.54 | 57.95 | 0.6 | 0.29 |
| Hex | 75 | 72 | 1D | 0 | 3 | 4B | 36 | 3A | 3C | 1D |
| Octal | 165 | 162 | 35 | 0 | 3 | 113 | 66 | 72 | 74 | 35 |
| Binary | 1110101 | 1110010 | 11101 | 0 | 11 | 1001011 | 110110 | 111010 | 111100 | 11101 |
Color Harmonies of #75721D
Complementary color
Monochromatic Colors of #75721D
Black with #75721D
Text Example
Text Example
White with #75721D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #75721D; }
p { color: rgb(117,114,29); }
H1.HeaderClassName
{
color: #75721D;
}
.AnyTagClassName
{
color: #75721D;
}
</style>
background-color css
<style>
a { background-color: #75721D; }
a { background-color: rgb(117,114,29); }
div.DivClassName
{
background-color: #75721D;
}
.BgClassName
{
background-color: #75721D;
}
</style>
border-color css
<style>
span { border-color: #75721D; }
span { border-color: rgb(117,114,29); }
td.TdClassName
{
border-color: #75721D;
}
.TagClassName
{
border-color: #75721D;
}
</style>