Shades of Olivetone #75792C
Tints of Olivetone #75792C
RGB
CMYK
RGB Variations
Color information
#75792C (or 0x75792C) is known color: Olivetone. HEX triplet: 75, 79 and 2C. RGB value is (117,121,44). Sum of RGB (Red+Green+Blue) = 117+121+44=282 (37% of max value = 765). Red value is 117 (46.09% from 255 or 41.49% from 282); Green value is 121 (47.66% from 255 or 42.91% from 282); Blue value is 44 (17.58% from 255 or 15.60% from 282); Max value from RGB is 121 - color contains mainly: green. Hex color #75792C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #75792C is #8A86D3. Grayscale: #6F6F6F. Windows color (decimal): -9078484 or 2914677. OLE color: 2914677.
HSL color Cylindrical-coordinate representation of color #75792C: hue angle of 63.12º degrees, saturation: 0.47, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #75792C is Cyan = 0.03, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 117 | 121 | 44 | - |
| CMYK | 0.03 | 0 | 0.64 | 0.53 |
| HSL | 63.12º | 0.47% | 0.32% | - |
| HSV(B) | 63.12º | 0.64% | 0.47% | - |
| XYZ | 14.63 | 17.64 | 5.02 | - |
| YUV | 111.03 | 90.17 | 132.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 121 | 44 | 0.03 | 0 | 0.64 | 0.53 | 63.12 | 0.47 | 0.32 |
| Hex | 75 | 79 | 2C | 3 | 0 | 40 | 35 | 3F | 2F | 20 |
| Octal | 165 | 171 | 54 | 3 | 0 | 100 | 65 | 77 | 57 | 40 |
| Binary | 1110101 | 1111001 | 101100 | 11 | 0 | 1000000 | 110101 | 111111 | 101111 | 100000 |
Color Harmonies of #75792C
Complementary color
Monochromatic Colors of #75792C
Black with #75792C
Text Example
Text Example
White with #75792C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #75792C; }
p { color: rgb(117,121,44); }
H1.HeaderClassName
{
color: #75792C;
}
.AnyTagClassName
{
color: #75792C;
}
</style>
background-color css
<style>
a { background-color: #75792C; }
a { background-color: rgb(117,121,44); }
div.DivClassName
{
background-color: #75792C;
}
.BgClassName
{
background-color: #75792C;
}
</style>
border-color css
<style>
span { border-color: #75792C; }
span { border-color: rgb(117,121,44); }
td.TdClassName
{
border-color: #75792C;
}
.TagClassName
{
border-color: #75792C;
}
</style>