Shades of Olivetone #757623
Tints of Olivetone #757623
RGB
CMYK
RGB Variations
Color information
#757623 (or 0x757623) is known color: Olivetone. HEX triplet: 75, 76 and 23. RGB value is (117,118,35). Sum of RGB (Red+Green+Blue) = 117+118+35=270 (35% of max value = 765). Red value is 117 (46.09% from 255 or 43.33% from 270); Green value is 118 (46.48% from 255 or 43.70% from 270); Blue value is 35 (14.06% from 255 or 12.96% from 270); Max value from RGB is 118 - color contains mainly: green. Hex color #757623 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #757623 is #8A89DC. Grayscale: #6C6C6C. Windows color (decimal): -9079261 or 2324085. OLE color: 2324085.
HSL color Cylindrical-coordinate representation of color #757623: hue angle of 60.72º degrees, saturation: 0.54, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #757623 is Cyan = 0.01, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 117 | 118 | 35 | - |
| CMYK | 0.01 | 0 | 0.70 | 0.54 |
| HSL | 60.72º | 0.54% | 0.3% | - |
| HSV(B) | 60.72º | 0.7% | 0.46% | - |
| XYZ | 14.12 | 16.86 | 4.1 | - |
| YUV | 108.24 | 86.67 | 134.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 118 | 35 | 0.01 | 0 | 0.70 | 0.54 | 60.72 | 0.54 | 0.3 |
| Hex | 75 | 76 | 23 | 1 | 0 | 46 | 36 | 3D | 36 | 1E |
| Octal | 165 | 166 | 43 | 1 | 0 | 106 | 66 | 75 | 66 | 36 |
| Binary | 1110101 | 1110110 | 100011 | 1 | 0 | 1000110 | 110110 | 111101 | 110110 | 11110 |
Color Harmonies of #757623
Complementary color
Monochromatic Colors of #757623
Black with #757623
Text Example
Text Example
White with #757623
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #757623; }
p { color: rgb(117,118,35); }
H1.HeaderClassName
{
color: #757623;
}
.AnyTagClassName
{
color: #757623;
}
</style>
background-color css
<style>
a { background-color: #757623; }
a { background-color: rgb(117,118,35); }
div.DivClassName
{
background-color: #757623;
}
.BgClassName
{
background-color: #757623;
}
</style>
border-color css
<style>
span { border-color: #757623; }
span { border-color: rgb(117,118,35); }
td.TdClassName
{
border-color: #757623;
}
.TagClassName
{
border-color: #757623;
}
</style>