Html Css Color HEX #7EA060 Asparagus

📋 copy color: '#7EA060'

red 126 ◦ green 160 ◦ blue 96

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

Shades of Asparagus #7EA060

Tints of Asparagus #7EA060

RGB

 RED value IS 126 (49.61% from 255) = 32.98%

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

 BLUE value IS 96 (37.89% from 255) = 25.13%

R = 32.98%
G = 41.88%
B = 25.13%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.4

 K value IS 0.37

RGB Variations

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

Color information

#7EA060 (or 0x7EA060) is known color: Asparagus. HEX triplet: 7E, A0 and 60. RGB value is (126,160,96). Sum of RGB (Red+Green+Blue) = 126+160+96=382 (50% of max value = 765). Red value is 126 (49.61% from 255 or 32.98% from 382); Green value is 160 (62.89% from 255 or 41.88% from 382); Blue value is 96 (37.89% from 255 or 25.13% from 382); Max value from RGB is 160 - color contains mainly: green. Hex color #7EA060 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7EA060 is #815F9F. Grayscale: #8E8E8E. Windows color (decimal): -8478624 or 6332542. OLE color: 6332542.

HSL color Cylindrical-coordinate representation of color #7EA060: hue angle of 91.88º degrees, saturation: 0.25, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #7EA060 is Cyan = 0.21, Magento = 0, Yellow = 0.4 and Black (K on CMYK) = 0.37.

Color convert

RGB 126 160 96 -
CMYK 0.21 0 0.4 0.37
HSL 91.88º 0.25% 0.5% -
HSV(B) 91.88º 0.4% 0.63% -
XYZ 23.29 30.42 15.71 -
YUV 142.54 101.74 116.2 -
System Red Green Blue C M Y K H S L
Decimal 126 160 96 0.21 0 0.4 0.37 91.88 0.25 0.5
Hex 7E A0 60 15 0 28 25 5C 19 32
Octal 176 240 140 25 0 50 45 134 31 62
Binary 1111110 10100000 1100000 10101 0 101000 100101 1011100 11001 110010

Color Harmonies of #7EA060

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7EA060

Black with #7EA060

Text Example


Text Example

White with #7EA060

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7EA060; }

 p { color: rgb(126,160,96); }

 H1.HeaderClassName
 {
   color: #7EA060;
 }
 .AnyTagClassName
 {
   color: #7EA060;
 }
</style>

background-color css

<style>
 a { background-color: #7EA060; }

 a { background-color: rgb(126,160,96); }

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

border-color css

<style>
 span { border-color: #7EA060; }

 span { border-color: rgb(126,160,96); }

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