#719B5A

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

Shades of Asparagus #719B5A

Tints of Asparagus #719B5A

Color information

#719B5A (or 0x719B5A) is unknown color: approx Asparagus. HEX triplet: 71, 9B and 5A. RGB value is (113,155,90). Sum of RGB (Red+Green+Blue) = 113+155+90=358 (47% of max value = 765). Red value is 113 (44.53% from 255 or 31.56% from 358); Green value is 155 (60.94% from 255 or 43.30% from 358); Blue value is 90 (35.55% from 255 or 25.14% from 358); Max value from RGB is 155 - color contains mainly: green. Hex color #719B5A is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #719B5A is #8E64A5. Grayscale: #878787. Windows color (decimal): -9331878 or 5938033. OLE color: 5938033.

HSL color Cylindrical-coordinate representation of color #719B5A: hue angle of 98.77º degrees, saturation: 0.27, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #719B5A is Cyan = 0.27, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.39.

Color convert

RGB11315590-
CMYK0.2700.420.39
HSL98.77º26.53%48.04%-
HSV(B)98.77º41.94%60.78%-
XYZ20.3827.6913.94-
YUV135.03102.59112.29-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 31.56%
GREEN value IS 155 (60.94% from 255) = 43.30%
BLUE value IS 90 (35.55% from 255) = 25.14%
R=31.56%
G=43.30%
B=25.14%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal113155900.2700.420.3998.7726.5348.04
Hex719B5A1B02A27631b30
Octal16123313233052471433360
Binary1110001100110111011010110110101010100111110001111011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #719B5A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(113,155,90); }

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

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

 a { background-color: rgb(113,155,90); }

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

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

 span { border-color: rgb(113,155,90); }

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