Shades of Olivetone #736A18
Tints of Olivetone #736A18
RGB
CMYK
RGB Variations
Color information
#736A18 (or 0x736A18) is known color: Olivetone. HEX triplet: 73, 6A and 18. RGB value is (115,106,24). Sum of RGB (Red+Green+Blue) = 115+106+24=245 (32% of max value = 765). Red value is 115 (45.31% from 255 or 46.94% from 245); Green value is 106 (41.80% from 255 or 43.27% from 245); Blue value is 24 (9.77% from 255 or 9.80% from 245); Max value from RGB is 115 - color contains mainly: red. Hex color #736A18 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #736A18 is #8C95E7. Grayscale: #636363. Windows color (decimal): -9213416 or 1600115. OLE color: 1600115.
HSL color Cylindrical-coordinate representation of color #736A18: hue angle of 54.07º degrees, saturation: 0.65, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #736A18 is Cyan = 0, Magento = 0.08, Yellow = 0.79 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 115 | 106 | 24 | - |
| CMYK | 0 | 0.08 | 0.79 | 0.55 |
| HSL | 54.07º | 0.65% | 0.27% | - |
| HSV(B) | 54.07º | 0.79% | 0.45% | - |
| XYZ | 12.39 | 14.02 | 2.92 | - |
| YUV | 99.34 | 85.48 | 139.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 106 | 24 | 0 | 0.08 | 0.79 | 0.55 | 54.07 | 0.65 | 0.27 |
| Hex | 73 | 6A | 18 | 0 | 8 | 4F | 37 | 36 | 41 | 1B |
| Octal | 163 | 152 | 30 | 0 | 10 | 117 | 67 | 66 | 101 | 33 |
| Binary | 1110011 | 1101010 | 11000 | 0 | 1000 | 1001111 | 110111 | 110110 | 1000001 | 11011 |
Color Harmonies of #736A18
Complementary color
Monochromatic Colors of #736A18
Black with #736A18
Text Example
Text Example
White with #736A18
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #736A18; }
p { color: rgb(115,106,24); }
H1.HeaderClassName
{
color: #736A18;
}
.AnyTagClassName
{
color: #736A18;
}
</style>
background-color css
<style>
a { background-color: #736A18; }
a { background-color: rgb(115,106,24); }
div.DivClassName
{
background-color: #736A18;
}
.BgClassName
{
background-color: #736A18;
}
</style>
border-color css
<style>
span { border-color: #736A18; }
span { border-color: rgb(115,106,24); }
td.TdClassName
{
border-color: #736A18;
}
.TagClassName
{
border-color: #736A18;
}
</style>