#719B60

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

Shades of Asparagus #719B60

Tints of Asparagus #719B60

Color information

#719B60 (or 0x719B60) is unknown color: approx Asparagus. HEX triplet: 71, 9B and 60. RGB value is (113,155,96). Sum of RGB (Red+Green+Blue) = 113+155+96=364 (48% of max value = 765). Red value is 113 (44.53% from 255 or 31.04% from 364); Green value is 155 (60.94% from 255 or 42.58% from 364); Blue value is 96 (37.89% from 255 or 26.37% from 364); Max value from RGB is 155 - color contains mainly: green. Hex color #719B60 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #719B60 is #8E649F. Grayscale: #878787. Windows color (decimal): -9331872 or 6331249. OLE color: 6331249.

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

Color convert

RGB11315596-
CMYK0.2700.380.39
HSL102.71º23.51%49.22%-
HSV(B)102.71º38.06%60.78%-
XYZ20.6427.815.34-
YUV135.72105.59111.8-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 31.04%
GREEN value IS 155 (60.94% from 255) = 42.58%
BLUE value IS 96 (37.89% from 255) = 26.37%
R=31.04%
G=42.58%
B=26.37%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal113155960.2700.380.39102.7123.5149.22
Hex719B601B02627671831
Octal16123314033046471473061
Binary1110001100110111100000110110100110100111110011111000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #719B60

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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