Shades of Olive #739500
Tints of Olive #739500
RGB
CMYK
RGB Variations
Color information
#739500 (or 0x739500) is known color: Olive. HEX triplet: 73, 95 and 00. RGB value is (115,149,0). Sum of RGB (Red+Green+Blue) = 115+149+0=264 (34% of max value = 765). Red value is 115 (45.31% from 255 or 43.56% from 264); Green value is 149 (58.59% from 255 or 56.44% from 264); Blue value is 0 (0.39% from 255 or 0% from 264); Max value from RGB is 149 - color contains mainly: green. Hex color #739500 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #739500 is #8C6AFF. Grayscale: #7A7A7A. Windows color (decimal): -9202432 or 38259. OLE color: 38259.
HSL color Cylindrical-coordinate representation of color #739500: hue angle of 73.69º degrees, saturation: 1, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 1%. Process color model (Four color, CMYK) of #739500 is Cyan = 0.23, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 115 | 149 | 0 | - |
| CMYK | 0.23 | 0 | 1 | 0.42 |
| HSL | 73.69º | 1% | 0.29% | - |
| HSV(B) | 73.69º | 1% | 0.58% | - |
| XYZ | 17.82 | 25.14 | 3.91 | - |
| YUV | 121.85 | 59.24 | 123.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 149 | 0 | 0.23 | 0 | 1 | 0.42 | 73.69 | 1 | 0.29 |
| Hex | 73 | 95 | 0 | 17 | 0 | 64 | 2A | 4A | 64 | 1D |
| Octal | 163 | 225 | 0 | 27 | 0 | 144 | 52 | 112 | 144 | 35 |
| Binary | 1110011 | 10010101 | 0 | 10111 | 0 | 1100100 | 101010 | 1001010 | 1100100 | 11101 |
Color Harmonies of #739500
Complementary color
Monochromatic Colors of #739500
Black with #739500
Text Example
Text Example
White with #739500
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #739500; }
p { color: rgb(115,149,0); }
H1.HeaderClassName
{
color: #739500;
}
.AnyTagClassName
{
color: #739500;
}
</style>
background-color css
<style>
a { background-color: #739500; }
a { background-color: rgb(115,149,0); }
div.DivClassName
{
background-color: #739500;
}
.BgClassName
{
background-color: #739500;
}
</style>
border-color css
<style>
span { border-color: #739500; }
span { border-color: rgb(115,149,0); }
td.TdClassName
{
border-color: #739500;
}
.TagClassName
{
border-color: #739500;
}
</style>