Html Css Color HEX #76A04E Asparagus

📋 copy color: '#76A04E'

red 118 ◦ green 160 ◦ blue 78

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

Shades of Asparagus #76A04E

Tints of Asparagus #76A04E

RGB

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

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

 BLUE value IS 78 (30.86% from 255) = 21.91%

R = 33.15%
G = 44.94%
B = 21.91%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.51

 K value IS 0.37

RGB Variations

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

Color information

#76A04E (or 0x76A04E) is known color: Asparagus. HEX triplet: 76, A0 and 4E. RGB value is (118,160,78). Sum of RGB (Red+Green+Blue) = 118+160+78=356 (47% of max value = 765). Red value is 118 (46.48% from 255 or 33.15% from 356); Green value is 160 (62.89% from 255 or 44.94% from 356); Blue value is 78 (30.86% from 255 or 21.91% from 356); Max value from RGB is 160 - color contains mainly: green. Hex color #76A04E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #76A04E is #895FB1. Grayscale: #8A8A8A. Windows color (decimal): -9002930 or 5152886. OLE color: 5152886.

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

Color convert

RGB 118 160 78 -
CMYK 0.26 0 0.51 0.37
HSL 90.73º 0.34% 0.47% -
HSV(B) 90.73º 0.51% 0.63% -
XYZ 21.42 29.54 11.78 -
YUV 138.09 94.09 113.67 -
System Red Green Blue C M Y K H S L
Decimal 118 160 78 0.26 0 0.51 0.37 90.73 0.34 0.47
Hex 76 A0 4E 1A 0 33 25 5B 22 2F
Octal 166 240 116 32 0 63 45 133 42 57
Binary 1110110 10100000 1001110 11010 0 110011 100101 1011011 100010 101111

Color Harmonies of #76A04E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76A04E

Black with #76A04E

Text Example


Text Example

White with #76A04E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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