Html Css Color HEX #71985C Asparagus

📋 copy color: '#71985C'

red 113 ◦ green 152 ◦ blue 92

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

Shades of Asparagus #71985C

Tints of Asparagus #71985C

RGB

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

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

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

R = 31.65%
G = 42.58%
B = 25.77%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.39

 K value IS 0.40

RGB Variations

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

Color information

#71985C (or 0x71985C) is known color: Asparagus. HEX triplet: 71, 98 and 5C. RGB value is (113,152,92). Sum of RGB (Red+Green+Blue) = 113+152+92=357 (47% of max value = 765). Red value is 113 (44.53% from 255 or 31.65% from 357); Green value is 152 (59.77% from 255 or 42.58% from 357); Blue value is 92 (36.33% from 255 or 25.77% from 357); Max value from RGB is 152 - color contains mainly: green. Hex color #71985C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #71985C is #8E67A3. Grayscale: #858585. Windows color (decimal): -9332644 or 6068337. OLE color: 6068337.

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

Color convert

RGB 113 152 92 -
CMYK 0.26 0 0.39 0.40
HSL 99º 0.25% 0.48% -
HSV(B) 99º 0.39% 0.6% -
XYZ 19.97 26.74 14.23 -
YUV 133.5 104.58 113.38 -
System Red Green Blue C M Y K H S L
Decimal 113 152 92 0.26 0 0.39 0.40 99 0.25 0.48
Hex 71 98 5C 1A 0 27 28 63 19 30
Octal 161 230 134 32 0 47 50 143 31 60
Binary 1110001 10011000 1011100 11010 0 100111 101000 1100011 11001 110000

Color Harmonies of #71985C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71985C

Black with #71985C

Text Example


Text Example

White with #71985C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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