Html Css Color HEX #7FAA7E Envy

📋 copy color: '#7FAA7E'

red 127 ◦ green 170 ◦ blue 126

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

Shades of Envy #7FAA7E

Tints of Envy #7FAA7E

RGB

 RED value IS 127 (50% from 255) = 30.02%

 GREEN value IS 170 (66.8% from 255) = 40.19%

 BLUE value IS 126 (49.61% from 255) = 29.79%

R = 30.02%
G = 40.19%
B = 29.79%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.26

 K value IS 0.33

RGB Variations

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

Color information

#7FAA7E (or 0x7FAA7E) is known color: Envy. HEX triplet: 7F, AA and 7E. RGB value is (127,170,126). Sum of RGB (Red+Green+Blue) = 127+170+126=423 (56% of max value = 765). Red value is 127 (50% from 255 or 30.02% from 423); Green value is 170 (66.80% from 255 or 40.19% from 423); Blue value is 126 (49.61% from 255 or 29.79% from 423); Max value from RGB is 170 - color contains mainly: green. Hex color #7FAA7E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7FAA7E is #805581. Grayscale: #989898. Windows color (decimal): -8410498 or 8301183. OLE color: 8301183.

HSL color Cylindrical-coordinate representation of color #7FAA7E: hue angle of 118.64º degrees, saturation: 0.21, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #7FAA7E is Cyan = 0.25, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.33.

Color convert

RGB 127 170 126 -
CMYK 0.25 0 0.26 0.33
HSL 118.64º 0.21% 0.58% -
HSV(B) 118.64º 0.26% 0.67% -
XYZ 26.89 34.77 25.03 -
YUV 152.13 113.25 110.08 -
System Red Green Blue C M Y K H S L
Decimal 127 170 126 0.25 0 0.26 0.33 118.64 0.21 0.58
Hex 7F AA 7E 19 0 1A 21 77 15 3A
Octal 177 252 176 31 0 32 41 167 25 72
Binary 1111111 10101010 1111110 11001 0 11010 100001 1110111 10101 111010

Color Harmonies of #7FAA7E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7FAA7E

Black with #7FAA7E

Text Example


Text Example

White with #7FAA7E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(127,170,126); }

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

background-color css

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

 a { background-color: rgb(127,170,126); }

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

border-color css

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

 span { border-color: rgb(127,170,126); }

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