Shades of Olivetone #736A10
Tints of Olivetone #736A10
RGB
CMYK
RGB Variations
Color information
#736A10 (or 0x736A10) is known color: Olivetone. HEX triplet: 73, 6A and 10. RGB value is (115,106,16). Sum of RGB (Red+Green+Blue) = 115+106+16=237 (31% of max value = 765). Red value is 115 (45.31% from 255 or 48.52% from 237); Green value is 106 (41.80% from 255 or 44.73% from 237); Blue value is 16 (6.64% from 255 or 6.75% from 237); Max value from RGB is 115 - color contains mainly: red. Hex color #736A10 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #736A10 is #8C95EF. Grayscale: #626262. Windows color (decimal): -9213424 or 1075827. OLE color: 1075827.
HSL color Cylindrical-coordinate representation of color #736A10: hue angle of 54.55º degrees, saturation: 0.76, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #736A10 is Cyan = 0, Magento = 0.08, Yellow = 0.86 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 115 | 106 | 16 | - |
| CMYK | 0 | 0.08 | 0.86 | 0.55 |
| HSL | 54.55º | 0.76% | 0.26% | - |
| HSV(B) | 54.55º | 0.86% | 0.45% | - |
| XYZ | 12.32 | 13.99 | 2.54 | - |
| YUV | 98.43 | 81.48 | 139.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 106 | 16 | 0 | 0.08 | 0.86 | 0.55 | 54.55 | 0.76 | 0.26 |
| Hex | 73 | 6A | 10 | 0 | 8 | 56 | 37 | 37 | 4C | 1A |
| Octal | 163 | 152 | 20 | 0 | 10 | 126 | 67 | 67 | 114 | 32 |
| Binary | 1110011 | 1101010 | 10000 | 0 | 1000 | 1010110 | 110111 | 110111 | 1001100 | 11010 |
Color Harmonies of #736A10
Complementary color
Monochromatic Colors of #736A10
Black with #736A10
Text Example
Text Example
White with #736A10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #736A10; }
p { color: rgb(115,106,16); }
H1.HeaderClassName
{
color: #736A10;
}
.AnyTagClassName
{
color: #736A10;
}
</style>
background-color css
<style>
a { background-color: #736A10; }
a { background-color: rgb(115,106,16); }
div.DivClassName
{
background-color: #736A10;
}
.BgClassName
{
background-color: #736A10;
}
</style>
border-color css
<style>
span { border-color: #736A10; }
span { border-color: rgb(115,106,16); }
td.TdClassName
{
border-color: #736A10;
}
.TagClassName
{
border-color: #736A10;
}
</style>