Shades of Olive #719403
Tints of Olive #719403
RGB
CMYK
RGB Variations
Color information
#719403 (or 0x719403) is known color: Olive. HEX triplet: 71, 94 and 03. RGB value is (113,148,3). Sum of RGB (Red+Green+Blue) = 113+148+3=264 (34% of max value = 765). Red value is 113 (44.53% from 255 or 42.80% from 264); Green value is 148 (58.20% from 255 or 56.06% from 264); Blue value is 3 (1.56% from 255 or 1.14% from 264); Max value from RGB is 148 - color contains mainly: green. Hex color #719403 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #719403 is #8E6BFC. Grayscale: #797979. Windows color (decimal): -9333757 or 234609. OLE color: 234609.
HSL color Cylindrical-coordinate representation of color #719403: hue angle of 74.48º 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 #719403 is Cyan = 0.24, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 113 | 148 | 3 | - |
| CMYK | 0.24 | 0 | 0.98 | 0.42 |
| HSL | 74.48º | 0.96% | 0.3% | - |
| HSV(B) | 74.48º | 0.98% | 0.58% | - |
| XYZ | 17.42 | 24.7 | 3.94 | - |
| YUV | 121.01 | 61.4 | 122.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 148 | 3 | 0.24 | 0 | 0.98 | 0.42 | 74.48 | 0.96 | 0.3 |
| Hex | 71 | 94 | 3 | 18 | 0 | 62 | 2A | 4A | 60 | 1E |
| Octal | 161 | 224 | 3 | 30 | 0 | 142 | 52 | 112 | 140 | 36 |
| Binary | 1110001 | 10010100 | 11 | 11000 | 0 | 1100010 | 101010 | 1001010 | 1100000 | 11110 |
Color Harmonies of #719403
Complementary color
Monochromatic Colors of #719403
Black with #719403
Text Example
Text Example
White with #719403
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #719403; }
p { color: rgb(113,148,3); }
H1.HeaderClassName
{
color: #719403;
}
.AnyTagClassName
{
color: #719403;
}
</style>
background-color css
<style>
a { background-color: #719403; }
a { background-color: rgb(113,148,3); }
div.DivClassName
{
background-color: #719403;
}
.BgClassName
{
background-color: #719403;
}
</style>
border-color css
<style>
span { border-color: #719403; }
span { border-color: rgb(113,148,3); }
td.TdClassName
{
border-color: #719403;
}
.TagClassName
{
border-color: #719403;
}
</style>