#71985A

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

Shades of Asparagus #71985A

Tints of Asparagus #71985A

Color information

#71985A (or 0x71985A) is unknown color: approx Asparagus. HEX triplet: 71, 98 and 5A. RGB value is (113,152,90). Sum of RGB (Red+Green+Blue) = 113+152+90=355 (47% of max value = 765). Red value is 113 (44.53% from 255 or 31.83% from 355); Green value is 152 (59.77% from 255 or 42.82% from 355); Blue value is 90 (35.55% from 255 or 25.35% from 355); Max value from RGB is 152 - color contains mainly: green. Hex color #71985A is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #71985A is #8E67A5. Grayscale: #858585. Windows color (decimal): -9332646 or 5937265. OLE color: 5937265.

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

Color convert

RGB11315290-
CMYK0.2600.410.40
HSL97.74º25.62%47.45%-
HSV(B)97.74º40.79%59.61%-
XYZ19.8826.7113.78-
YUV133.27103.58113.54-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 31.83%
GREEN value IS 152 (59.77% from 255) = 42.82%
BLUE value IS 90 (35.55% from 255) = 25.35%
R=31.83%
G=42.82%
B=25.35%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal113152900.2600.410.4097.7425.6247.45
Hex71985A1A02928621a2f
Octal16123013232051501423257
Binary1110001100110001011010110100101001101000110001011010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #71985A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #71985A; }

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

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

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

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

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

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

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

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