#7FAA84

Color #7FAA84 Envy (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Envy #7FAA84

Tints of Envy #7FAA84

Color information

#7FAA84 (or 0x7FAA84) is unknown color: approx Envy. HEX triplet: 7F, AA and 84. RGB value is (127,170,132). Sum of RGB (Red+Green+Blue) = 127+170+132=429 (56% of max value = 765). Red value is 127 (50% from 255 or 29.60% from 429); Green value is 170 (66.80% from 255 or 39.63% from 429); Blue value is 132 (51.95% from 255 or 30.77% from 429); Max value from RGB is 170 - color contains mainly: green. Hex color #7FAA84 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7FAA84 is #80557B. Grayscale: #989898. Windows color (decimal): -8410492 or 8694399. OLE color: 8694399.

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

Color convert

RGB127170132-
CMYK0.2500.220.33
HSL126.98º20.19%58.24%-
HSV(B)126.98º25.29%66.67%-
XYZ27.2934.9327.13-
YUV152.81116.25109.59-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 29.60%
GREEN value IS 170 (66.80% from 255) = 39.63%
BLUE value IS 132 (51.95% from 255) = 30.77%
R=29.60%
G=39.63%
B=30.77%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1271701320.2500.220.33126.9820.1958.24
Hex7FAA8419016217f143a
Octal17725220431026411772472
Binary1111111101010101000010011001010110100001111111110100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7FAA84

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #7FAA84;
 }
 .AnyTagClassName
 {
   color: #7FAA84;
 }
</style>
background-color css

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

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

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

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

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

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