#7FAD81

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

Shades of Envy #7FAD81

Tints of Envy #7FAD81

Color information

#7FAD81 (or 0x7FAD81) is unknown color: approx Envy. HEX triplet: 7F, AD and 81. RGB value is (127,173,129). Sum of RGB (Red+Green+Blue) = 127+173+129=429 (56% of max value = 765). Red value is 127 (50% from 255 or 29.60% from 429); Green value is 173 (67.97% from 255 or 40.33% from 429); Blue value is 129 (50.78% from 255 or 30.07% from 429); Max value from RGB is 173 - color contains mainly: green. Hex color #7FAD81 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7FAD81 is #80527E. Grayscale: #9A9A9A. Windows color (decimal): -8409727 or 8498559. OLE color: 8498559.

HSL color Cylindrical-coordinate representation of color #7FAD81: hue angle of 122.61º degrees, saturation: 0.22, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #7FAD81 is Cyan = 0.27, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.32.

Color convert

RGB127173129-
CMYK0.2700.250.32
HSL122.61º21.9%58.82%-
HSV(B)122.61º26.59%67.84%-
XYZ27.6635.9826.26-
YUV154.23113.76108.58-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 29.60%
GREEN value IS 173 (67.97% from 255) = 40.33%
BLUE value IS 129 (50.78% from 255) = 30.07%
R=29.60%
G=40.33%
B=30.07%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1271731290.2700.250.32122.6121.958.82
Hex7FAD811B019207b163b
Octal17725520133031401732673
Binary1111111101011011000000111011011001100000111101110110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7FAD81

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(127,173,129); }

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

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

 a { background-color: rgb(127,173,129); }

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

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

 span { border-color: rgb(127,173,129); }

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