Html Css Color HEX #74A04F Asparagus

📋 copy color: '#74A04F'

red 116 ◦ green 160 ◦ blue 79

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

Shades of Asparagus #74A04F

Tints of Asparagus #74A04F

RGB

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

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

 BLUE value IS 79 (31.25% from 255) = 22.25%

R = 32.68%
G = 45.07%
B = 22.25%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.51

 K value IS 0.37

RGB Variations

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

Color information

#74A04F (or 0x74A04F) is known color: Asparagus. HEX triplet: 74, A0 and 4F. RGB value is (116,160,79). Sum of RGB (Red+Green+Blue) = 116+160+79=355 (47% of max value = 765). Red value is 116 (45.70% from 255 or 32.68% from 355); Green value is 160 (62.89% from 255 or 45.07% from 355); Blue value is 79 (31.25% from 255 or 22.25% from 355); Max value from RGB is 160 - color contains mainly: green. Hex color #74A04F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #74A04F is #8B5FB0. Grayscale: #898989. Windows color (decimal): -9134001 or 5218420. OLE color: 5218420.

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

Color convert

RGB 116 160 79 -
CMYK 0.28 0 0.51 0.37
HSL 92.59º 0.34% 0.47% -
HSV(B) 92.59º 0.51% 0.63% -
XYZ 21.18 29.42 11.96 -
YUV 137.61 94.92 112.59 -
System Red Green Blue C M Y K H S L
Decimal 116 160 79 0.28 0 0.51 0.37 92.59 0.34 0.47
Hex 74 A0 4F 1C 0 33 25 5D 22 2F
Octal 164 240 117 34 0 63 45 135 42 57
Binary 1110100 10100000 1001111 11100 0 110011 100101 1011101 100010 101111

Color Harmonies of #74A04F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74A04F

Black with #74A04F

Text Example


Text Example

White with #74A04F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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