Shades of Olivetone #757218
Tints of Olivetone #757218
RGB
CMYK
RGB Variations
Color information
#757218 (or 0x757218) is known color: Olivetone. HEX triplet: 75, 72 and 18. RGB value is (117,114,24). Sum of RGB (Red+Green+Blue) = 117+114+24=255 (33% of max value = 765). Red value is 117 (46.09% from 255 or 45.88% from 255); Green value is 114 (44.92% from 255 or 44.71% from 255); Blue value is 24 (9.77% from 255 or 9.41% from 255); Max value from RGB is 117 - color contains mainly: red. Hex color #757218 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #757218 is #8A8DE7. Grayscale: #686868. Windows color (decimal): -9080296 or 1602165. OLE color: 1602165.
HSL color Cylindrical-coordinate representation of color #757218: hue angle of 58.06º 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 #757218 is Cyan = 0, Magento = 0.03, Yellow = 0.79 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 117 | 114 | 24 | - |
| CMYK | 0 | 0.03 | 0.79 | 0.54 |
| HSL | 58.06º | 0.66% | 0.28% | - |
| HSV(B) | 58.06º | 0.79% | 0.46% | - |
| XYZ | 13.52 | 15.88 | 3.22 | - |
| YUV | 104.64 | 82.49 | 136.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 114 | 24 | 0 | 0.03 | 0.79 | 0.54 | 58.06 | 0.66 | 0.28 |
| Hex | 75 | 72 | 18 | 0 | 3 | 4F | 36 | 3A | 42 | 1C |
| Octal | 165 | 162 | 30 | 0 | 3 | 117 | 66 | 72 | 102 | 34 |
| Binary | 1110101 | 1110010 | 11000 | 0 | 11 | 1001111 | 110110 | 111010 | 1000010 | 11100 |
Color Harmonies of #757218
Complementary color
Monochromatic Colors of #757218
Black with #757218
Text Example
Text Example
White with #757218
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #757218; }
p { color: rgb(117,114,24); }
H1.HeaderClassName
{
color: #757218;
}
.AnyTagClassName
{
color: #757218;
}
</style>
background-color css
<style>
a { background-color: #757218; }
a { background-color: rgb(117,114,24); }
div.DivClassName
{
background-color: #757218;
}
.BgClassName
{
background-color: #757218;
}
</style>
border-color css
<style>
span { border-color: #757218; }
span { border-color: rgb(117,114,24); }
td.TdClassName
{
border-color: #757218;
}
.TagClassName
{
border-color: #757218;
}
</style>