Html Css Color HEX #76A04A Asparagus

📋 copy color: '#76A04A'

red 118 ◦ green 160 ◦ blue 74

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

Shades of Asparagus #76A04A

Tints of Asparagus #76A04A

RGB

 RED value IS 118 (46.48% from 255) = 33.52%

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

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

R = 33.52%
G = 45.45%
B = 21.02%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.54

 K value IS 0.37

RGB Variations

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

Color information

#76A04A (or 0x76A04A) is known color: Asparagus. HEX triplet: 76, A0 and 4A. RGB value is (118,160,74). Sum of RGB (Red+Green+Blue) = 118+160+74=352 (46% of max value = 765). Red value is 118 (46.48% from 255 or 33.52% from 352); Green value is 160 (62.89% from 255 or 45.45% from 352); Blue value is 74 (29.30% from 255 or 21.02% from 352); Max value from RGB is 160 - color contains mainly: green. Hex color #76A04A is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #76A04A is #895FB5. Grayscale: #898989. Windows color (decimal): -9002934 or 4890742. OLE color: 4890742.

HSL color Cylindrical-coordinate representation of color #76A04A: hue angle of 89.3º 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 #76A04A is Cyan = 0.26, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.37.

Color convert

RGB 118 160 74 -
CMYK 0.26 0 0.54 0.37
HSL 89.3º 0.37% 0.46% -
HSV(B) 89.3º 0.54% 0.63% -
XYZ 21.28 29.49 11.05 -
YUV 137.64 92.09 113.99 -
System Red Green Blue C M Y K H S L
Decimal 118 160 74 0.26 0 0.54 0.37 89.3 0.37 0.46
Hex 76 A0 4A 1A 0 36 25 59 25 2E
Octal 166 240 112 32 0 66 45 131 45 56
Binary 1110110 10100000 1001010 11010 0 110110 100101 1011001 100101 101110

Color Harmonies of #76A04A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76A04A

Black with #76A04A

Text Example


Text Example

White with #76A04A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #76A04A; }

 p { color: rgb(118,160,74); }

 H1.HeaderClassName
 {
   color: #76A04A;
 }
 .AnyTagClassName
 {
   color: #76A04A;
 }
</style>

background-color css

<style>
 a { background-color: #76A04A; }

 a { background-color: rgb(118,160,74); }

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

border-color css

<style>
 span { border-color: #76A04A; }

 span { border-color: rgb(118,160,74); }

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