Html Css Color HEX #71964D Asparagus

📋 copy color: '#71964D'

red 113 ◦ green 150 ◦ blue 77

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

Shades of Asparagus #71964D

Tints of Asparagus #71964D

RGB

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

 GREEN value IS 150 (58.98% from 255) = 44.12%

 BLUE value IS 77 (30.47% from 255) = 22.65%

R = 33.24%
G = 44.12%
B = 22.65%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.49

 K value IS 0.41

RGB Variations

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

Color information

#71964D (or 0x71964D) is known color: Asparagus. HEX triplet: 71, 96 and 4D. RGB value is (113,150,77). Sum of RGB (Red+Green+Blue) = 113+150+77=340 (45% of max value = 765). Red value is 113 (44.53% from 255 or 33.24% from 340); Green value is 150 (58.98% from 255 or 44.12% from 340); Blue value is 77 (30.47% from 255 or 22.65% from 340); Max value from RGB is 150 - color contains mainly: green. Hex color #71964D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #71964D is #8E69B2. Grayscale: #828282. Windows color (decimal): -9333171 or 5084785. OLE color: 5084785.

HSL color Cylindrical-coordinate representation of color #71964D: hue angle of 90.41º degrees, saturation: 0.32, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #71964D is Cyan = 0.25, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.41.

Color convert

RGB 113 150 77 -
CMYK 0.25 0 0.49 0.41
HSL 90.41º 0.32% 0.45% -
HSV(B) 90.41º 0.49% 0.59% -
XYZ 19.06 25.86 11.01 -
YUV 130.62 97.74 115.44 -
System Red Green Blue C M Y K H S L
Decimal 113 150 77 0.25 0 0.49 0.41 90.41 0.32 0.45
Hex 71 96 4D 19 0 31 29 5A 20 2D
Octal 161 226 115 31 0 61 51 132 40 55
Binary 1110001 10010110 1001101 11001 0 110001 101001 1011010 100000 101101

Color Harmonies of #71964D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71964D

Black with #71964D

Text Example


Text Example

White with #71964D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #71964D; }

 p { color: rgb(113,150,77); }

 H1.HeaderClassName
 {
   color: #71964D;
 }
 .AnyTagClassName
 {
   color: #71964D;
 }
</style>

background-color css

<style>
 a { background-color: #71964D; }

 a { background-color: rgb(113,150,77); }

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

border-color css

<style>
 span { border-color: #71964D; }

 span { border-color: rgb(113,150,77); }

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