Shades of Olivetone #75732A
Tints of Olivetone #75732A
RGB
CMYK
RGB Variations
Color information
#75732A (or 0x75732A) is known color: Olivetone. HEX triplet: 75, 73 and 2A. RGB value is (117,115,42). Sum of RGB (Red+Green+Blue) = 117+115+42=274 (36% of max value = 765). Red value is 117 (46.09% from 255 or 42.70% from 274); Green value is 115 (45.31% from 255 or 41.97% from 274); Blue value is 42 (16.80% from 255 or 15.33% from 274); Max value from RGB is 117 - color contains mainly: red. Hex color #75732A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #75732A is #8A8CD5. Grayscale: #6B6B6B. Windows color (decimal): -9080022 or 2782069. OLE color: 2782069.
HSL color Cylindrical-coordinate representation of color #75732A: hue angle of 58.4º degrees, saturation: 0.47, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #75732A is Cyan = 0, Magento = 0.02, Yellow = 0.64 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 117 | 115 | 42 | - |
| CMYK | 0 | 0.02 | 0.64 | 0.54 |
| HSL | 58.4º | 0.47% | 0.31% | - |
| HSV(B) | 58.4º | 0.64% | 0.46% | - |
| XYZ | 13.88 | 16.21 | 4.59 | - |
| YUV | 107.28 | 91.16 | 134.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 115 | 42 | 0 | 0.02 | 0.64 | 0.54 | 58.4 | 0.47 | 0.31 |
| Hex | 75 | 73 | 2A | 0 | 2 | 40 | 36 | 3A | 2F | 1F |
| Octal | 165 | 163 | 52 | 0 | 2 | 100 | 66 | 72 | 57 | 37 |
| Binary | 1110101 | 1110011 | 101010 | 0 | 10 | 1000000 | 110110 | 111010 | 101111 | 11111 |
Color Harmonies of #75732A
Complementary color
Monochromatic Colors of #75732A
Black with #75732A
Text Example
Text Example
White with #75732A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #75732A; }
p { color: rgb(117,115,42); }
H1.HeaderClassName
{
color: #75732A;
}
.AnyTagClassName
{
color: #75732A;
}
</style>
background-color css
<style>
a { background-color: #75732A; }
a { background-color: rgb(117,115,42); }
div.DivClassName
{
background-color: #75732A;
}
.BgClassName
{
background-color: #75732A;
}
</style>
border-color css
<style>
span { border-color: #75732A; }
span { border-color: rgb(117,115,42); }
td.TdClassName
{
border-color: #75732A;
}
.TagClassName
{
border-color: #75732A;
}
</style>