#7FA081

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

Shades of Envy #7FA081

Tints of Envy #7FA081

Color information

#7FA081 (or 0x7FA081) is unknown color: approx Envy. HEX triplet: 7F, A0 and 81. RGB value is (127,160,129). Sum of RGB (Red+Green+Blue) = 127+160+129=416 (55% of max value = 765). Red value is 127 (50% from 255 or 30.53% from 416); Green value is 160 (62.89% from 255 or 38.46% from 416); Blue value is 129 (50.78% from 255 or 31.01% from 416); Max value from RGB is 160 - color contains mainly: green. Hex color #7FA081 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7FA081 is #805F7E. Grayscale: #929292. Windows color (decimal): -8413055 or 8495231. OLE color: 8495231.

HSL color Cylindrical-coordinate representation of color #7FA081: hue angle of 123.64º degrees, saturation: 0.15, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #7FA081 is Cyan = 0.21, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.37.

Color convert

RGB127160129-
CMYK0.2100.190.37
HSL123.64º14.8%56.27%-
HSV(B)123.64º20.62%62.75%-
XYZ25.2931.2425.47-
YUV146.6118.07114.02-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 30.53%
GREEN value IS 160 (62.89% from 255) = 38.46%
BLUE value IS 129 (50.78% from 255) = 31.01%
R=30.53%
G=38.46%
B=31.01%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1271601290.2100.190.37123.6414.856.27
Hex7FA08115013257cf38
Octal17724020125023451741770
Binary111111110100000100000011010101001110010111111001111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7FA081

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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