#7FA976

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

Shades of Amulet #7FA976

Tints of Amulet #7FA976

Color information

#7FA976 (or 0x7FA976) is unknown color: approx Amulet. HEX triplet: 7F, A9 and 76. RGB value is (127,169,118). Sum of RGB (Red+Green+Blue) = 127+169+118=414 (54% of max value = 765). Red value is 127 (50% from 255 or 30.68% from 414); Green value is 169 (66.41% from 255 or 40.82% from 414); Blue value is 118 (46.48% from 255 or 28.50% from 414); Max value from RGB is 169 - color contains mainly: green. Hex color #7FA976 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7FA976 is #805689. Grayscale: #969696. Windows color (decimal): -8410762 or 7776639. OLE color: 7776639.

HSL color Cylindrical-coordinate representation of color #7FA976: hue angle of 109.41º degrees, saturation: 0.23, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #7FA976 is Cyan = 0.25, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.34.

Color convert

RGB127169118-
CMYK0.2500.300.34
HSL109.41º22.87%56.27%-
HSV(B)109.41º30.18%66.27%-
XYZ26.2134.222.36-
YUV150.63109.59111.15-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 30.68%
GREEN value IS 169 (66.41% from 255) = 40.82%
BLUE value IS 118 (46.48% from 255) = 28.50%
R=30.68%
G=40.82%
B=28.50%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1271691180.2500.300.34109.4122.8756.27
Hex7FA9761901E226d1738
Octal17725116631036421552770
Binary111111110101001111011011001011110100010110110110111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7FA976

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(127,169,118); }

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

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

 a { background-color: rgb(127,169,118); }

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

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

 span { border-color: rgb(127,169,118); }

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