Shades of Olivetone #75721A
Tints of Olivetone #75721A
RGB
CMYK
RGB Variations
Color information
#75721A (or 0x75721A) is known color: Olivetone. HEX triplet: 75, 72 and 1A. RGB value is (117,114,26). Sum of RGB (Red+Green+Blue) = 117+114+26=257 (34% of max value = 765). Red value is 117 (46.09% from 255 or 45.53% from 257); Green value is 114 (44.92% from 255 or 44.36% from 257); Blue value is 26 (10.55% from 255 or 10.12% from 257); Max value from RGB is 117 - color contains mainly: red. Hex color #75721A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #75721A is #8A8DE5. Grayscale: #696969. Windows color (decimal): -9080294 or 1733237. OLE color: 1733237.
HSL color Cylindrical-coordinate representation of color #75721A: hue angle of 58.02º degrees, saturation: 0.64, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #75721A is Cyan = 0, Magento = 0.03, Yellow = 0.78 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 117 | 114 | 26 | - |
| CMYK | 0 | 0.03 | 0.78 | 0.54 |
| HSL | 58.02º | 0.64% | 0.28% | - |
| HSV(B) | 58.02º | 0.78% | 0.46% | - |
| XYZ | 13.54 | 15.89 | 3.33 | - |
| YUV | 104.87 | 83.49 | 136.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 114 | 26 | 0 | 0.03 | 0.78 | 0.54 | 58.02 | 0.64 | 0.28 |
| Hex | 75 | 72 | 1A | 0 | 3 | 4E | 36 | 3A | 40 | 1C |
| Octal | 165 | 162 | 32 | 0 | 3 | 116 | 66 | 72 | 100 | 34 |
| Binary | 1110101 | 1110010 | 11010 | 0 | 11 | 1001110 | 110110 | 111010 | 1000000 | 11100 |
Color Harmonies of #75721A
Complementary color
Monochromatic Colors of #75721A
Black with #75721A
Text Example
Text Example
White with #75721A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #75721A; }
p { color: rgb(117,114,26); }
H1.HeaderClassName
{
color: #75721A;
}
.AnyTagClassName
{
color: #75721A;
}
</style>
background-color css
<style>
a { background-color: #75721A; }
a { background-color: rgb(117,114,26); }
div.DivClassName
{
background-color: #75721A;
}
.BgClassName
{
background-color: #75721A;
}
</style>
border-color css
<style>
span { border-color: #75721A; }
span { border-color: rgb(117,114,26); }
td.TdClassName
{
border-color: #75721A;
}
.TagClassName
{
border-color: #75721A;
}
</style>