#7FA57D

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

Shades of Amulet #7FA57D

Tints of Amulet #7FA57D

Color information

#7FA57D (or 0x7FA57D) is unknown color: approx Amulet. HEX triplet: 7F, A5 and 7D. RGB value is (127,165,125). Sum of RGB (Red+Green+Blue) = 127+165+125=417 (55% of max value = 765). Red value is 127 (50% from 255 or 30.46% from 417); Green value is 165 (64.84% from 255 or 39.57% from 417); Blue value is 125 (49.22% from 255 or 29.98% from 417); Max value from RGB is 165 - color contains mainly: green. Hex color #7FA57D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7FA57D is #805A82. Grayscale: #959595. Windows color (decimal): -8411779 or 8234367. OLE color: 8234367.

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

Color convert

RGB127165125-
CMYK0.2300.240.35
HSL117º18.18%56.86%-
HSV(B)117º24.24%64.71%-
XYZ25.9132.924.39-
YUV149.08114.41112.25-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 30.46%
GREEN value IS 165 (64.84% from 255) = 39.57%
BLUE value IS 125 (49.22% from 255) = 29.98%
R=30.46%
G=39.57%
B=29.98%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1271651250.2300.240.3511718.1856.86
Hex7FA57D1701823751239
Octal17724517527030431652271
Binary111111110100101111110110111011000100011111010110010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7FA57D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(127,165,125); }

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

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

 a { background-color: rgb(127,165,125); }

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

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

 span { border-color: rgb(127,165,125); }

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