Html Css Color HEX #71995F Asparagus

📋 copy color: '#71995F'

red 113 ◦ green 153 ◦ blue 95

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

Shades of Asparagus #71995F

Tints of Asparagus #71995F

RGB

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

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

 BLUE value IS 95 (37.5% from 255) = 26.32%

R = 31.3%
G = 42.38%
B = 26.32%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.38

 K value IS 0.4

RGB Variations

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

Color information

#71995F (or 0x71995F) is known color: 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

RGB 113 153 95 -
CMYK 0.26 0 0.38 0.4
HSL 101.38º 0.23% 0.49% -
HSV(B) 101.38º 0.38% 0.6% -
XYZ 20.27 27.12 14.99 -
YUV 134.43 105.75 112.72 -
System Red Green Blue C M Y K H S L
Decimal 113 153 95 0.26 0 0.38 0.4 101.38 0.23 0.49
Hex 71 99 5F 1A 0 26 28 65 17 31
Octal 161 231 137 32 0 46 50 145 27 61
Binary 1110001 10011001 1011111 11010 0 100110 101000 1100101 10111 110001

Color Harmonies of #71995F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71995F

Black with #71995F

Text Example


Text Example

White with #71995F

Text Example


Text Example

HTML Codes & Css Web 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>