Shades of Olivetone #737629
Tints of Olivetone #737629
RGB
CMYK
RGB Variations
Color information
#737629 (or 0x737629) is known color: Olivetone. HEX triplet: 73, 76 and 29. RGB value is (115,118,41). Sum of RGB (Red+Green+Blue) = 115+118+41=274 (36% of max value = 765). Red value is 115 (45.31% from 255 or 41.97% from 274); Green value is 118 (46.48% from 255 or 43.07% from 274); Blue value is 41 (16.41% from 255 or 14.96% from 274); Max value from RGB is 118 - color contains mainly: green. Hex color #737629 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #737629 is #8C89D6. Grayscale: #6C6C6C. Windows color (decimal): -9210327 or 2717299. OLE color: 2717299.
HSL color Cylindrical-coordinate representation of color #737629: hue angle of 62.34º degrees, saturation: 0.48, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #737629 is Cyan = 0.03, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 115 | 118 | 41 | - |
| CMYK | 0.03 | 0 | 0.65 | 0.54 |
| HSL | 62.34º | 0.48% | 0.31% | - |
| HSV(B) | 62.34º | 0.65% | 0.46% | - |
| XYZ | 13.95 | 16.76 | 4.6 | - |
| YUV | 108.33 | 90.01 | 132.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 118 | 41 | 0.03 | 0 | 0.65 | 0.54 | 62.34 | 0.48 | 0.31 |
| Hex | 73 | 76 | 29 | 3 | 0 | 41 | 36 | 3E | 30 | 1F |
| Octal | 163 | 166 | 51 | 3 | 0 | 101 | 66 | 76 | 60 | 37 |
| Binary | 1110011 | 1110110 | 101001 | 11 | 0 | 1000001 | 110110 | 111110 | 110000 | 11111 |
Color Harmonies of #737629
Complementary color
Monochromatic Colors of #737629
Black with #737629
Text Example
Text Example
White with #737629
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #737629; }
p { color: rgb(115,118,41); }
H1.HeaderClassName
{
color: #737629;
}
.AnyTagClassName
{
color: #737629;
}
</style>
background-color css
<style>
a { background-color: #737629; }
a { background-color: rgb(115,118,41); }
div.DivClassName
{
background-color: #737629;
}
.BgClassName
{
background-color: #737629;
}
</style>
border-color css
<style>
span { border-color: #737629; }
span { border-color: rgb(115,118,41); }
td.TdClassName
{
border-color: #737629;
}
.TagClassName
{
border-color: #737629;
}
</style>