Shades of Olive #739603
Tints of Olive #739603
RGB
CMYK
RGB Variations
Color information
#739603 (or 0x739603) is known color: Olive. HEX triplet: 73, 96 and 03. RGB value is (115,150,3). Sum of RGB (Red+Green+Blue) = 115+150+3=268 (35% of max value = 765). Red value is 115 (45.31% from 255 or 42.91% from 268); Green value is 150 (58.98% from 255 or 55.97% from 268); Blue value is 3 (1.56% from 255 or 1.12% from 268); Max value from RGB is 150 - color contains mainly: green. Hex color #739603 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #739603 is #8C69FC. Grayscale: #7B7B7B. Windows color (decimal): -9202173 or 235123. OLE color: 235123.
HSL color Cylindrical-coordinate representation of color #739603: hue angle of 74.29º degrees, saturation: 0.96, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #739603 is Cyan = 0.23, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 115 | 150 | 3 | - |
| CMYK | 0.23 | 0 | 0.98 | 0.41 |
| HSL | 74.29º | 0.96% | 0.3% | - |
| HSV(B) | 74.29º | 0.98% | 0.59% | - |
| XYZ | 17.99 | 25.46 | 4.05 | - |
| YUV | 122.78 | 60.4 | 122.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 150 | 3 | 0.23 | 0 | 0.98 | 0.41 | 74.29 | 0.96 | 0.3 |
| Hex | 73 | 96 | 3 | 17 | 0 | 62 | 29 | 4A | 60 | 1E |
| Octal | 163 | 226 | 3 | 27 | 0 | 142 | 51 | 112 | 140 | 36 |
| Binary | 1110011 | 10010110 | 11 | 10111 | 0 | 1100010 | 101001 | 1001010 | 1100000 | 11110 |
Color Harmonies of #739603
Complementary color
Monochromatic Colors of #739603
Black with #739603
Text Example
Text Example
White with #739603
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #739603; }
p { color: rgb(115,150,3); }
H1.HeaderClassName
{
color: #739603;
}
.AnyTagClassName
{
color: #739603;
}
</style>
background-color css
<style>
a { background-color: #739603; }
a { background-color: rgb(115,150,3); }
div.DivClassName
{
background-color: #739603;
}
.BgClassName
{
background-color: #739603;
}
</style>
border-color css
<style>
span { border-color: #739603; }
span { border-color: rgb(115,150,3); }
td.TdClassName
{
border-color: #739603;
}
.TagClassName
{
border-color: #739603;
}
</style>