Html Css Color HEX #74AA50 Asparagus

📋 copy color: '#74AA50'

red 116 ◦ green 170 ◦ blue 80

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

Shades of Asparagus #74AA50

Tints of Asparagus #74AA50

RGB

 RED value IS 116 (45.7% from 255) = 31.69%

 GREEN value IS 170 (66.8% from 255) = 46.45%

 BLUE value IS 80 (31.64% from 255) = 21.86%

R = 31.69%
G = 46.45%
B = 21.86%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.53

 K value IS 0.33

RGB Variations

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

Color information

#74AA50 (or 0x74AA50) is known color: Asparagus. HEX triplet: 74, AA and 50. RGB value is (116,170,80). Sum of RGB (Red+Green+Blue) = 116+170+80=366 (48% of max value = 765). Red value is 116 (45.70% from 255 or 31.69% from 366); Green value is 170 (66.80% from 255 or 46.45% from 366); Blue value is 80 (31.64% from 255 or 21.86% from 366); Max value from RGB is 170 - color contains mainly: green. Hex color #74AA50 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #74AA50 is #8B55AF. Grayscale: #8F8F8F. Windows color (decimal): -9131440 or 5286516. OLE color: 5286516.

HSL color Cylindrical-coordinate representation of color #74AA50: hue angle of 96º degrees, saturation: 0.36, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #74AA50 is Cyan = 0.32, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.33.

Color convert

RGB 116 170 80 -
CMYK 0.32 0 0.53 0.33
HSL 96º 0.36% 0.49% -
HSV(B) 96º 0.53% 0.67% -
XYZ 23.03 33.04 12.75 -
YUV 143.59 92.11 108.32 -
System Red Green Blue C M Y K H S L
Decimal 116 170 80 0.32 0 0.53 0.33 96 0.36 0.49
Hex 74 AA 50 20 0 35 21 60 24 31
Octal 164 252 120 40 0 65 41 140 44 61
Binary 1110100 10101010 1010000 100000 0 110101 100001 1100000 100100 110001

Color Harmonies of #74AA50

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74AA50

Black with #74AA50

Text Example


Text Example

White with #74AA50

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #74AA50; }

 p { color: rgb(116,170,80); }

 H1.HeaderClassName
 {
   color: #74AA50;
 }
 .AnyTagClassName
 {
   color: #74AA50;
 }
</style>

background-color css

<style>
 a { background-color: #74AA50; }

 a { background-color: rgb(116,170,80); }

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

border-color css

<style>
 span { border-color: #74AA50; }

 span { border-color: rgb(116,170,80); }

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