#719119

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

Shades of Olive Drab #719119

Tints of Olive Drab #719119

Color information

#719119 (or 0x719119) is unknown color: approx Olive Drab. HEX triplet: 71, 91 and 19. RGB value is (113,145,25). Sum of RGB (Red+Green+Blue) = 113+145+25=283 (37% of max value = 765). Red value is 113 (44.53% from 255 or 39.93% from 283); Green value is 145 (57.03% from 255 or 51.24% from 283); Blue value is 25 (10.16% from 255 or 8.83% from 283); Max value from RGB is 145 - color contains mainly: green. Hex color #719119 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #719119 is #8E6EE6. Grayscale: #7A7A7A. Windows color (decimal): -9334503 or 1675633. OLE color: 1675633.

HSL color Cylindrical-coordinate representation of color #719119: hue angle of 76º degrees, saturation: 0.71, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #719119 is Cyan = 0.22, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.43.

Color convert

RGB11314525-
CMYK0.2200.830.43
HSL76º70.59%33.33%-
HSV(B)76º82.76%56.86%-
XYZ17.1123.834.62-
YUV121.7573.4121.76-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 39.93%
GREEN value IS 145 (57.03% from 255) = 51.24%
BLUE value IS 25 (10.16% from 255) = 8.83%
R=39.93%
G=51.24%
B=8.83%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.83
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal113145250.2200.830.437670.5933.33
Hex719119160532B4c4721
Octal161221312601235311410741
Binary11100011001000111001101100101001110101110011001000111100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #719119

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #719119; }

 p { color: rgb(113,145,25); }

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

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

 a { background-color: rgb(113,145,25); }

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

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

 span { border-color: rgb(113,145,25); }

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