Shades of Olivetone #757614
Tints of Olivetone #757614
RGB
CMYK
RGB Variations
Color information
#757614 (or 0x757614) is known color: Olivetone. HEX triplet: 75, 76 and 14. RGB value is (117,118,20). Sum of RGB (Red+Green+Blue) = 117+118+20=255 (33% of max value = 765). Red value is 117 (46.09% from 255 or 45.88% from 255); Green value is 118 (46.48% from 255 or 46.27% from 255); Blue value is 20 (8.20% from 255 or 7.84% from 255); Max value from RGB is 118 - color contains mainly: green. Hex color #757614 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #757614 is #8A89EB. Grayscale: #6A6A6A. Windows color (decimal): -9079276 or 1341045. OLE color: 1341045.
HSL color Cylindrical-coordinate representation of color #757614: hue angle of 60.61º 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 #757614 is Cyan = 0.01, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 117 | 118 | 20 | - |
| CMYK | 0.01 | 0 | 0.83 | 0.54 |
| HSL | 60.61º | 0.71% | 0.27% | - |
| HSV(B) | 60.61º | 0.83% | 0.46% | - |
| XYZ | 13.94 | 16.79 | 3.17 | - |
| YUV | 106.53 | 79.17 | 135.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 118 | 20 | 0.01 | 0 | 0.83 | 0.54 | 60.61 | 0.71 | 0.27 |
| Hex | 75 | 76 | 14 | 1 | 0 | 53 | 36 | 3D | 47 | 1B |
| Octal | 165 | 166 | 24 | 1 | 0 | 123 | 66 | 75 | 107 | 33 |
| Binary | 1110101 | 1110110 | 10100 | 1 | 0 | 1010011 | 110110 | 111101 | 1000111 | 11011 |
Color Harmonies of #757614
Complementary color
Monochromatic Colors of #757614
Black with #757614
Text Example
Text Example
White with #757614
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #757614; }
p { color: rgb(117,118,20); }
H1.HeaderClassName
{
color: #757614;
}
.AnyTagClassName
{
color: #757614;
}
</style>
background-color css
<style>
a { background-color: #757614; }
a { background-color: rgb(117,118,20); }
div.DivClassName
{
background-color: #757614;
}
.BgClassName
{
background-color: #757614;
}
</style>
border-color css
<style>
span { border-color: #757614; }
span { border-color: rgb(117,118,20); }
td.TdClassName
{
border-color: #757614;
}
.TagClassName
{
border-color: #757614;
}
</style>