#7FA76B

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

Shades of Amulet #7FA76B

Tints of Amulet #7FA76B

Color information

#7FA76B (or 0x7FA76B) is unknown color: approx Amulet. HEX triplet: 7F, A7 and 6B. RGB value is (127,167,107). Sum of RGB (Red+Green+Blue) = 127+167+107=401 (53% of max value = 765). Red value is 127 (50% from 255 or 31.67% from 401); Green value is 167 (65.62% from 255 or 41.65% from 401); Blue value is 107 (42.19% from 255 or 26.68% from 401); Max value from RGB is 167 - color contains mainly: green. Hex color #7FA76B is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7FA76B is #805894. Grayscale: #949494. Windows color (decimal): -8411285 or 7055231. OLE color: 7055231.

HSL color Cylindrical-coordinate representation of color #7FA76B: hue angle of 100º degrees, saturation: 0.25, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #7FA76B is Cyan = 0.24, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.35.

Color convert

RGB127167107-
CMYK0.2400.360.35
HSL100º25.42%53.73%-
HSV(B)100º35.93%65.49%-
XYZ25.2233.2118.99-
YUV148.2104.75112.88-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 31.67%
GREEN value IS 167 (65.62% from 255) = 41.65%
BLUE value IS 107 (42.19% from 255) = 26.68%
R=31.67%
G=41.65%
B=26.68%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1271671070.2400.360.3510025.4253.73
Hex7FA76B1802423641936
Octal17724715330044431443166
Binary1111111101001111101011110000100100100011110010011001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7FA76B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(127,167,107); }

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

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

 a { background-color: rgb(127,167,107); }

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

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

 span { border-color: rgb(127,167,107); }

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