#71984C

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

Shades of Asparagus #71984C

Tints of Asparagus #71984C

Color information

#71984C (or 0x71984C) is unknown color: approx Asparagus. HEX triplet: 71, 98 and 4C. RGB value is (113,152,76). Sum of RGB (Red+Green+Blue) = 113+152+76=341 (45% of max value = 765). Red value is 113 (44.53% from 255 or 33.14% from 341); Green value is 152 (59.77% from 255 or 44.57% from 341); Blue value is 76 (30.08% from 255 or 22.29% from 341); Max value from RGB is 152 - color contains mainly: green. Hex color #71984C is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #71984C is #8E67B3. Grayscale: #838383. Windows color (decimal): -9332660 or 5019761. OLE color: 5019761.

HSL color Cylindrical-coordinate representation of color #71984C: hue angle of 90.79º degrees, saturation: 0.33, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #71984C is Cyan = 0.26, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.40.

Color convert

RGB11315276-
CMYK0.2600.500.40
HSL90.79º33.33%44.71%-
HSV(B)90.79º50%59.61%-
XYZ19.3426.4910.93-
YUV131.6796.58114.68-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 33.14%
GREEN value IS 152 (59.77% from 255) = 44.57%
BLUE value IS 76 (30.08% from 255) = 22.29%
R=33.14%
G=44.57%
B=22.29%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.50
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal113152760.2600.500.4090.7933.3344.71
Hex71984C1A032285b212d
Octal16123011432062501334155
Binary11100011001100010011001101001100101010001011011100001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #71984C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #71984C; }

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

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

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

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

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

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

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

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