#7FA276

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

Shades of Amulet #7FA276

Tints of Amulet #7FA276

Color information

#7FA276 (or 0x7FA276) is unknown color: approx Amulet. HEX triplet: 7F, A2 and 76. RGB value is (127,162,118). Sum of RGB (Red+Green+Blue) = 127+162+118=407 (53% of max value = 765). Red value is 127 (50% from 255 or 31.20% from 407); Green value is 162 (63.67% from 255 or 39.80% from 407); Blue value is 118 (46.48% from 255 or 28.99% from 407); Max value from RGB is 162 - color contains mainly: green. Hex color #7FA276 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7FA276 is #805D89. Grayscale: #929292. Windows color (decimal): -8412554 or 7774847. OLE color: 7774847.

HSL color Cylindrical-coordinate representation of color #7FA276: hue angle of 107.73º degrees, saturation: 0.19, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #7FA276 is Cyan = 0.22, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.36.

Color convert

RGB127162118-
CMYK0.2200.270.36
HSL107.73º19.13%54.9%-
HSV(B)107.73º27.16%63.53%-
XYZ24.9431.6621.94-
YUV146.52111.9114.08-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 31.20%
GREEN value IS 162 (63.67% from 255) = 39.80%
BLUE value IS 118 (46.48% from 255) = 28.99%
R=31.20%
G=39.80%
B=28.99%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1271621180.2200.270.36107.7319.1354.9
Hex7FA2761601B246c1337
Octal17724216626033441542367
Binary111111110100010111011010110011011100100110110010011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7FA276

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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