Shades of Olive #739401
Tints of Olive #739401
RGB
CMYK
RGB Variations
Color information
#739401 (or 0x739401) is known color: Olive. HEX triplet: 73, 94 and 01. RGB value is (115,148,1). Sum of RGB (Red+Green+Blue) = 115+148+1=264 (34% of max value = 765). Red value is 115 (45.31% from 255 or 43.56% from 264); Green value is 148 (58.20% from 255 or 56.06% from 264); Blue value is 1 (0.78% from 255 or 0.38% from 264); Max value from RGB is 148 - color contains mainly: green. Hex color #739401 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #739401 is #8C6BFE. Grayscale: #797979. Windows color (decimal): -9202687 or 103539. OLE color: 103539.
HSL color Cylindrical-coordinate representation of color #739401: hue angle of 73.47º degrees, saturation: 0.99, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #739401 is Cyan = 0.22, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 115 | 148 | 1 | - |
| CMYK | 0.22 | 0 | 0.99 | 0.42 |
| HSL | 73.47º | 0.99% | 0.29% | - |
| HSV(B) | 73.47º | 0.99% | 0.58% | - |
| XYZ | 17.67 | 24.83 | 3.89 | - |
| YUV | 121.38 | 60.07 | 123.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 148 | 1 | 0.22 | 0 | 0.99 | 0.42 | 73.47 | 0.99 | 0.29 |
| Hex | 73 | 94 | 1 | 16 | 0 | 63 | 2A | 49 | 63 | 1D |
| Octal | 163 | 224 | 1 | 26 | 0 | 143 | 52 | 111 | 143 | 35 |
| Binary | 1110011 | 10010100 | 1 | 10110 | 0 | 1100011 | 101010 | 1001001 | 1100011 | 11101 |
Color Harmonies of #739401
Complementary color
Monochromatic Colors of #739401
Black with #739401
Text Example
Text Example
White with #739401
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #739401; }
p { color: rgb(115,148,1); }
H1.HeaderClassName
{
color: #739401;
}
.AnyTagClassName
{
color: #739401;
}
</style>
background-color css
<style>
a { background-color: #739401; }
a { background-color: rgb(115,148,1); }
div.DivClassName
{
background-color: #739401;
}
.BgClassName
{
background-color: #739401;
}
</style>
border-color css
<style>
span { border-color: #739401; }
span { border-color: rgb(115,148,1); }
td.TdClassName
{
border-color: #739401;
}
.TagClassName
{
border-color: #739401;
}
</style>