Shades of Olivetone #737530
Tints of Olivetone #737530
RGB
CMYK
RGB Variations
Color information
#737530 (or 0x737530) is known color: Olivetone. HEX triplet: 73, 75 and 30. RGB value is (115,117,48). Sum of RGB (Red+Green+Blue) = 115+117+48=280 (37% of max value = 765). Red value is 115 (45.31% from 255 or 41.07% from 280); Green value is 117 (46.09% from 255 or 41.79% from 280); Blue value is 48 (19.14% from 255 or 17.14% from 280); Max value from RGB is 117 - color contains mainly: green. Hex color #737530 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #737530 is #8C8ACF. Grayscale: #6C6C6C. Windows color (decimal): -9210576 or 3175795. OLE color: 3175795.
HSL color Cylindrical-coordinate representation of color #737530: hue angle of 61.74º degrees, saturation: 0.42, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #737530 is Cyan = 0.02, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 115 | 117 | 48 | - |
| CMYK | 0.02 | 0 | 0.59 | 0.54 |
| HSL | 61.74º | 0.42% | 0.32% | - |
| HSV(B) | 61.74º | 0.59% | 0.46% | - |
| XYZ | 13.97 | 16.58 | 5.26 | - |
| YUV | 108.54 | 93.84 | 132.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 117 | 48 | 0.02 | 0 | 0.59 | 0.54 | 61.74 | 0.42 | 0.32 |
| Hex | 73 | 75 | 30 | 2 | 0 | 3B | 36 | 3E | 2A | 20 |
| Octal | 163 | 165 | 60 | 2 | 0 | 73 | 66 | 76 | 52 | 40 |
| Binary | 1110011 | 1110101 | 110000 | 10 | 0 | 111011 | 110110 | 111110 | 101010 | 100000 |
Color Harmonies of #737530
Complementary color
Monochromatic Colors of #737530
Black with #737530
Text Example
Text Example
White with #737530
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #737530; }
p { color: rgb(115,117,48); }
H1.HeaderClassName
{
color: #737530;
}
.AnyTagClassName
{
color: #737530;
}
</style>
background-color css
<style>
a { background-color: #737530; }
a { background-color: rgb(115,117,48); }
div.DivClassName
{
background-color: #737530;
}
.BgClassName
{
background-color: #737530;
}
</style>
border-color css
<style>
span { border-color: #737530; }
span { border-color: rgb(115,117,48); }
td.TdClassName
{
border-color: #737530;
}
.TagClassName
{
border-color: #737530;
}
</style>