Shades of Olive #736600
Tints of Olive #736600
RGB
CMYK
RGB Variations
Color information
#736600 (or 0x736600) is known color: Olive. HEX triplet: 73, 66 and 00. RGB value is (115,102,0). Sum of RGB (Red+Green+Blue) = 115+102+0=217 (28% of max value = 765). Red value is 115 (45.31% from 255 or 53.00% from 217); Green value is 102 (40.23% from 255 or 47.00% from 217); Blue value is 0 (0.39% from 255 or 0% from 217); Max value from RGB is 115 - color contains mainly: red. Hex color #736600 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #736600 is #8C99FF. Grayscale: #5E5E5E. Windows color (decimal): -9214464 or 26227. OLE color: 26227.
HSL color Cylindrical-coordinate representation of color #736600: hue angle of 53.22º degrees, saturation: 1, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 1%. Process color model (Four color, CMYK) of #736600 is Cyan = 0, Magento = 0.11, Yellow = 1 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 115 | 102 | 0 | - |
| CMYK | 0 | 0.11 | 1 | 0.55 |
| HSL | 53.22º | 1% | 0.23% | - |
| HSV(B) | 53.22º | 1% | 0.45% | - |
| XYZ | 11.82 | 13.15 | 1.91 | - |
| YUV | 94.26 | 74.81 | 142.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 102 | 0 | 0 | 0.11 | 1 | 0.55 | 53.22 | 1 | 0.23 |
| Hex | 73 | 66 | 0 | 0 | B | 64 | 37 | 35 | 64 | 17 |
| Octal | 163 | 146 | 0 | 0 | 13 | 144 | 67 | 65 | 144 | 27 |
| Binary | 1110011 | 1100110 | 0 | 0 | 1011 | 1100100 | 110111 | 110101 | 1100100 | 10111 |
Color Harmonies of #736600
Complementary color
Monochromatic Colors of #736600
Black with #736600
Text Example
Text Example
White with #736600
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #736600; }
p { color: rgb(115,102,0); }
H1.HeaderClassName
{
color: #736600;
}
.AnyTagClassName
{
color: #736600;
}
</style>
background-color css
<style>
a { background-color: #736600; }
a { background-color: rgb(115,102,0); }
div.DivClassName
{
background-color: #736600;
}
.BgClassName
{
background-color: #736600;
}
</style>
border-color css
<style>
span { border-color: #736600; }
span { border-color: rgb(115,102,0); }
td.TdClassName
{
border-color: #736600;
}
.TagClassName
{
border-color: #736600;
}
</style>