Html Css Color HEX #71924A Asparagus

📋 copy color: '#71924A'

red 113 ◦ green 146 ◦ blue 74

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

Shades of Asparagus #71924A

Tints of Asparagus #71924A

RGB

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

 GREEN value IS 146 (57.42% from 255) = 43.84%

 BLUE value IS 74 (29.3% from 255) = 22.22%

R = 33.93%
G = 43.84%
B = 22.22%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.49

 K value IS 0.43

RGB Variations

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

Color information

#71924A (or 0x71924A) is known color: Asparagus. HEX triplet: 71, 92 and 4A. RGB value is (113,146,74). Sum of RGB (Red+Green+Blue) = 113+146+74=333 (44% of max value = 765). Red value is 113 (44.53% from 255 or 33.93% from 333); Green value is 146 (57.42% from 255 or 43.84% from 333); Blue value is 74 (29.30% from 255 or 22.22% from 333); Max value from RGB is 146 - color contains mainly: green. Hex color #71924A is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #71924A is #8E6DB5. Grayscale: #808080. Windows color (decimal): -9334198 or 4887153. OLE color: 4887153.

HSL color Cylindrical-coordinate representation of color #71924A: hue angle of 87.5º degrees, saturation: 0.33, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #71924A is Cyan = 0.23, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.43.

Color convert

RGB 113 146 74 -
CMYK 0.23 0 0.49 0.43
HSL 87.5º 0.33% 0.43% -
HSV(B) 87.5º 0.49% 0.57% -
XYZ 18.32 24.56 10.25 -
YUV 127.93 97.57 117.35 -
System Red Green Blue C M Y K H S L
Decimal 113 146 74 0.23 0 0.49 0.43 87.5 0.33 0.43
Hex 71 92 4A 17 0 31 2B 57 21 2B
Octal 161 222 112 27 0 61 53 127 41 53
Binary 1110001 10010010 1001010 10111 0 110001 101011 1010111 100001 101011

Color Harmonies of #71924A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71924A

Black with #71924A

Text Example


Text Example

White with #71924A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #71924A; }

 p { color: rgb(113,146,74); }

 H1.HeaderClassName
 {
   color: #71924A;
 }
 .AnyTagClassName
 {
   color: #71924A;
 }
</style>

background-color css

<style>
 a { background-color: #71924A; }

 a { background-color: rgb(113,146,74); }

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

border-color css

<style>
 span { border-color: #71924A; }

 span { border-color: rgb(113,146,74); }

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