Html Css Color HEX #71995C Asparagus

📋 copy color: '#71995C'

red 113 ◦ green 153 ◦ blue 92

#71995C
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Asparagus #71995C

Tints of Asparagus #71995C

RGB

 RED value IS 113 (44.53% from 255) = 31.56%

 GREEN value IS 153 (60.16% from 255) = 42.74%

 BLUE value IS 92 (36.33% from 255) = 25.7%

R = 31.56%
G = 42.74%
B = 25.7%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.40

 K value IS 0.4

RGB Variations

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

Color information

#71995C (or 0x71995C) is known color: Asparagus. HEX triplet: 71, 99 and 5C. RGB value is (113,153,92). Sum of RGB (Red+Green+Blue) = 113+153+92=358 (47% of max value = 765). Red value is 113 (44.53% from 255 or 31.56% from 358); Green value is 153 (60.16% from 255 or 42.74% from 358); Blue value is 92 (36.33% from 255 or 25.70% from 358); Max value from RGB is 153 - color contains mainly: green. Hex color #71995C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #71995C is #8E66A3. Grayscale: #868686. Windows color (decimal): -9332388 or 6068593. OLE color: 6068593.

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

Color convert

RGB 113 153 92 -
CMYK 0.26 0 0.40 0.4
HSL 99.34º 0.25% 0.48% -
HSV(B) 99.34º 0.4% 0.6% -
XYZ 20.13 27.07 14.29 -
YUV 134.09 104.25 112.96 -
System Red Green Blue C M Y K H S L
Decimal 113 153 92 0.26 0 0.40 0.4 99.34 0.25 0.48
Hex 71 99 5C 1A 0 28 28 63 19 30
Octal 161 231 134 32 0 50 50 143 31 60
Binary 1110001 10011001 1011100 11010 0 101000 101000 1100011 11001 110000

Color Harmonies of #71995C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71995C

Black with #71995C

Text Example


Text Example

White with #71995C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #71995C;
 }
 .AnyTagClassName
 {
   color: #71995C;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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