#719019

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

Shades of Olive Drab #719019

Tints of Olive Drab #719019

Color information

#719019 (or 0x719019) is unknown color: approx Olive Drab. HEX triplet: 71, 90 and 19. RGB value is (113,144,25). Sum of RGB (Red+Green+Blue) = 113+144+25=282 (37% of max value = 765). Red value is 113 (44.53% from 255 or 40.07% from 282); Green value is 144 (56.64% from 255 or 51.06% from 282); Blue value is 25 (10.16% from 255 or 8.87% from 282); Max value from RGB is 144 - color contains mainly: green. Hex color #719019 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #719019 is #8E6FE6. Grayscale: #797979. Windows color (decimal): -9334759 or 1675377. OLE color: 1675377.

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

Color convert

RGB11314425-
CMYK0.2200.830.44
HSL75.63º70.41%33.14%-
HSV(B)75.63º82.64%56.47%-
XYZ16.9623.534.57-
YUV121.1673.73122.18-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 40.07%
GREEN value IS 144 (56.64% from 255) = 51.06%
BLUE value IS 25 (10.16% from 255) = 8.87%
R=40.07%
G=51.06%
B=8.87%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.83
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal113144250.2200.830.4475.6370.4133.14
Hex719019160532C4c4621
Octal161220312601235411410641
Binary11100011001000011001101100101001110110010011001000110100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #719019

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #719019; }

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

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

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

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

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

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

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

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