Shades of Olive #736B05
Tints of Olive #736B05
RGB
CMYK
RGB Variations
Color information
#736B05 (or 0x736B05) is known color: Olive. HEX triplet: 73, 6B and 05. RGB value is (115,107,5). Sum of RGB (Red+Green+Blue) = 115+107+5=227 (30% of max value = 765). Red value is 115 (45.31% from 255 or 50.66% from 227); Green value is 107 (42.19% from 255 or 47.14% from 227); Blue value is 5 (2.34% from 255 or 2.20% from 227); Max value from RGB is 115 - color contains mainly: red. Hex color #736B05 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #736B05 is #8C94FA. Grayscale: #626262. Windows color (decimal): -9213179 or 355187. OLE color: 355187.
HSL color Cylindrical-coordinate representation of color #736B05: hue angle of 55.64º degrees, saturation: 0.92, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #736B05 is Cyan = 0, Magento = 0.07, Yellow = 0.96 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 115 | 107 | 5 | - |
| CMYK | 0 | 0.07 | 0.96 | 0.55 |
| HSL | 55.64º | 0.92% | 0.24% | - |
| HSV(B) | 55.64º | 0.96% | 0.45% | - |
| XYZ | 12.36 | 14.17 | 2.23 | - |
| YUV | 97.76 | 75.65 | 140.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 107 | 5 | 0 | 0.07 | 0.96 | 0.55 | 55.64 | 0.92 | 0.24 |
| Hex | 73 | 6B | 5 | 0 | 7 | 60 | 37 | 38 | 5C | 18 |
| Octal | 163 | 153 | 5 | 0 | 7 | 140 | 67 | 70 | 134 | 30 |
| Binary | 1110011 | 1101011 | 101 | 0 | 111 | 1100000 | 110111 | 111000 | 1011100 | 11000 |
Color Harmonies of #736B05
Complementary color
Monochromatic Colors of #736B05
Black with #736B05
Text Example
Text Example
White with #736B05
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #736B05; }
p { color: rgb(115,107,5); }
H1.HeaderClassName
{
color: #736B05;
}
.AnyTagClassName
{
color: #736B05;
}
</style>
background-color css
<style>
a { background-color: #736B05; }
a { background-color: rgb(115,107,5); }
div.DivClassName
{
background-color: #736B05;
}
.BgClassName
{
background-color: #736B05;
}
</style>
border-color css
<style>
span { border-color: #736B05; }
span { border-color: rgb(115,107,5); }
td.TdClassName
{
border-color: #736B05;
}
.TagClassName
{
border-color: #736B05;
}
</style>