Html Css Color HEX #71994C Asparagus

📋 copy color: '#71994C'

red 113 ◦ green 153 ◦ blue 76

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

Shades of Asparagus #71994C

Tints of Asparagus #71994C

RGB

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

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

 BLUE value IS 76 (30.08% from 255) = 22.22%

R = 33.04%
G = 44.74%
B = 22.22%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.50

 K value IS 0.4

RGB Variations

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

Color information

#71994C (or 0x71994C) is known color: Asparagus. HEX triplet: 71, 99 and 4C. RGB value is (113,153,76). Sum of RGB (Red+Green+Blue) = 113+153+76=342 (45% of max value = 765). Red value is 113 (44.53% from 255 or 33.04% from 342); Green value is 153 (60.16% from 255 or 44.74% from 342); Blue value is 76 (30.08% from 255 or 22.22% from 342); Max value from RGB is 153 - color contains mainly: green. Hex color #71994C is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #71994C is #8E66B3. Grayscale: #848484. Windows color (decimal): -9332404 or 5020017. OLE color: 5020017.

HSL color Cylindrical-coordinate representation of color #71994C: hue angle of 91.17º degrees, saturation: 0.34, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #71994C is Cyan = 0.26, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.4.

Color convert

RGB 113 153 76 -
CMYK 0.26 0 0.50 0.4
HSL 91.17º 0.34% 0.45% -
HSV(B) 91.17º 0.5% 0.6% -
XYZ 19.51 26.81 10.99 -
YUV 132.26 96.25 114.26 -
System Red Green Blue C M Y K H S L
Decimal 113 153 76 0.26 0 0.50 0.4 91.17 0.34 0.45
Hex 71 99 4C 1A 0 32 28 5B 22 2D
Octal 161 231 114 32 0 62 50 133 42 55
Binary 1110001 10011001 1001100 11010 0 110010 101000 1011011 100010 101101

Color Harmonies of #71994C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71994C

Black with #71994C

Text Example


Text Example

White with #71994C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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