Shades of Olivetone #737523
Tints of Olivetone #737523
RGB
CMYK
RGB Variations
Color information
#737523 (or 0x737523) is known color: Olivetone. HEX triplet: 73, 75 and 23. RGB value is (115,117,35). Sum of RGB (Red+Green+Blue) = 115+117+35=267 (35% of max value = 765). Red value is 115 (45.31% from 255 or 43.07% from 267); Green value is 117 (46.09% from 255 or 43.82% from 267); Blue value is 35 (14.06% from 255 or 13.11% from 267); Max value from RGB is 117 - color contains mainly: green. Hex color #737523 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #737523 is #8C8ADC. Grayscale: #6B6B6B. Windows color (decimal): -9210589 or 2323827. OLE color: 2323827.
HSL color Cylindrical-coordinate representation of color #737523: hue angle of 61.46º 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 #737523 is Cyan = 0.02, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 115 | 117 | 35 | - |
| CMYK | 0.02 | 0 | 0.70 | 0.54 |
| HSL | 61.46º | 0.54% | 0.3% | - |
| HSV(B) | 61.46º | 0.7% | 0.46% | - |
| XYZ | 13.73 | 16.49 | 4.05 | - |
| YUV | 107.05 | 87.34 | 133.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 117 | 35 | 0.02 | 0 | 0.70 | 0.54 | 61.46 | 0.54 | 0.3 |
| Hex | 73 | 75 | 23 | 2 | 0 | 46 | 36 | 3D | 36 | 1E |
| Octal | 163 | 165 | 43 | 2 | 0 | 106 | 66 | 75 | 66 | 36 |
| Binary | 1110011 | 1110101 | 100011 | 10 | 0 | 1000110 | 110110 | 111101 | 110110 | 11110 |
Color Harmonies of #737523
Complementary color
Monochromatic Colors of #737523
Black with #737523
Text Example
Text Example
White with #737523
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #737523; }
p { color: rgb(115,117,35); }
H1.HeaderClassName
{
color: #737523;
}
.AnyTagClassName
{
color: #737523;
}
</style>
background-color css
<style>
a { background-color: #737523; }
a { background-color: rgb(115,117,35); }
div.DivClassName
{
background-color: #737523;
}
.BgClassName
{
background-color: #737523;
}
</style>
border-color css
<style>
span { border-color: #737523; }
span { border-color: rgb(115,117,35); }
td.TdClassName
{
border-color: #737523;
}
.TagClassName
{
border-color: #737523;
}
</style>