Shades of Olivetone #737828
Tints of Olivetone #737828
RGB
CMYK
RGB Variations
Color information
#737828 (or 0x737828) is known color: Olivetone. HEX triplet: 73, 78 and 28. RGB value is (115,120,40). Sum of RGB (Red+Green+Blue) = 115+120+40=275 (36% of max value = 765). Red value is 115 (45.31% from 255 or 41.82% from 275); Green value is 120 (47.27% from 255 or 43.64% from 275); Blue value is 40 (16.02% from 255 or 14.55% from 275); Max value from RGB is 120 - color contains mainly: green. Hex color #737828 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #737828 is #8C87D7. Grayscale: #6D6D6D. Windows color (decimal): -9209816 or 2652275. OLE color: 2652275.
HSL color Cylindrical-coordinate representation of color #737828: hue angle of 63.75º degrees, saturation: 0.5, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #737828 is Cyan = 0.04, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 115 | 120 | 40 | - |
| CMYK | 0.04 | 0 | 0.67 | 0.53 |
| HSL | 63.75º | 0.5% | 0.31% | - |
| HSV(B) | 63.75º | 0.67% | 0.47% | - |
| XYZ | 14.17 | 17.23 | 4.59 | - |
| YUV | 109.39 | 88.84 | 132 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 120 | 40 | 0.04 | 0 | 0.67 | 0.53 | 63.75 | 0.5 | 0.31 |
| Hex | 73 | 78 | 28 | 4 | 0 | 43 | 35 | 40 | 32 | 1F |
| Octal | 163 | 170 | 50 | 4 | 0 | 103 | 65 | 100 | 62 | 37 |
| Binary | 1110011 | 1111000 | 101000 | 100 | 0 | 1000011 | 110101 | 1000000 | 110010 | 11111 |
Color Harmonies of #737828
Complementary color
Monochromatic Colors of #737828
Black with #737828
Text Example
Text Example
White with #737828
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #737828; }
p { color: rgb(115,120,40); }
H1.HeaderClassName
{
color: #737828;
}
.AnyTagClassName
{
color: #737828;
}
</style>
background-color css
<style>
a { background-color: #737828; }
a { background-color: rgb(115,120,40); }
div.DivClassName
{
background-color: #737828;
}
.BgClassName
{
background-color: #737828;
}
</style>
border-color css
<style>
span { border-color: #737828; }
span { border-color: rgb(115,120,40); }
td.TdClassName
{
border-color: #737828;
}
.TagClassName
{
border-color: #737828;
}
</style>