Shades of Olivetone #737125
Tints of Olivetone #737125
RGB
CMYK
RGB Variations
Color information
#737125 (or 0x737125) is known color: Olivetone. HEX triplet: 73, 71 and 25. RGB value is (115,113,37). Sum of RGB (Red+Green+Blue) = 115+113+37=265 (35% of max value = 765). Red value is 115 (45.31% from 255 or 43.40% from 265); Green value is 113 (44.53% from 255 or 42.64% from 265); Blue value is 37 (14.84% from 255 or 13.96% from 265); Max value from RGB is 115 - color contains mainly: red. Hex color #737125 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #737125 is #8C8EDA. Grayscale: #696969. Windows color (decimal): -9211611 or 2453875. OLE color: 2453875.
HSL color Cylindrical-coordinate representation of color #737125: hue angle of 58.46º degrees, saturation: 0.51, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #737125 is Cyan = 0, Magento = 0.02, Yellow = 0.68 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 115 | 113 | 37 | - |
| CMYK | 0 | 0.02 | 0.68 | 0.55 |
| HSL | 58.46º | 0.51% | 0.3% | - |
| HSV(B) | 58.46º | 0.68% | 0.45% | - |
| XYZ | 13.31 | 15.59 | 4.06 | - |
| YUV | 104.93 | 89.66 | 135.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 113 | 37 | 0 | 0.02 | 0.68 | 0.55 | 58.46 | 0.51 | 0.3 |
| Hex | 73 | 71 | 25 | 0 | 2 | 44 | 37 | 3A | 33 | 1E |
| Octal | 163 | 161 | 45 | 0 | 2 | 104 | 67 | 72 | 63 | 36 |
| Binary | 1110011 | 1110001 | 100101 | 0 | 10 | 1000100 | 110111 | 111010 | 110011 | 11110 |
Color Harmonies of #737125
Complementary color
Monochromatic Colors of #737125
Black with #737125
Text Example
Text Example
White with #737125
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #737125; }
p { color: rgb(115,113,37); }
H1.HeaderClassName
{
color: #737125;
}
.AnyTagClassName
{
color: #737125;
}
</style>
background-color css
<style>
a { background-color: #737125; }
a { background-color: rgb(115,113,37); }
div.DivClassName
{
background-color: #737125;
}
.BgClassName
{
background-color: #737125;
}
</style>
border-color css
<style>
span { border-color: #737125; }
span { border-color: rgb(115,113,37); }
td.TdClassName
{
border-color: #737125;
}
.TagClassName
{
border-color: #737125;
}
</style>