#719960

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

Shades of Asparagus #719960

Tints of Asparagus #719960

Color information

#719960 (or 0x719960) is unknown color: approx Asparagus. HEX triplet: 71, 99 and 60. RGB value is (113,153,96). Sum of RGB (Red+Green+Blue) = 113+153+96=362 (47% of max value = 765). Red value is 113 (44.53% from 255 or 31.22% from 362); Green value is 153 (60.16% from 255 or 42.27% from 362); Blue value is 96 (37.89% from 255 or 26.52% from 362); Max value from RGB is 153 - color contains mainly: green. Hex color #719960 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #719960 is #8E669F. Grayscale: #868686. Windows color (decimal): -9332384 or 6330737. OLE color: 6330737.

HSL color Cylindrical-coordinate representation of color #719960: hue angle of 102.11º degrees, saturation: 0.23, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #719960 is Cyan = 0.26, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.4.

Color convert

RGB11315396-
CMYK0.2600.370.4
HSL102.11º22.89%48.82%-
HSV(B)102.11º37.25%60%-
XYZ20.3127.1415.23-
YUV134.54106.25112.63-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 31.22%
GREEN value IS 153 (60.16% from 255) = 42.27%
BLUE value IS 96 (37.89% from 255) = 26.52%
R=31.22%
G=42.27%
B=26.52%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal113153960.2600.370.4102.1122.8948.82
Hex7199601A02528661731
Octal16123114032045501462761
Binary1110001100110011100000110100100101101000110011010111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #719960

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #719960; }

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

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

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

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

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

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

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

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