Html Css Color HEX #7CAE80 Envy

📋 copy color: '#7CAE80'

red 124 ◦ green 174 ◦ blue 128

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

Shades of Envy #7CAE80

Tints of Envy #7CAE80

RGB

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

 GREEN value IS 174 (68.36% from 255) = 40.85%

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

R = 29.11%
G = 40.85%
B = 30.05%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.26

 K value IS 0.32

RGB Variations

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

Color information

#7CAE80 (or 0x7CAE80) is known color: Envy. HEX triplet: 7C, AE and 80. RGB value is (124,174,128). Sum of RGB (Red+Green+Blue) = 124+174+128=426 (56% of max value = 765). Red value is 124 (48.83% from 255 or 29.11% from 426); Green value is 174 (68.36% from 255 or 40.85% from 426); Blue value is 128 (50.39% from 255 or 30.05% from 426); Max value from RGB is 174 - color contains mainly: green. Hex color #7CAE80 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7CAE80 is #83517F. Grayscale: #999999. Windows color (decimal): -8606080 or 8433276. OLE color: 8433276.

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

Color convert

RGB 124 174 128 -
CMYK 0.29 0 0.26 0.32
HSL 124.8º 0.24% 0.58% -
HSV(B) 124.8º 0.29% 0.68% -
XYZ 27.34 36.12 25.95 -
YUV 153.81 113.44 106.74 -
System Red Green Blue C M Y K H S L
Decimal 124 174 128 0.29 0 0.26 0.32 124.8 0.24 0.58
Hex 7C AE 80 1D 0 1A 20 7D 18 3A
Octal 174 256 200 35 0 32 40 175 30 72
Binary 1111100 10101110 10000000 11101 0 11010 100000 1111101 11000 111010

Color Harmonies of #7CAE80

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7CAE80

Black with #7CAE80

Text Example


Text Example

White with #7CAE80

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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