Shades of Olivetone #757025
Tints of Olivetone #757025
RGB
CMYK
RGB Variations
Color information
#757025 (or 0x757025) is known color: Olivetone. HEX triplet: 75, 70 and 25. RGB value is (117,112,37). Sum of RGB (Red+Green+Blue) = 117+112+37=266 (35% of max value = 765). Red value is 117 (46.09% from 255 or 43.98% from 266); Green value is 112 (44.14% from 255 or 42.11% from 266); Blue value is 37 (14.84% from 255 or 13.91% from 266); Max value from RGB is 117 - color contains mainly: red. Hex color #757025 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #757025 is #8A8FDA. Grayscale: #696969. Windows color (decimal): -9080795 or 2453621. OLE color: 2453621.
HSL color Cylindrical-coordinate representation of color #757025: hue angle of 56.25º degrees, saturation: 0.52, 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 #757025 is Cyan = 0, Magento = 0.04, Yellow = 0.68 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 117 | 112 | 37 | - |
| CMYK | 0 | 0.04 | 0.68 | 0.54 |
| HSL | 56.25º | 0.52% | 0.3% | - |
| HSV(B) | 56.25º | 0.68% | 0.46% | - |
| XYZ | 13.46 | 15.5 | 4.03 | - |
| YUV | 104.95 | 89.66 | 136.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 112 | 37 | 0 | 0.04 | 0.68 | 0.54 | 56.25 | 0.52 | 0.3 |
| Hex | 75 | 70 | 25 | 0 | 4 | 44 | 36 | 38 | 34 | 1E |
| Octal | 165 | 160 | 45 | 0 | 4 | 104 | 66 | 70 | 64 | 36 |
| Binary | 1110101 | 1110000 | 100101 | 0 | 100 | 1000100 | 110110 | 111000 | 110100 | 11110 |
Color Harmonies of #757025
Complementary color
Monochromatic Colors of #757025
Black with #757025
Text Example
Text Example
White with #757025
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #757025; }
p { color: rgb(117,112,37); }
H1.HeaderClassName
{
color: #757025;
}
.AnyTagClassName
{
color: #757025;
}
</style>
background-color css
<style>
a { background-color: #757025; }
a { background-color: rgb(117,112,37); }
div.DivClassName
{
background-color: #757025;
}
.BgClassName
{
background-color: #757025;
}
</style>
border-color css
<style>
span { border-color: #757025; }
span { border-color: rgb(117,112,37); }
td.TdClassName
{
border-color: #757025;
}
.TagClassName
{
border-color: #757025;
}
</style>