Shades of Olive #719303
Tints of Olive #719303
RGB
CMYK
RGB Variations
Color information
#719303 (or 0x719303) is known color: Olive. HEX triplet: 71, 93 and 03. RGB value is (113,147,3). Sum of RGB (Red+Green+Blue) = 113+147+3=263 (34% of max value = 765). Red value is 113 (44.53% from 255 or 42.97% from 263); Green value is 147 (57.81% from 255 or 55.89% from 263); Blue value is 3 (1.56% from 255 or 1.14% from 263); Max value from RGB is 147 - color contains mainly: green. Hex color #719303 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #719303 is #8E6CFC. Grayscale: #787878. Windows color (decimal): -9334013 or 234353. OLE color: 234353.
HSL color Cylindrical-coordinate representation of color #719303: hue angle of 74.17º degrees, saturation: 0.96, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #719303 is Cyan = 0.23, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 113 | 147 | 3 | - |
| CMYK | 0.23 | 0 | 0.98 | 0.42 |
| HSL | 74.17º | 0.96% | 0.29% | - |
| HSV(B) | 74.17º | 0.98% | 0.58% | - |
| XYZ | 17.26 | 24.38 | 3.88 | - |
| YUV | 120.42 | 61.74 | 122.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 147 | 3 | 0.23 | 0 | 0.98 | 0.42 | 74.17 | 0.96 | 0.29 |
| Hex | 71 | 93 | 3 | 17 | 0 | 62 | 2A | 4A | 60 | 1D |
| Octal | 161 | 223 | 3 | 27 | 0 | 142 | 52 | 112 | 140 | 35 |
| Binary | 1110001 | 10010011 | 11 | 10111 | 0 | 1100010 | 101010 | 1001010 | 1100000 | 11101 |
Color Harmonies of #719303
Complementary color
Monochromatic Colors of #719303
Black with #719303
Text Example
Text Example
White with #719303
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #719303; }
p { color: rgb(113,147,3); }
H1.HeaderClassName
{
color: #719303;
}
.AnyTagClassName
{
color: #719303;
}
</style>
background-color css
<style>
a { background-color: #719303; }
a { background-color: rgb(113,147,3); }
div.DivClassName
{
background-color: #719303;
}
.BgClassName
{
background-color: #719303;
}
</style>
border-color css
<style>
span { border-color: #719303; }
span { border-color: rgb(113,147,3); }
td.TdClassName
{
border-color: #719303;
}
.TagClassName
{
border-color: #719303;
}
</style>