Shades of Olive #736C0A
Tints of Olive #736C0A
RGB
CMYK
RGB Variations
Color information
#736C0A (or 0x736C0A) is known color: Olive. HEX triplet: 73, 6C and 0A. RGB value is (115,108,10). Sum of RGB (Red+Green+Blue) = 115+108+10=233 (30% of max value = 765). Red value is 115 (45.31% from 255 or 49.36% from 233); Green value is 108 (42.58% from 255 or 46.35% from 233); Blue value is 10 (4.30% from 255 or 4.29% from 233); Max value from RGB is 115 - color contains mainly: red. Hex color #736C0A is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #736C0A is #8C93F5. Grayscale: #636363. Windows color (decimal): -9212918 or 683123. OLE color: 683123.
HSL color Cylindrical-coordinate representation of color #736C0A: hue angle of 56º 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 #736C0A is Cyan = 0, Magento = 0.06, Yellow = 0.91 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 115 | 108 | 10 | - |
| CMYK | 0 | 0.06 | 0.91 | 0.55 |
| HSL | 56º | 0.84% | 0.25% | - |
| HSV(B) | 56º | 0.91% | 0.45% | - |
| XYZ | 12.49 | 14.39 | 2.41 | - |
| YUV | 98.92 | 77.82 | 139.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 108 | 10 | 0 | 0.06 | 0.91 | 0.55 | 56 | 0.84 | 0.25 |
| Hex | 73 | 6C | A | 0 | 6 | 5B | 37 | 38 | 54 | 19 |
| Octal | 163 | 154 | 12 | 0 | 6 | 133 | 67 | 70 | 124 | 31 |
| Binary | 1110011 | 1101100 | 1010 | 0 | 110 | 1011011 | 110111 | 111000 | 1010100 | 11001 |
Color Harmonies of #736C0A
Complementary color
Monochromatic Colors of #736C0A
Black with #736C0A
Text Example
Text Example
White with #736C0A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #736C0A; }
p { color: rgb(115,108,10); }
H1.HeaderClassName
{
color: #736C0A;
}
.AnyTagClassName
{
color: #736C0A;
}
</style>
background-color css
<style>
a { background-color: #736C0A; }
a { background-color: rgb(115,108,10); }
div.DivClassName
{
background-color: #736C0A;
}
.BgClassName
{
background-color: #736C0A;
}
</style>
border-color css
<style>
span { border-color: #736C0A; }
span { border-color: rgb(115,108,10); }
td.TdClassName
{
border-color: #736C0A;
}
.TagClassName
{
border-color: #736C0A;
}
</style>