Shades of Olive #736303
Tints of Olive #736303
RGB
CMYK
RGB Variations
Color information
#736303 (or 0x736303) is known color: Olive. HEX triplet: 73, 63 and 03. RGB value is (115,99,3). Sum of RGB (Red+Green+Blue) = 115+99+3=217 (28% of max value = 765). Red value is 115 (45.31% from 255 or 53.00% from 217); Green value is 99 (39.06% from 255 or 45.62% from 217); Blue value is 3 (1.56% from 255 or 1.38% from 217); Max value from RGB is 115 - color contains mainly: red. Hex color #736303 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #736303 is #8C9CFC. Grayscale: #5D5D5D. Windows color (decimal): -9215229 or 222067. OLE color: 222067.
HSL color Cylindrical-coordinate representation of color #736303: hue angle of 51.43º degrees, saturation: 0.95, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #736303 is Cyan = 0, Magento = 0.14, Yellow = 0.97 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 115 | 99 | 3 | - |
| CMYK | 0 | 0.14 | 0.97 | 0.55 |
| HSL | 51.43º | 0.95% | 0.23% | - |
| HSV(B) | 51.43º | 0.97% | 0.45% | - |
| XYZ | 11.55 | 12.58 | 1.9 | - |
| YUV | 92.84 | 77.3 | 143.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 99 | 3 | 0 | 0.14 | 0.97 | 0.55 | 51.43 | 0.95 | 0.23 |
| Hex | 73 | 63 | 3 | 0 | E | 61 | 37 | 33 | 5F | 17 |
| Octal | 163 | 143 | 3 | 0 | 16 | 141 | 67 | 63 | 137 | 27 |
| Binary | 1110011 | 1100011 | 11 | 0 | 1110 | 1100001 | 110111 | 110011 | 1011111 | 10111 |
Color Harmonies of #736303
Complementary color
Monochromatic Colors of #736303
Black with #736303
Text Example
Text Example
White with #736303
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #736303; }
p { color: rgb(115,99,3); }
H1.HeaderClassName
{
color: #736303;
}
.AnyTagClassName
{
color: #736303;
}
</style>
background-color css
<style>
a { background-color: #736303; }
a { background-color: rgb(115,99,3); }
div.DivClassName
{
background-color: #736303;
}
.BgClassName
{
background-color: #736303;
}
</style>
border-color css
<style>
span { border-color: #736303; }
span { border-color: rgb(115,99,3); }
td.TdClassName
{
border-color: #736303;
}
.TagClassName
{
border-color: #736303;
}
</style>