Html Css Color HEX #7E954D Asparagus

📋 copy color: '#7E954D'

red 126 ◦ green 149 ◦ blue 77

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

Shades of Asparagus #7E954D

Tints of Asparagus #7E954D

RGB

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

 GREEN value IS 149 (58.59% from 255) = 42.33%

 BLUE value IS 77 (30.47% from 255) = 21.88%

R = 35.8%
G = 42.33%
B = 21.88%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.48

 K value IS 0.42

RGB Variations

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

Color information

#7E954D (or 0x7E954D) is known color: Asparagus. HEX triplet: 7E, 95 and 4D. RGB value is (126,149,77). Sum of RGB (Red+Green+Blue) = 126+149+77=352 (46% of max value = 765). Red value is 126 (49.61% from 255 or 35.80% from 352); Green value is 149 (58.59% from 255 or 42.33% from 352); Blue value is 77 (30.47% from 255 or 21.88% from 352); Max value from RGB is 149 - color contains mainly: green. Hex color #7E954D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7E954D is #816AB2. Grayscale: #868686. Windows color (decimal): -8481459 or 5084542. OLE color: 5084542.

HSL color Cylindrical-coordinate representation of color #7E954D: hue angle of 79.17º degrees, saturation: 0.32, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #7E954D is Cyan = 0.15, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.42.

Color convert

RGB 126 149 77 -
CMYK 0.15 0 0.48 0.42
HSL 79.17º 0.32% 0.44% -
HSV(B) 79.17º 0.48% 0.58% -
XYZ 20.69 26.47 11.04 -
YUV 133.92 95.88 122.35 -
System Red Green Blue C M Y K H S L
Decimal 126 149 77 0.15 0 0.48 0.42 79.17 0.32 0.44
Hex 7E 95 4D F 0 30 2A 4F 20 2C
Octal 176 225 115 17 0 60 52 117 40 54
Binary 1111110 10010101 1001101 1111 0 110000 101010 1001111 100000 101100

Color Harmonies of #7E954D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7E954D

Black with #7E954D

Text Example


Text Example

White with #7E954D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(126,149,77); }

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

background-color css

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

 a { background-color: rgb(126,149,77); }

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

border-color css

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

 span { border-color: rgb(126,149,77); }

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