Shades of Olivetone #757018
Tints of Olivetone #757018
RGB
CMYK
RGB Variations
Color information
#757018 (or 0x757018) is known color: Olivetone. HEX triplet: 75, 70 and 18. RGB value is (117,112,24). Sum of RGB (Red+Green+Blue) = 117+112+24=253 (33% of max value = 765). Red value is 117 (46.09% from 255 or 46.25% from 253); Green value is 112 (44.14% from 255 or 44.27% from 253); Blue value is 24 (9.77% from 255 or 9.49% from 253); Max value from RGB is 117 - color contains mainly: red. Hex color #757018 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #757018 is #8A8FE7. Grayscale: #676767. Windows color (decimal): -9080808 or 1601653. OLE color: 1601653.
HSL color Cylindrical-coordinate representation of color #757018: hue angle of 56.77º degrees, saturation: 0.66, 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 #757018 is Cyan = 0, Magento = 0.04, Yellow = 0.79 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 117 | 112 | 24 | - |
| CMYK | 0 | 0.04 | 0.79 | 0.54 |
| HSL | 56.77º | 0.66% | 0.28% | - |
| HSV(B) | 56.77º | 0.79% | 0.46% | - |
| XYZ | 13.3 | 15.44 | 3.14 | - |
| YUV | 103.46 | 83.16 | 137.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 112 | 24 | 0 | 0.04 | 0.79 | 0.54 | 56.77 | 0.66 | 0.28 |
| Hex | 75 | 70 | 18 | 0 | 4 | 4F | 36 | 39 | 42 | 1C |
| Octal | 165 | 160 | 30 | 0 | 4 | 117 | 66 | 71 | 102 | 34 |
| Binary | 1110101 | 1110000 | 11000 | 0 | 100 | 1001111 | 110110 | 111001 | 1000010 | 11100 |
Color Harmonies of #757018
Complementary color
Monochromatic Colors of #757018
Black with #757018
Text Example
Text Example
White with #757018
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #757018; }
p { color: rgb(117,112,24); }
H1.HeaderClassName
{
color: #757018;
}
.AnyTagClassName
{
color: #757018;
}
</style>
background-color css
<style>
a { background-color: #757018; }
a { background-color: rgb(117,112,24); }
div.DivClassName
{
background-color: #757018;
}
.BgClassName
{
background-color: #757018;
}
</style>
border-color css
<style>
span { border-color: #757018; }
span { border-color: rgb(117,112,24); }
td.TdClassName
{
border-color: #757018;
}
.TagClassName
{
border-color: #757018;
}
</style>