Shades of Olivetone #757328
Tints of Olivetone #757328
RGB
CMYK
RGB Variations
Color information
#757328 (or 0x757328) is known color: Olivetone. HEX triplet: 75, 73 and 28. RGB value is (117,115,40). Sum of RGB (Red+Green+Blue) = 117+115+40=272 (36% of max value = 765). Red value is 117 (46.09% from 255 or 43.01% from 272); Green value is 115 (45.31% from 255 or 42.28% from 272); Blue value is 40 (16.02% from 255 or 14.71% from 272); Max value from RGB is 117 - color contains mainly: red. Hex color #757328 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #757328 is #8A8CD7. Grayscale: #6B6B6B. Windows color (decimal): -9080024 or 2650997. OLE color: 2650997.
HSL color Cylindrical-coordinate representation of color #757328: hue angle of 58.44º degrees, saturation: 0.49, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #757328 is Cyan = 0, Magento = 0.02, Yellow = 0.66 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 117 | 115 | 40 | - |
| CMYK | 0 | 0.02 | 0.66 | 0.54 |
| HSL | 58.44º | 0.49% | 0.31% | - |
| HSV(B) | 58.44º | 0.66% | 0.46% | - |
| XYZ | 13.85 | 16.2 | 4.4 | - |
| YUV | 107.05 | 90.16 | 135.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 115 | 40 | 0 | 0.02 | 0.66 | 0.54 | 58.44 | 0.49 | 0.31 |
| Hex | 75 | 73 | 28 | 0 | 2 | 42 | 36 | 3A | 31 | 1F |
| Octal | 165 | 163 | 50 | 0 | 2 | 102 | 66 | 72 | 61 | 37 |
| Binary | 1110101 | 1110011 | 101000 | 0 | 10 | 1000010 | 110110 | 111010 | 110001 | 11111 |
Color Harmonies of #757328
Complementary color
Monochromatic Colors of #757328
Black with #757328
Text Example
Text Example
White with #757328
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #757328; }
p { color: rgb(117,115,40); }
H1.HeaderClassName
{
color: #757328;
}
.AnyTagClassName
{
color: #757328;
}
</style>
background-color css
<style>
a { background-color: #757328; }
a { background-color: rgb(117,115,40); }
div.DivClassName
{
background-color: #757328;
}
.BgClassName
{
background-color: #757328;
}
</style>
border-color css
<style>
span { border-color: #757328; }
span { border-color: rgb(117,115,40); }
td.TdClassName
{
border-color: #757328;
}
.TagClassName
{
border-color: #757328;
}
</style>