#719404

Color #719404 Olive (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Olive #719404

Tints of Olive #719404

Color information

#719404 (or 0x719404) is unknown color: approx Olive. HEX triplet: 71, 94 and 04. RGB value is (113,148,4). Sum of RGB (Red+Green+Blue) = 113+148+4=265 (35% of max value = 765). Red value is 113 (44.53% from 255 or 42.64% from 265); Green value is 148 (58.20% from 255 or 55.85% from 265); Blue value is 4 (1.95% from 255 or 1.51% from 265); Max value from RGB is 148 - color contains mainly: green. Hex color #719404 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #719404 is #8E6BFB. Grayscale: #797979. Windows color (decimal): -9333756 or 300145. OLE color: 300145.

HSL color Cylindrical-coordinate representation of color #719404: hue angle of 74.58º degrees, saturation: 0.95, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #719404 is Cyan = 0.24, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.42.

Color convert

RGB1131484-
CMYK0.2400.970.42
HSL74.58º94.74%29.8%-
HSV(B)74.58º97.3%58.04%-
XYZ17.4224.73.96-
YUV121.1261.9122.21-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 113 (44.53% from 255) = 42.64%
GREEN value IS 148 (58.20% from 255) = 55.85%
BLUE value IS 4 (1.95% from 255) = 1.51%
R=42.64%
G=55.85%
B=1.51%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.97
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal11314840.2400.970.4274.5894.7429.8
Hex71944180612A4b5f1e
Octal16122443001415211313736
Binary11100011001010010011000011000011010101001011101111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #719404

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #719404; }

 p { color: rgb(113,148,4); }

 H1.HeaderClassName
 {
   color: #719404;
 }
 .AnyTagClassName
 {
   color: #719404;
 }
</style>
background-color css

<style>
 a { background-color: #719404; }

 a { background-color: rgb(113,148,4); }

 div.DivClassName
 {
   background-color: #719404;
 }
 .BgClassName
 {
   background-color: #719404;
 }
</style>
border-color css

<style>
 span { border-color: #719404; }

 span { border-color: rgb(113,148,4); }

 td.TdClassName
 {
   border-color: #719404;
 }
 .TagClassName
 {
   border-color: #719404;
 }
</style>