Html Css Color HEX #7DA14E Asparagus

📋 copy color: '#7DA14E'

red 125 ◦ green 161 ◦ blue 78

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

Shades of Asparagus #7DA14E

Tints of Asparagus #7DA14E

RGB

 RED value IS 125 (49.22% from 255) = 34.34%

 GREEN value IS 161 (63.28% from 255) = 44.23%

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

R = 34.34%
G = 44.23%
B = 21.43%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.52

 K value IS 0.37

RGB Variations

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

Color information

#7DA14E (or 0x7DA14E) is known color: Asparagus. HEX triplet: 7D, A1 and 4E. RGB value is (125,161,78). Sum of RGB (Red+Green+Blue) = 125+161+78=364 (48% of max value = 765). Red value is 125 (49.22% from 255 or 34.34% from 364); Green value is 161 (63.28% from 255 or 44.23% from 364); Blue value is 78 (30.86% from 255 or 21.43% from 364); Max value from RGB is 161 - color contains mainly: green. Hex color #7DA14E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7DA14E is #825EB1. Grayscale: #8D8D8D. Windows color (decimal): -8543922 or 5153149. OLE color: 5153149.

HSL color Cylindrical-coordinate representation of color #7DA14E: hue angle of 86.02º degrees, saturation: 0.35, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #7DA14E is Cyan = 0.22, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.37.

Color convert

RGB 125 161 78 -
CMYK 0.22 0 0.52 0.37
HSL 86.02º 0.35% 0.47% -
HSV(B) 86.02º 0.52% 0.63% -
XYZ 22.58 30.4 11.89 -
YUV 140.77 92.57 116.75 -
System Red Green Blue C M Y K H S L
Decimal 125 161 78 0.22 0 0.52 0.37 86.02 0.35 0.47
Hex 7D A1 4E 16 0 34 25 56 23 2F
Octal 175 241 116 26 0 64 45 126 43 57
Binary 1111101 10100001 1001110 10110 0 110100 100101 1010110 100011 101111

Color Harmonies of #7DA14E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7DA14E

Black with #7DA14E

Text Example


Text Example

White with #7DA14E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(125,161,78); }

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

background-color css

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

 a { background-color: rgb(125,161,78); }

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

border-color css

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

 span { border-color: rgb(125,161,78); }

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