Shades of Olivetone #736F1E
Tints of Olivetone #736F1E
RGB
CMYK
RGB Variations
Color information
#736F1E (or 0x736F1E) is known color: Olivetone. HEX triplet: 73, 6F and 1E. RGB value is (115,111,30). Sum of RGB (Red+Green+Blue) = 115+111+30=256 (33% of max value = 765). Red value is 115 (45.31% from 255 or 44.92% from 256); Green value is 111 (43.75% from 255 or 43.36% from 256); Blue value is 30 (12.11% from 255 or 11.72% from 256); Max value from RGB is 115 - color contains mainly: red. Hex color #736F1E is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #736F1E is #8C90E1. Grayscale: #676767. Windows color (decimal): -9212130 or 1994611. OLE color: 1994611.
HSL color Cylindrical-coordinate representation of color #736F1E: hue angle of 57.18º degrees, saturation: 0.59, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #736F1E is Cyan = 0, Magento = 0.03, Yellow = 0.74 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 115 | 111 | 30 | - |
| CMYK | 0 | 0.03 | 0.74 | 0.55 |
| HSL | 57.18º | 0.59% | 0.28% | - |
| HSV(B) | 57.18º | 0.74% | 0.45% | - |
| XYZ | 12.99 | 15.11 | 3.46 | - |
| YUV | 102.96 | 86.83 | 136.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 111 | 30 | 0 | 0.03 | 0.74 | 0.55 | 57.18 | 0.59 | 0.28 |
| Hex | 73 | 6F | 1E | 0 | 3 | 4A | 37 | 39 | 3B | 1C |
| Octal | 163 | 157 | 36 | 0 | 3 | 112 | 67 | 71 | 73 | 34 |
| Binary | 1110011 | 1101111 | 11110 | 0 | 11 | 1001010 | 110111 | 111001 | 111011 | 11100 |
Color Harmonies of #736F1E
Complementary color
Monochromatic Colors of #736F1E
Black with #736F1E
Text Example
Text Example
White with #736F1E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #736F1E; }
p { color: rgb(115,111,30); }
H1.HeaderClassName
{
color: #736F1E;
}
.AnyTagClassName
{
color: #736F1E;
}
</style>
background-color css
<style>
a { background-color: #736F1E; }
a { background-color: rgb(115,111,30); }
div.DivClassName
{
background-color: #736F1E;
}
.BgClassName
{
background-color: #736F1E;
}
</style>
border-color css
<style>
span { border-color: #736F1E; }
span { border-color: rgb(115,111,30); }
td.TdClassName
{
border-color: #736F1E;
}
.TagClassName
{
border-color: #736F1E;
}
</style>