Shades of Olive #736E0A
Tints of Olive #736E0A
RGB
CMYK
RGB Variations
Color information
#736E0A (or 0x736E0A) is known color: Olive. HEX triplet: 73, 6E and 0A. RGB value is (115,110,10). Sum of RGB (Red+Green+Blue) = 115+110+10=235 (31% of max value = 765). Red value is 115 (45.31% from 255 or 48.94% from 235); Green value is 110 (43.36% from 255 or 46.81% from 235); Blue value is 10 (4.30% from 255 or 4.26% from 235); Max value from RGB is 115 - color contains mainly: red. Hex color #736E0A is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #736E0A is #8C91F5. Grayscale: #646464. Windows color (decimal): -9212406 or 683635. OLE color: 683635.
HSL color Cylindrical-coordinate representation of color #736E0A: hue angle of 57.14º degrees, saturation: 0.84, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #736E0A is Cyan = 0, Magento = 0.04, Yellow = 0.91 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 115 | 110 | 10 | - |
| CMYK | 0 | 0.04 | 0.91 | 0.55 |
| HSL | 57.14º | 0.84% | 0.25% | - |
| HSV(B) | 57.14º | 0.91% | 0.45% | - |
| XYZ | 12.7 | 14.82 | 2.48 | - |
| YUV | 100.1 | 77.16 | 138.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 110 | 10 | 0 | 0.04 | 0.91 | 0.55 | 57.14 | 0.84 | 0.25 |
| Hex | 73 | 6E | A | 0 | 4 | 5B | 37 | 39 | 54 | 19 |
| Octal | 163 | 156 | 12 | 0 | 4 | 133 | 67 | 71 | 124 | 31 |
| Binary | 1110011 | 1101110 | 1010 | 0 | 100 | 1011011 | 110111 | 111001 | 1010100 | 11001 |
Color Harmonies of #736E0A
Complementary color
Monochromatic Colors of #736E0A
Black with #736E0A
Text Example
Text Example
White with #736E0A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #736E0A; }
p { color: rgb(115,110,10); }
H1.HeaderClassName
{
color: #736E0A;
}
.AnyTagClassName
{
color: #736E0A;
}
</style>
background-color css
<style>
a { background-color: #736E0A; }
a { background-color: rgb(115,110,10); }
div.DivClassName
{
background-color: #736E0A;
}
.BgClassName
{
background-color: #736E0A;
}
</style>
border-color css
<style>
span { border-color: #736E0A; }
span { border-color: rgb(115,110,10); }
td.TdClassName
{
border-color: #736E0A;
}
.TagClassName
{
border-color: #736E0A;
}
</style>