Shades of Olivetone #757220
Tints of Olivetone #757220
RGB
CMYK
RGB Variations
Color information
#757220 (or 0x757220) is known color: Olivetone. HEX triplet: 75, 72 and 20. RGB value is (117,114,32). Sum of RGB (Red+Green+Blue) = 117+114+32=263 (34% of max value = 765). Red value is 117 (46.09% from 255 or 44.49% from 263); Green value is 114 (44.92% from 255 or 43.35% from 263); Blue value is 32 (12.89% from 255 or 12.17% from 263); Max value from RGB is 117 - color contains mainly: red. Hex color #757220 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #757220 is #8A8DDF. Grayscale: #696969. Windows color (decimal): -9080288 or 2126453. OLE color: 2126453.
HSL color Cylindrical-coordinate representation of color #757220: hue angle of 57.88º degrees, saturation: 0.57, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #757220 is Cyan = 0, Magento = 0.03, Yellow = 0.73 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 117 | 114 | 32 | - |
| CMYK | 0 | 0.03 | 0.73 | 0.54 |
| HSL | 57.88º | 0.57% | 0.29% | - |
| HSV(B) | 57.88º | 0.73% | 0.46% | - |
| XYZ | 13.61 | 15.92 | 3.72 | - |
| YUV | 105.55 | 86.49 | 136.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 114 | 32 | 0 | 0.03 | 0.73 | 0.54 | 57.88 | 0.57 | 0.29 |
| Hex | 75 | 72 | 20 | 0 | 3 | 49 | 36 | 3A | 39 | 1D |
| Octal | 165 | 162 | 40 | 0 | 3 | 111 | 66 | 72 | 71 | 35 |
| Binary | 1110101 | 1110010 | 100000 | 0 | 11 | 1001001 | 110110 | 111010 | 111001 | 11101 |
Color Harmonies of #757220
Complementary color
Monochromatic Colors of #757220
Black with #757220
Text Example
Text Example
White with #757220
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #757220; }
p { color: rgb(117,114,32); }
H1.HeaderClassName
{
color: #757220;
}
.AnyTagClassName
{
color: #757220;
}
</style>
background-color css
<style>
a { background-color: #757220; }
a { background-color: rgb(117,114,32); }
div.DivClassName
{
background-color: #757220;
}
.BgClassName
{
background-color: #757220;
}
</style>
border-color css
<style>
span { border-color: #757220; }
span { border-color: rgb(117,114,32); }
td.TdClassName
{
border-color: #757220;
}
.TagClassName
{
border-color: #757220;
}
</style>