Shades of Olivetone #736F2A
Tints of Olivetone #736F2A
RGB
CMYK
RGB Variations
Color information
#736F2A (or 0x736F2A) is known color: Olivetone. HEX triplet: 73, 6F and 2A. RGB value is (115,111,42). Sum of RGB (Red+Green+Blue) = 115+111+42=268 (35% of max value = 765). Red value is 115 (45.31% from 255 or 42.91% from 268); Green value is 111 (43.75% from 255 or 41.42% from 268); Blue value is 42 (16.80% from 255 or 15.67% from 268); Max value from RGB is 115 - color contains mainly: red. Hex color #736F2A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #736F2A is #8C90D5. Grayscale: #686868. Windows color (decimal): -9212118 or 2781043. OLE color: 2781043.
HSL color Cylindrical-coordinate representation of color #736F2A: hue angle of 56.71º degrees, saturation: 0.46, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #736F2A is Cyan = 0, Magento = 0.03, Yellow = 0.63 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 115 | 111 | 42 | - |
| CMYK | 0 | 0.03 | 0.63 | 0.55 |
| HSL | 56.71º | 0.46% | 0.31% | - |
| HSV(B) | 56.71º | 0.63% | 0.45% | - |
| XYZ | 13.17 | 15.18 | 4.43 | - |
| YUV | 104.33 | 92.83 | 135.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 111 | 42 | 0 | 0.03 | 0.63 | 0.55 | 56.71 | 0.46 | 0.31 |
| Hex | 73 | 6F | 2A | 0 | 3 | 3F | 37 | 39 | 2E | 1F |
| Octal | 163 | 157 | 52 | 0 | 3 | 77 | 67 | 71 | 56 | 37 |
| Binary | 1110011 | 1101111 | 101010 | 0 | 11 | 111111 | 110111 | 111001 | 101110 | 11111 |
Color Harmonies of #736F2A
Complementary color
Monochromatic Colors of #736F2A
Black with #736F2A
Text Example
Text Example
White with #736F2A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #736F2A; }
p { color: rgb(115,111,42); }
H1.HeaderClassName
{
color: #736F2A;
}
.AnyTagClassName
{
color: #736F2A;
}
</style>
background-color css
<style>
a { background-color: #736F2A; }
a { background-color: rgb(115,111,42); }
div.DivClassName
{
background-color: #736F2A;
}
.BgClassName
{
background-color: #736F2A;
}
</style>
border-color css
<style>
span { border-color: #736F2A; }
span { border-color: rgb(115,111,42); }
td.TdClassName
{
border-color: #736F2A;
}
.TagClassName
{
border-color: #736F2A;
}
</style>