Shades of Olive #736300
Tints of Olive #736300
RGB
CMYK
RGB Variations
Color information
#736300 (or 0x736300) is known color: Olive. HEX triplet: 73, 63 and 00. RGB value is (115,99,0). Sum of RGB (Red+Green+Blue) = 115+99+0=214 (28% of max value = 765). Red value is 115 (45.31% from 255 or 53.74% from 214); Green value is 99 (39.06% from 255 or 46.26% from 214); Blue value is 0 (0.39% from 255 or 0% from 214); Max value from RGB is 115 - color contains mainly: red. Hex color #736300 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #736300 is #8C9CFF. Grayscale: #5C5C5C. Windows color (decimal): -9215232 or 25459. OLE color: 25459.
HSL color Cylindrical-coordinate representation of color #736300: hue angle of 51.65º 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 #736300 is Cyan = 0, Magento = 0.14, Yellow = 1 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 115 | 99 | 0 | - |
| CMYK | 0 | 0.14 | 1 | 0.55 |
| HSL | 51.65º | 1% | 0.23% | - |
| HSV(B) | 51.65º | 1% | 0.45% | - |
| XYZ | 11.53 | 12.57 | 1.82 | - |
| YUV | 92.5 | 75.8 | 144.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 99 | 0 | 0 | 0.14 | 1 | 0.55 | 51.65 | 1 | 0.23 |
| Hex | 73 | 63 | 0 | 0 | E | 64 | 37 | 34 | 64 | 17 |
| Octal | 163 | 143 | 0 | 0 | 16 | 144 | 67 | 64 | 144 | 27 |
| Binary | 1110011 | 1100011 | 0 | 0 | 1110 | 1100100 | 110111 | 110100 | 1100100 | 10111 |
Color Harmonies of #736300
Complementary color
Monochromatic Colors of #736300
Black with #736300
Text Example
Text Example
White with #736300
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #736300; }
p { color: rgb(115,99,0); }
H1.HeaderClassName
{
color: #736300;
}
.AnyTagClassName
{
color: #736300;
}
</style>
background-color css
<style>
a { background-color: #736300; }
a { background-color: rgb(115,99,0); }
div.DivClassName
{
background-color: #736300;
}
.BgClassName
{
background-color: #736300;
}
</style>
border-color css
<style>
span { border-color: #736300; }
span { border-color: rgb(115,99,0); }
td.TdClassName
{
border-color: #736300;
}
.TagClassName
{
border-color: #736300;
}
</style>