Shades of Olivetone #757314
Tints of Olivetone #757314
RGB
CMYK
RGB Variations
Color information
#757314 (or 0x757314) is known color: Olivetone. HEX triplet: 75, 73 and 14. RGB value is (117,115,20). Sum of RGB (Red+Green+Blue) = 117+115+20=252 (33% of max value = 765). Red value is 117 (46.09% from 255 or 46.43% from 252); Green value is 115 (45.31% from 255 or 45.63% from 252); Blue value is 20 (8.20% from 255 or 7.94% from 252); Max value from RGB is 117 - color contains mainly: red. Hex color #757314 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #757314 is #8A8CEB. Grayscale: #696969. Windows color (decimal): -9080044 or 1340277. OLE color: 1340277.
HSL color Cylindrical-coordinate representation of color #757314: hue angle of 58.76º degrees, saturation: 0.71, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #757314 is Cyan = 0, Magento = 0.02, Yellow = 0.83 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 117 | 115 | 20 | - |
| CMYK | 0 | 0.02 | 0.83 | 0.54 |
| HSL | 58.76º | 0.71% | 0.27% | - |
| HSV(B) | 58.76º | 0.83% | 0.46% | - |
| XYZ | 13.59 | 16.09 | 3.05 | - |
| YUV | 104.77 | 80.16 | 136.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 115 | 20 | 0 | 0.02 | 0.83 | 0.54 | 58.76 | 0.71 | 0.27 |
| Hex | 75 | 73 | 14 | 0 | 2 | 53 | 36 | 3B | 47 | 1B |
| Octal | 165 | 163 | 24 | 0 | 2 | 123 | 66 | 73 | 107 | 33 |
| Binary | 1110101 | 1110011 | 10100 | 0 | 10 | 1010011 | 110110 | 111011 | 1000111 | 11011 |
Color Harmonies of #757314
Complementary color
Monochromatic Colors of #757314
Black with #757314
Text Example
Text Example
White with #757314
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #757314; }
p { color: rgb(117,115,20); }
H1.HeaderClassName
{
color: #757314;
}
.AnyTagClassName
{
color: #757314;
}
</style>
background-color css
<style>
a { background-color: #757314; }
a { background-color: rgb(117,115,20); }
div.DivClassName
{
background-color: #757314;
}
.BgClassName
{
background-color: #757314;
}
</style>
border-color css
<style>
span { border-color: #757314; }
span { border-color: rgb(117,115,20); }
td.TdClassName
{
border-color: #757314;
}
.TagClassName
{
border-color: #757314;
}
</style>