#719A5B

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

Shades of Asparagus #719A5B

Tints of Asparagus #719A5B

Color information

#719A5B (or 0x719A5B) is unknown color: approx Asparagus. HEX triplet: 71, 9A and 5B. RGB value is (113,154,91). Sum of RGB (Red+Green+Blue) = 113+154+91=358 (47% of max value = 765). Red value is 113 (44.53% from 255 or 31.56% from 358); Green value is 154 (60.55% from 255 or 43.02% from 358); Blue value is 91 (35.94% from 255 or 25.42% from 358); Max value from RGB is 154 - color contains mainly: green. Hex color #719A5B is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #719A5B is #8E65A4. Grayscale: #868686. Windows color (decimal): -9332133 or 6003313. OLE color: 6003313.

HSL color Cylindrical-coordinate representation of color #719A5B: hue angle of 99.05º degrees, saturation: 0.26, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #719A5B is Cyan = 0.27, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.40.

Color convert

RGB11315491-
CMYK0.2700.410.40
HSL99.05º25.71%48.04%-
HSV(B)99.05º40.91%60.39%-
XYZ20.2527.3814.11-
YUV134.56103.42112.62-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 31.56%
GREEN value IS 154 (60.55% from 255) = 43.02%
BLUE value IS 91 (35.94% from 255) = 25.42%
R=31.56%
G=43.02%
B=25.42%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal113154910.2700.410.4099.0525.7148.04
Hex719A5B1B02928631a30
Octal16123213333051501433260
Binary1110001100110101011011110110101001101000110001111010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #719A5B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #719A5B; }

 p { color: rgb(113,154,91); }

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

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

 a { background-color: rgb(113,154,91); }

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

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

 span { border-color: rgb(113,154,91); }

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