Shades of Olivetone #736A24
Tints of Olivetone #736A24
RGB
CMYK
RGB Variations
Color information
#736A24 (or 0x736A24) is known color: Olivetone. HEX triplet: 73, 6A and 24. RGB value is (115,106,36). Sum of RGB (Red+Green+Blue) = 115+106+36=257 (34% of max value = 765). Red value is 115 (45.31% from 255 or 44.75% from 257); Green value is 106 (41.80% from 255 or 41.25% from 257); Blue value is 36 (14.45% from 255 or 14.01% from 257); Max value from RGB is 115 - color contains mainly: red. Hex color #736A24 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #736A24 is #8C95DB. Grayscale: #646464. Windows color (decimal): -9213404 or 2386547. OLE color: 2386547.
HSL color Cylindrical-coordinate representation of color #736A24: hue angle of 53.16º degrees, saturation: 0.52, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #736A24 is Cyan = 0, Magento = 0.08, Yellow = 0.69 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 115 | 106 | 36 | - |
| CMYK | 0 | 0.08 | 0.69 | 0.55 |
| HSL | 53.16º | 0.52% | 0.3% | - |
| HSV(B) | 53.16º | 0.69% | 0.45% | - |
| XYZ | 12.54 | 14.08 | 3.73 | - |
| YUV | 100.71 | 91.48 | 138.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 106 | 36 | 0 | 0.08 | 0.69 | 0.55 | 53.16 | 0.52 | 0.3 |
| Hex | 73 | 6A | 24 | 0 | 8 | 45 | 37 | 35 | 34 | 1E |
| Octal | 163 | 152 | 44 | 0 | 10 | 105 | 67 | 65 | 64 | 36 |
| Binary | 1110011 | 1101010 | 100100 | 0 | 1000 | 1000101 | 110111 | 110101 | 110100 | 11110 |
Color Harmonies of #736A24
Complementary color
Monochromatic Colors of #736A24
Black with #736A24
Text Example
Text Example
White with #736A24
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #736A24; }
p { color: rgb(115,106,36); }
H1.HeaderClassName
{
color: #736A24;
}
.AnyTagClassName
{
color: #736A24;
}
</style>
background-color css
<style>
a { background-color: #736A24; }
a { background-color: rgb(115,106,36); }
div.DivClassName
{
background-color: #736A24;
}
.BgClassName
{
background-color: #736A24;
}
</style>
border-color css
<style>
span { border-color: #736A24; }
span { border-color: rgb(115,106,36); }
td.TdClassName
{
border-color: #736A24;
}
.TagClassName
{
border-color: #736A24;
}
</style>