Shades of Olivetone #757020
Tints of Olivetone #757020
RGB
CMYK
RGB Variations
Color information
#757020 (or 0x757020) is known color: Olivetone. HEX triplet: 75, 70 and 20. RGB value is (117,112,32). Sum of RGB (Red+Green+Blue) = 117+112+32=261 (34% of max value = 765). Red value is 117 (46.09% from 255 or 44.83% from 261); Green value is 112 (44.14% from 255 or 42.91% from 261); Blue value is 32 (12.89% from 255 or 12.26% from 261); Max value from RGB is 117 - color contains mainly: red. Hex color #757020 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #757020 is #8A8FDF. Grayscale: #686868. Windows color (decimal): -9080800 or 2125941. OLE color: 2125941.
HSL color Cylindrical-coordinate representation of color #757020: hue angle of 56.47º 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 #757020 is Cyan = 0, Magento = 0.04, Yellow = 0.73 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 117 | 112 | 32 | - |
| CMYK | 0 | 0.04 | 0.73 | 0.54 |
| HSL | 56.47º | 0.57% | 0.29% | - |
| HSV(B) | 56.47º | 0.73% | 0.46% | - |
| XYZ | 13.39 | 15.47 | 3.65 | - |
| YUV | 104.38 | 87.16 | 137 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 112 | 32 | 0 | 0.04 | 0.73 | 0.54 | 56.47 | 0.57 | 0.29 |
| Hex | 75 | 70 | 20 | 0 | 4 | 49 | 36 | 38 | 39 | 1D |
| Octal | 165 | 160 | 40 | 0 | 4 | 111 | 66 | 70 | 71 | 35 |
| Binary | 1110101 | 1110000 | 100000 | 0 | 100 | 1001001 | 110110 | 111000 | 111001 | 11101 |
Color Harmonies of #757020
Complementary color
Monochromatic Colors of #757020
Black with #757020
Text Example
Text Example
White with #757020
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #757020; }
p { color: rgb(117,112,32); }
H1.HeaderClassName
{
color: #757020;
}
.AnyTagClassName
{
color: #757020;
}
</style>
background-color css
<style>
a { background-color: #757020; }
a { background-color: rgb(117,112,32); }
div.DivClassName
{
background-color: #757020;
}
.BgClassName
{
background-color: #757020;
}
</style>
border-color css
<style>
span { border-color: #757020; }
span { border-color: rgb(117,112,32); }
td.TdClassName
{
border-color: #757020;
}
.TagClassName
{
border-color: #757020;
}
</style>