#719A5C

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

Shades of Asparagus #719A5C

Tints of Asparagus #719A5C

Color information

#719A5C (or 0x719A5C) is unknown color: approx Asparagus. HEX triplet: 71, 9A and 5C. RGB value is (113,154,92). Sum of RGB (Red+Green+Blue) = 113+154+92=359 (47% of max value = 765). Red value is 113 (44.53% from 255 or 31.48% from 359); Green value is 154 (60.55% from 255 or 42.90% from 359); Blue value is 92 (36.33% from 255 or 25.63% from 359); Max value from RGB is 154 - color contains mainly: green. Hex color #719A5C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #719A5C is #8E65A3. Grayscale: #868686. Windows color (decimal): -9332132 or 6068849. OLE color: 6068849.

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

Color convert

RGB11315492-
CMYK0.2700.400.40
HSL99.68º25.2%48.24%-
HSV(B)99.68º40.26%60.39%-
XYZ20.327.3914.34-
YUV134.67103.92112.54-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 31.48%
GREEN value IS 154 (60.55% from 255) = 42.90%
BLUE value IS 92 (36.33% from 255) = 25.63%
R=31.48%
G=42.90%
B=25.63%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal113154920.2700.400.4099.6825.248.24
Hex719A5C1B02828641930
Octal16123213433050501443160
Binary1110001100110101011100110110101000101000110010011001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #719A5C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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