Shades of Olive #736B0B
Tints of Olive #736B0B
RGB
CMYK
RGB Variations
Color information
#736B0B (or 0x736B0B) is known color: Olive. HEX triplet: 73, 6B and 0B. RGB value is (115,107,11). Sum of RGB (Red+Green+Blue) = 115+107+11=233 (30% of max value = 765). Red value is 115 (45.31% from 255 or 49.36% from 233); Green value is 107 (42.19% from 255 or 45.92% from 233); Blue value is 11 (4.69% from 255 or 4.72% from 233); Max value from RGB is 115 - color contains mainly: red. Hex color #736B0B is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #736B0B is #8C94F4. Grayscale: #626262. Windows color (decimal): -9213173 or 748403. OLE color: 748403.
HSL color Cylindrical-coordinate representation of color #736B0B: hue angle of 55.38º 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 #736B0B is Cyan = 0, Magento = 0.07, Yellow = 0.90 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 115 | 107 | 11 | - |
| CMYK | 0 | 0.07 | 0.90 | 0.55 |
| HSL | 55.38º | 0.83% | 0.25% | - |
| HSV(B) | 55.38º | 0.9% | 0.45% | - |
| XYZ | 12.39 | 14.18 | 2.4 | - |
| YUV | 98.45 | 78.65 | 139.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 107 | 11 | 0 | 0.07 | 0.90 | 0.55 | 55.38 | 0.83 | 0.25 |
| Hex | 73 | 6B | B | 0 | 7 | 5A | 37 | 37 | 53 | 19 |
| Octal | 163 | 153 | 13 | 0 | 7 | 132 | 67 | 67 | 123 | 31 |
| Binary | 1110011 | 1101011 | 1011 | 0 | 111 | 1011010 | 110111 | 110111 | 1010011 | 11001 |
Color Harmonies of #736B0B
Complementary color
Monochromatic Colors of #736B0B
Black with #736B0B
Text Example
Text Example
White with #736B0B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #736B0B; }
p { color: rgb(115,107,11); }
H1.HeaderClassName
{
color: #736B0B;
}
.AnyTagClassName
{
color: #736B0B;
}
</style>
background-color css
<style>
a { background-color: #736B0B; }
a { background-color: rgb(115,107,11); }
div.DivClassName
{
background-color: #736B0B;
}
.BgClassName
{
background-color: #736B0B;
}
</style>
border-color css
<style>
span { border-color: #736B0B; }
span { border-color: rgb(115,107,11); }
td.TdClassName
{
border-color: #736B0B;
}
.TagClassName
{
border-color: #736B0B;
}
</style>