Shades of Olivetone #757119
Tints of Olivetone #757119
RGB
CMYK
RGB Variations
Color information
#757119 (or 0x757119) is known color: Olivetone. HEX triplet: 75, 71 and 19. RGB value is (117,113,25). Sum of RGB (Red+Green+Blue) = 117+113+25=255 (33% of max value = 765). Red value is 117 (46.09% from 255 or 45.88% from 255); Green value is 113 (44.53% from 255 or 44.31% from 255); Blue value is 25 (10.16% from 255 or 9.80% from 255); Max value from RGB is 117 - color contains mainly: red. Hex color #757119 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #757119 is #8A8EE6. Grayscale: #686868. Windows color (decimal): -9080551 or 1667445. OLE color: 1667445.
HSL color Cylindrical-coordinate representation of color #757119: hue angle of 57.39º degrees, saturation: 0.65, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #757119 is Cyan = 0, Magento = 0.03, Yellow = 0.79 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 117 | 113 | 25 | - |
| CMYK | 0 | 0.03 | 0.79 | 0.54 |
| HSL | 57.39º | 0.65% | 0.28% | - |
| HSV(B) | 57.39º | 0.79% | 0.46% | - |
| XYZ | 13.42 | 15.66 | 3.24 | - |
| YUV | 104.16 | 83.33 | 137.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 113 | 25 | 0 | 0.03 | 0.79 | 0.54 | 57.39 | 0.65 | 0.28 |
| Hex | 75 | 71 | 19 | 0 | 3 | 4F | 36 | 39 | 41 | 1C |
| Octal | 165 | 161 | 31 | 0 | 3 | 117 | 66 | 71 | 101 | 34 |
| Binary | 1110101 | 1110001 | 11001 | 0 | 11 | 1001111 | 110110 | 111001 | 1000001 | 11100 |
Color Harmonies of #757119
Complementary color
Monochromatic Colors of #757119
Black with #757119
Text Example
Text Example
White with #757119
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #757119; }
p { color: rgb(117,113,25); }
H1.HeaderClassName
{
color: #757119;
}
.AnyTagClassName
{
color: #757119;
}
</style>
background-color css
<style>
a { background-color: #757119; }
a { background-color: rgb(117,113,25); }
div.DivClassName
{
background-color: #757119;
}
.BgClassName
{
background-color: #757119;
}
</style>
border-color css
<style>
span { border-color: #757119; }
span { border-color: rgb(117,113,25); }
td.TdClassName
{
border-color: #757119;
}
.TagClassName
{
border-color: #757119;
}
</style>