Shades of Olivetone #736A20
Tints of Olivetone #736A20
RGB
CMYK
RGB Variations
Color information
#736A20 (or 0x736A20) is known color: Olivetone. HEX triplet: 73, 6A and 20. RGB value is (115,106,32). Sum of RGB (Red+Green+Blue) = 115+106+32=253 (33% of max value = 765). Red value is 115 (45.31% from 255 or 45.45% from 253); Green value is 106 (41.80% from 255 or 41.90% from 253); Blue value is 32 (12.89% from 255 or 12.65% from 253); Max value from RGB is 115 - color contains mainly: red. Hex color #736A20 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #736A20 is #8C95DF. Grayscale: #646464. Windows color (decimal): -9213408 or 2124403. OLE color: 2124403.
HSL color Cylindrical-coordinate representation of color #736A20: hue angle of 53.49º degrees, saturation: 0.56, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #736A20 is Cyan = 0, Magento = 0.08, Yellow = 0.72 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 115 | 106 | 32 | - |
| CMYK | 0 | 0.08 | 0.72 | 0.55 |
| HSL | 53.49º | 0.56% | 0.29% | - |
| HSV(B) | 53.49º | 0.72% | 0.45% | - |
| XYZ | 12.48 | 14.06 | 3.42 | - |
| YUV | 100.26 | 89.48 | 138.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 106 | 32 | 0 | 0.08 | 0.72 | 0.55 | 53.49 | 0.56 | 0.29 |
| Hex | 73 | 6A | 20 | 0 | 8 | 48 | 37 | 35 | 38 | 1D |
| Octal | 163 | 152 | 40 | 0 | 10 | 110 | 67 | 65 | 70 | 35 |
| Binary | 1110011 | 1101010 | 100000 | 0 | 1000 | 1001000 | 110111 | 110101 | 111000 | 11101 |
Color Harmonies of #736A20
Complementary color
Monochromatic Colors of #736A20
Black with #736A20
Text Example
Text Example
White with #736A20
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #736A20; }
p { color: rgb(115,106,32); }
H1.HeaderClassName
{
color: #736A20;
}
.AnyTagClassName
{
color: #736A20;
}
</style>
background-color css
<style>
a { background-color: #736A20; }
a { background-color: rgb(115,106,32); }
div.DivClassName
{
background-color: #736A20;
}
.BgClassName
{
background-color: #736A20;
}
</style>
border-color css
<style>
span { border-color: #736A20; }
span { border-color: rgb(115,106,32); }
td.TdClassName
{
border-color: #736A20;
}
.TagClassName
{
border-color: #736A20;
}
</style>