Shades of Olivetone #737728
Tints of Olivetone #737728
RGB
CMYK
RGB Variations
Color information
#737728 (or 0x737728) is known color: Olivetone. HEX triplet: 73, 77 and 28. RGB value is (115,119,40). Sum of RGB (Red+Green+Blue) = 115+119+40=274 (36% of max value = 765). Red value is 115 (45.31% from 255 or 41.97% from 274); Green value is 119 (46.88% from 255 or 43.43% from 274); Blue value is 40 (16.02% from 255 or 14.60% from 274); Max value from RGB is 119 - color contains mainly: green. Hex color #737728 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #737728 is #8C88D7. Grayscale: #6D6D6D. Windows color (decimal): -9210072 or 2652019. OLE color: 2652019.
HSL color Cylindrical-coordinate representation of color #737728: hue angle of 63.04º degrees, saturation: 0.5, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #737728 is Cyan = 0.03, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 115 | 119 | 40 | - |
| CMYK | 0.03 | 0 | 0.66 | 0.53 |
| HSL | 63.04º | 0.5% | 0.31% | - |
| HSV(B) | 63.04º | 0.66% | 0.47% | - |
| XYZ | 14.05 | 16.99 | 4.55 | - |
| YUV | 108.8 | 89.17 | 132.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 119 | 40 | 0.03 | 0 | 0.66 | 0.53 | 63.04 | 0.5 | 0.31 |
| Hex | 73 | 77 | 28 | 3 | 0 | 42 | 35 | 3F | 32 | 1F |
| Octal | 163 | 167 | 50 | 3 | 0 | 102 | 65 | 77 | 62 | 37 |
| Binary | 1110011 | 1110111 | 101000 | 11 | 0 | 1000010 | 110101 | 111111 | 110010 | 11111 |
Color Harmonies of #737728
Complementary color
Monochromatic Colors of #737728
Black with #737728
Text Example
Text Example
White with #737728
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #737728; }
p { color: rgb(115,119,40); }
H1.HeaderClassName
{
color: #737728;
}
.AnyTagClassName
{
color: #737728;
}
</style>
background-color css
<style>
a { background-color: #737728; }
a { background-color: rgb(115,119,40); }
div.DivClassName
{
background-color: #737728;
}
.BgClassName
{
background-color: #737728;
}
</style>
border-color css
<style>
span { border-color: #737728; }
span { border-color: rgb(115,119,40); }
td.TdClassName
{
border-color: #737728;
}
.TagClassName
{
border-color: #737728;
}
</style>