Html Css Color HEX #71985B Asparagus

📋 copy color: '#71985B'

red 113 ◦ green 152 ◦ blue 91

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

Shades of Asparagus #71985B

Tints of Asparagus #71985B

RGB

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

 GREEN value IS 152 (59.77% from 255) = 42.7%

 BLUE value IS 91 (35.94% from 255) = 25.56%

R = 31.74%
G = 42.7%
B = 25.56%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.40

 K value IS 0.40

RGB Variations

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

Color information

#71985B (or 0x71985B) is known color: Asparagus. HEX triplet: 71, 98 and 5B. RGB value is (113,152,91). Sum of RGB (Red+Green+Blue) = 113+152+91=356 (47% of max value = 765). Red value is 113 (44.53% from 255 or 31.74% from 356); Green value is 152 (59.77% from 255 or 42.70% from 356); Blue value is 91 (35.94% from 255 or 25.56% from 356); Max value from RGB is 152 - color contains mainly: green. Hex color #71985B is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #71985B is #8E67A4. Grayscale: #858585. Windows color (decimal): -9332645 or 6002801. OLE color: 6002801.

HSL color Cylindrical-coordinate representation of color #71985B: hue angle of 98.36º 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 #71985B is Cyan = 0.26, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.40.

Color convert

RGB 113 152 91 -
CMYK 0.26 0 0.40 0.40
HSL 98.36º 0.25% 0.48% -
HSV(B) 98.36º 0.4% 0.6% -
XYZ 19.93 26.72 14.01 -
YUV 133.39 104.08 113.46 -
System Red Green Blue C M Y K H S L
Decimal 113 152 91 0.26 0 0.40 0.40 98.36 0.25 0.48
Hex 71 98 5B 1A 0 28 28 62 19 30
Octal 161 230 133 32 0 50 50 142 31 60
Binary 1110001 10011000 1011011 11010 0 101000 101000 1100010 11001 110000

Color Harmonies of #71985B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71985B

Black with #71985B

Text Example


Text Example

White with #71985B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #71985B;
 }
 .AnyTagClassName
 {
   color: #71985B;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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