#7FAC76

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

Shades of Amulet #7FAC76

Tints of Amulet #7FAC76

Color information

#7FAC76 (or 0x7FAC76) is unknown color: approx Amulet. HEX triplet: 7F, AC and 76. RGB value is (127,172,118). Sum of RGB (Red+Green+Blue) = 127+172+118=417 (55% of max value = 765). Red value is 127 (50% from 255 or 30.46% from 417); Green value is 172 (67.58% from 255 or 41.25% from 417); Blue value is 118 (46.48% from 255 or 28.30% from 417); Max value from RGB is 172 - color contains mainly: green. Hex color #7FAC76 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7FAC76 is #805389. Grayscale: #989898. Windows color (decimal): -8409994 or 7777407. OLE color: 7777407.

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

Color convert

RGB127172118-
CMYK0.2600.310.33
HSL110º24.55%56.86%-
HSV(B)110º31.4%67.45%-
XYZ26.7735.3322.55-
YUV152.39108.59109.89-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 30.46%
GREEN value IS 172 (67.58% from 255) = 41.25%
BLUE value IS 118 (46.48% from 255) = 28.30%
R=30.46%
G=41.25%
B=28.30%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1271721180.2600.310.3311024.5556.86
Hex7FAC761A01F216e1939
Octal17725416632037411563171
Binary111111110101100111011011010011111100001110111011001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7FAC76

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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