#71995F

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

Shades of Asparagus #71995F

Tints of Asparagus #71995F

Color information

#71995F (or 0x71995F) is unknown color: approx Asparagus. HEX triplet: 71, 99 and 5F. RGB value is (113,153,95). Sum of RGB (Red+Green+Blue) = 113+153+95=361 (47% of max value = 765). Red value is 113 (44.53% from 255 or 31.30% from 361); Green value is 153 (60.16% from 255 or 42.38% from 361); Blue value is 95 (37.5% from 255 or 26.32% from 361); Max value from RGB is 153 - color contains mainly: green. Hex color #71995F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #71995F is #8E66A0. Grayscale: #868686. Windows color (decimal): -9332385 or 6265201. OLE color: 6265201.

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

Color convert

RGB11315395-
CMYK0.2600.380.4
HSL101.38º23.39%48.63%-
HSV(B)101.38º37.91%60%-
XYZ20.2727.1214.99-
YUV134.43105.75112.72-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 31.30%
GREEN value IS 153 (60.16% from 255) = 42.38%
BLUE value IS 95 (37.5% from 255) = 26.32%
R=31.30%
G=42.38%
B=26.32%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal113153950.2600.380.4101.3823.3948.63
Hex71995F1A02628651731
Octal16123113732046501452761
Binary1110001100110011011111110100100110101000110010110111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #71995F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #71995F; }

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

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

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

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

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

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

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

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