Html Css Color HEX #74A049 Asparagus

📋 copy color: '#74A049'

red 116 ◦ green 160 ◦ blue 73

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

Shades of Asparagus #74A049

Tints of Asparagus #74A049

RGB

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

 GREEN value IS 160 (62.89% from 255) = 45.85%

 BLUE value IS 73 (28.91% from 255) = 20.92%

R = 33.24%
G = 45.85%
B = 20.92%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.54

 K value IS 0.37

RGB Variations

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

Color information

#74A049 (or 0x74A049) is known color: Asparagus. HEX triplet: 74, A0 and 49. RGB value is (116,160,73). Sum of RGB (Red+Green+Blue) = 116+160+73=349 (46% of max value = 765). Red value is 116 (45.70% from 255 or 33.24% from 349); Green value is 160 (62.89% from 255 or 45.85% from 349); Blue value is 73 (28.91% from 255 or 20.92% from 349); Max value from RGB is 160 - color contains mainly: green. Hex color #74A049 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #74A049 is #8B5FB6. Grayscale: #898989. Windows color (decimal): -9134007 or 4825204. OLE color: 4825204.

HSL color Cylindrical-coordinate representation of color #74A049: hue angle of 90.34º degrees, saturation: 0.37, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #74A049 is Cyan = 0.28, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.37.

Color convert

RGB 116 160 73 -
CMYK 0.28 0 0.54 0.37
HSL 90.34º 0.37% 0.46% -
HSV(B) 90.34º 0.54% 0.63% -
XYZ 20.98 29.34 10.86 -
YUV 136.93 91.92 113.07 -
System Red Green Blue C M Y K H S L
Decimal 116 160 73 0.28 0 0.54 0.37 90.34 0.37 0.46
Hex 74 A0 49 1C 0 36 25 5A 25 2E
Octal 164 240 111 34 0 66 45 132 45 56
Binary 1110100 10100000 1001001 11100 0 110110 100101 1011010 100101 101110

Color Harmonies of #74A049

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74A049

Black with #74A049

Text Example


Text Example

White with #74A049

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(116,160,73); }

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

background-color css

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

 a { background-color: rgb(116,160,73); }

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

border-color css

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

 span { border-color: rgb(116,160,73); }

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