Shades of Olivetone #757326
Tints of Olivetone #757326
RGB
CMYK
RGB Variations
Color information
#757326 (or 0x757326) is known color: Olivetone. HEX triplet: 75, 73 and 26. RGB value is (117,115,38). Sum of RGB (Red+Green+Blue) = 117+115+38=270 (35% of max value = 765). Red value is 117 (46.09% from 255 or 43.33% from 270); Green value is 115 (45.31% from 255 or 42.59% from 270); Blue value is 38 (15.23% from 255 or 14.07% from 270); Max value from RGB is 117 - color contains mainly: red. Hex color #757326 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #757326 is #8A8CD9. Grayscale: #6B6B6B. Windows color (decimal): -9080026 or 2519925. OLE color: 2519925.
HSL color Cylindrical-coordinate representation of color #757326: hue angle of 58.48º degrees, saturation: 0.51, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #757326 is Cyan = 0, Magento = 0.02, Yellow = 0.68 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 117 | 115 | 38 | - |
| CMYK | 0 | 0.02 | 0.68 | 0.54 |
| HSL | 58.48º | 0.51% | 0.3% | - |
| HSV(B) | 58.48º | 0.68% | 0.46% | - |
| XYZ | 13.82 | 16.18 | 4.23 | - |
| YUV | 106.82 | 89.16 | 135.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 115 | 38 | 0 | 0.02 | 0.68 | 0.54 | 58.48 | 0.51 | 0.3 |
| Hex | 75 | 73 | 26 | 0 | 2 | 44 | 36 | 3A | 33 | 1E |
| Octal | 165 | 163 | 46 | 0 | 2 | 104 | 66 | 72 | 63 | 36 |
| Binary | 1110101 | 1110011 | 100110 | 0 | 10 | 1000100 | 110110 | 111010 | 110011 | 11110 |
Color Harmonies of #757326
Complementary color
Monochromatic Colors of #757326
Black with #757326
Text Example
Text Example
White with #757326
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #757326; }
p { color: rgb(117,115,38); }
H1.HeaderClassName
{
color: #757326;
}
.AnyTagClassName
{
color: #757326;
}
</style>
background-color css
<style>
a { background-color: #757326; }
a { background-color: rgb(117,115,38); }
div.DivClassName
{
background-color: #757326;
}
.BgClassName
{
background-color: #757326;
}
</style>
border-color css
<style>
span { border-color: #757326; }
span { border-color: rgb(117,115,38); }
td.TdClassName
{
border-color: #757326;
}
.TagClassName
{
border-color: #757326;
}
</style>