Shades of Olivetone #737428
Tints of Olivetone #737428
RGB
CMYK
RGB Variations
Color information
#737428 (or 0x737428) is known color: Olivetone. HEX triplet: 73, 74 and 28. RGB value is (115,116,40). Sum of RGB (Red+Green+Blue) = 115+116+40=271 (35% of max value = 765). Red value is 115 (45.31% from 255 or 42.44% from 271); Green value is 116 (45.70% from 255 or 42.80% from 271); Blue value is 40 (16.02% from 255 or 14.76% from 271); Max value from RGB is 116 - color contains mainly: green. Hex color #737428 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #737428 is #8C8BD7. Grayscale: #6B6B6B. Windows color (decimal): -9210840 or 2651251. OLE color: 2651251.
HSL color Cylindrical-coordinate representation of color #737428: hue angle of 60.79º degrees, saturation: 0.49, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #737428 is Cyan = 0.01, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 115 | 116 | 40 | - |
| CMYK | 0.01 | 0 | 0.66 | 0.55 |
| HSL | 60.79º | 0.49% | 0.31% | - |
| HSV(B) | 60.79º | 0.66% | 0.45% | - |
| XYZ | 13.7 | 16.29 | 4.43 | - |
| YUV | 107.04 | 90.17 | 133.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 116 | 40 | 0.01 | 0 | 0.66 | 0.55 | 60.79 | 0.49 | 0.31 |
| Hex | 73 | 74 | 28 | 1 | 0 | 42 | 37 | 3D | 31 | 1F |
| Octal | 163 | 164 | 50 | 1 | 0 | 102 | 67 | 75 | 61 | 37 |
| Binary | 1110011 | 1110100 | 101000 | 1 | 0 | 1000010 | 110111 | 111101 | 110001 | 11111 |
Color Harmonies of #737428
Complementary color
Monochromatic Colors of #737428
Black with #737428
Text Example
Text Example
White with #737428
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #737428; }
p { color: rgb(115,116,40); }
H1.HeaderClassName
{
color: #737428;
}
.AnyTagClassName
{
color: #737428;
}
</style>
background-color css
<style>
a { background-color: #737428; }
a { background-color: rgb(115,116,40); }
div.DivClassName
{
background-color: #737428;
}
.BgClassName
{
background-color: #737428;
}
</style>
border-color css
<style>
span { border-color: #737428; }
span { border-color: rgb(115,116,40); }
td.TdClassName
{
border-color: #737428;
}
.TagClassName
{
border-color: #737428;
}
</style>