Shades of Olive #736A0B
Tints of Olive #736A0B
RGB
CMYK
RGB Variations
Color information
#736A0B (or 0x736A0B) is known color: Olive. HEX triplet: 73, 6A and 0B. RGB value is (115,106,11). Sum of RGB (Red+Green+Blue) = 115+106+11=232 (30% of max value = 765). Red value is 115 (45.31% from 255 or 49.57% from 232); Green value is 106 (41.80% from 255 or 45.69% from 232); Blue value is 11 (4.69% from 255 or 4.74% from 232); Max value from RGB is 115 - color contains mainly: red. Hex color #736A0B is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #736A0B is #8C95F4. Grayscale: #626262. Windows color (decimal): -9213429 or 748147. OLE color: 748147.
HSL color Cylindrical-coordinate representation of color #736A0B: hue angle of 54.81º degrees, saturation: 0.83, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #736A0B is Cyan = 0, Magento = 0.08, Yellow = 0.90 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 115 | 106 | 11 | - |
| CMYK | 0 | 0.08 | 0.90 | 0.55 |
| HSL | 54.81º | 0.83% | 0.25% | - |
| HSV(B) | 54.81º | 0.9% | 0.45% | - |
| XYZ | 12.28 | 13.98 | 2.37 | - |
| YUV | 97.86 | 78.98 | 140.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 106 | 11 | 0 | 0.08 | 0.90 | 0.55 | 54.81 | 0.83 | 0.25 |
| Hex | 73 | 6A | B | 0 | 8 | 5A | 37 | 37 | 53 | 19 |
| Octal | 163 | 152 | 13 | 0 | 10 | 132 | 67 | 67 | 123 | 31 |
| Binary | 1110011 | 1101010 | 1011 | 0 | 1000 | 1011010 | 110111 | 110111 | 1010011 | 11001 |
Color Harmonies of #736A0B
Complementary color
Monochromatic Colors of #736A0B
Black with #736A0B
Text Example
Text Example
White with #736A0B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #736A0B; }
p { color: rgb(115,106,11); }
H1.HeaderClassName
{
color: #736A0B;
}
.AnyTagClassName
{
color: #736A0B;
}
</style>
background-color css
<style>
a { background-color: #736A0B; }
a { background-color: rgb(115,106,11); }
div.DivClassName
{
background-color: #736A0B;
}
.BgClassName
{
background-color: #736A0B;
}
</style>
border-color css
<style>
span { border-color: #736A0B; }
span { border-color: rgb(115,106,11); }
td.TdClassName
{
border-color: #736A0B;
}
.TagClassName
{
border-color: #736A0B;
}
</style>