Shades of Olive #739403
Tints of Olive #739403
RGB
CMYK
RGB Variations
Color information
#739403 (or 0x739403) is known color: Olive. HEX triplet: 73, 94 and 03. RGB value is (115,148,3). Sum of RGB (Red+Green+Blue) = 115+148+3=266 (35% of max value = 765). Red value is 115 (45.31% from 255 or 43.23% from 266); Green value is 148 (58.20% from 255 or 55.64% from 266); Blue value is 3 (1.56% from 255 or 1.13% from 266); Max value from RGB is 148 - color contains mainly: green. Hex color #739403 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #739403 is #8C6BFC. Grayscale: #7A7A7A. Windows color (decimal): -9202685 or 234611. OLE color: 234611.
HSL color Cylindrical-coordinate representation of color #739403: hue angle of 73.66º degrees, saturation: 0.96, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #739403 is Cyan = 0.22, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 115 | 148 | 3 | - |
| CMYK | 0.22 | 0 | 0.98 | 0.42 |
| HSL | 73.66º | 0.96% | 0.3% | - |
| HSV(B) | 73.66º | 0.98% | 0.58% | - |
| XYZ | 17.68 | 24.83 | 3.95 | - |
| YUV | 121.6 | 61.07 | 123.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 148 | 3 | 0.22 | 0 | 0.98 | 0.42 | 73.66 | 0.96 | 0.3 |
| Hex | 73 | 94 | 3 | 16 | 0 | 62 | 2A | 4A | 60 | 1E |
| Octal | 163 | 224 | 3 | 26 | 0 | 142 | 52 | 112 | 140 | 36 |
| Binary | 1110011 | 10010100 | 11 | 10110 | 0 | 1100010 | 101010 | 1001010 | 1100000 | 11110 |
Color Harmonies of #739403
Complementary color
Monochromatic Colors of #739403
Black with #739403
Text Example
Text Example
White with #739403
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #739403; }
p { color: rgb(115,148,3); }
H1.HeaderClassName
{
color: #739403;
}
.AnyTagClassName
{
color: #739403;
}
</style>
background-color css
<style>
a { background-color: #739403; }
a { background-color: rgb(115,148,3); }
div.DivClassName
{
background-color: #739403;
}
.BgClassName
{
background-color: #739403;
}
</style>
border-color css
<style>
span { border-color: #739403; }
span { border-color: rgb(115,148,3); }
td.TdClassName
{
border-color: #739403;
}
.TagClassName
{
border-color: #739403;
}
</style>