Shades of Olive #736F00
Tints of Olive #736F00
RGB
CMYK
RGB Variations
Color information
#736F00 (or 0x736F00) is known color: Olive. HEX triplet: 73, 6F and 00. RGB value is (115,111,0). Sum of RGB (Red+Green+Blue) = 115+111+0=226 (29% of max value = 765). Red value is 115 (45.31% from 255 or 50.88% from 226); Green value is 111 (43.75% from 255 or 49.12% from 226); Blue value is 0 (0.39% from 255 or 0% from 226); Max value from RGB is 115 - color contains mainly: red. Hex color #736F00 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #736F00 is #8C90FF. Grayscale: #636363. Windows color (decimal): -9212160 or 28531. OLE color: 28531.
HSL color Cylindrical-coordinate representation of color #736F00: hue angle of 57.91º 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 #736F00 is Cyan = 0, Magento = 0.03, Yellow = 1 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 115 | 111 | 0 | - |
| CMYK | 0 | 0.03 | 1 | 0.55 |
| HSL | 57.91º | 1% | 0.23% | - |
| HSV(B) | 57.91º | 1% | 0.45% | - |
| XYZ | 12.75 | 15.01 | 2.23 | - |
| YUV | 99.54 | 71.83 | 139.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 111 | 0 | 0 | 0.03 | 1 | 0.55 | 57.91 | 1 | 0.23 |
| Hex | 73 | 6F | 0 | 0 | 3 | 64 | 37 | 3A | 64 | 17 |
| Octal | 163 | 157 | 0 | 0 | 3 | 144 | 67 | 72 | 144 | 27 |
| Binary | 1110011 | 1101111 | 0 | 0 | 11 | 1100100 | 110111 | 111010 | 1100100 | 10111 |
Color Harmonies of #736F00
Complementary color
Monochromatic Colors of #736F00
Black with #736F00
Text Example
Text Example
White with #736F00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #736F00; }
p { color: rgb(115,111,0); }
H1.HeaderClassName
{
color: #736F00;
}
.AnyTagClassName
{
color: #736F00;
}
</style>
background-color css
<style>
a { background-color: #736F00; }
a { background-color: rgb(115,111,0); }
div.DivClassName
{
background-color: #736F00;
}
.BgClassName
{
background-color: #736F00;
}
</style>
border-color css
<style>
span { border-color: #736F00; }
span { border-color: rgb(115,111,0); }
td.TdClassName
{
border-color: #736F00;
}
.TagClassName
{
border-color: #736F00;
}
</style>