Html Css Color HEX #7CAD80 Envy

📋 copy color: '#7CAD80'

red 124 ◦ green 173 ◦ blue 128

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

Shades of Envy #7CAD80

Tints of Envy #7CAD80

RGB

 RED value IS 124 (48.83% from 255) = 29.18%

 GREEN value IS 173 (67.97% from 255) = 40.71%

 BLUE value IS 128 (50.39% from 255) = 30.12%

R = 29.18%
G = 40.71%
B = 30.12%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.26

 K value IS 0.32

RGB Variations

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

Color information

#7CAD80 (or 0x7CAD80) is known color: Envy. HEX triplet: 7C, AD and 80. RGB value is (124,173,128). Sum of RGB (Red+Green+Blue) = 124+173+128=425 (56% of max value = 765). Red value is 124 (48.83% from 255 or 29.18% from 425); Green value is 173 (67.97% from 255 or 40.71% from 425); Blue value is 128 (50.39% from 255 or 30.12% from 425); Max value from RGB is 173 - color contains mainly: green. Hex color #7CAD80 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7CAD80 is #83527F. Grayscale: #999999. Windows color (decimal): -8606336 or 8433020. OLE color: 8433020.

HSL color Cylindrical-coordinate representation of color #7CAD80: hue angle of 124.9º degrees, saturation: 0.23, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #7CAD80 is Cyan = 0.28, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.32.

Color convert

RGB 124 173 128 -
CMYK 0.28 0 0.26 0.32
HSL 124.9º 0.23% 0.58% -
HSV(B) 124.9º 0.28% 0.68% -
XYZ 27.15 35.73 25.89 -
YUV 153.22 113.77 107.16 -
System Red Green Blue C M Y K H S L
Decimal 124 173 128 0.28 0 0.26 0.32 124.9 0.23 0.58
Hex 7C AD 80 1C 0 1A 20 7D 17 3A
Octal 174 255 200 34 0 32 40 175 27 72
Binary 1111100 10101101 10000000 11100 0 11010 100000 1111101 10111 111010

Color Harmonies of #7CAD80

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7CAD80

Black with #7CAD80

Text Example


Text Example

White with #7CAD80

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(124,173,128); }

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

background-color css

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

 a { background-color: rgb(124,173,128); }

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

border-color css

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

 span { border-color: rgb(124,173,128); }

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