#7FA877

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

Shades of Amulet #7FA877

Tints of Amulet #7FA877

Color information

#7FA877 (or 0x7FA877) is unknown color: approx Amulet. HEX triplet: 7F, A8 and 77. RGB value is (127,168,119). Sum of RGB (Red+Green+Blue) = 127+168+119=414 (54% of max value = 765). Red value is 127 (50% from 255 or 30.68% from 414); Green value is 168 (66.02% from 255 or 40.58% from 414); Blue value is 119 (46.88% from 255 or 28.74% from 414); Max value from RGB is 168 - color contains mainly: green. Hex color #7FA877 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7FA877 is #805788. Grayscale: #969696. Windows color (decimal): -8411017 or 7841919. OLE color: 7841919.

HSL color Cylindrical-coordinate representation of color #7FA877: hue angle of 110.2º degrees, saturation: 0.22, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #7FA877 is Cyan = 0.24, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.34.

Color convert

RGB127168119-
CMYK0.2400.290.34
HSL110.2º21.97%56.27%-
HSV(B)110.2º29.17%65.88%-
XYZ26.0833.8522.61-
YUV150.16110.42111.48-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 30.68%
GREEN value IS 168 (66.02% from 255) = 40.58%
BLUE value IS 119 (46.88% from 255) = 28.74%
R=30.68%
G=40.58%
B=28.74%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1271681190.2400.290.34110.221.9756.27
Hex7FA8771801D226e1638
Octal17725016730035421562670
Binary111111110101000111011111000011101100010110111010110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7FA877

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(127,168,119); }

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

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

 a { background-color: rgb(127,168,119); }

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

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

 span { border-color: rgb(127,168,119); }

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