#7FA56E

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

Shades of Amulet #7FA56E

Tints of Amulet #7FA56E

Color information

#7FA56E (or 0x7FA56E) is unknown color: approx Amulet. HEX triplet: 7F, A5 and 6E. RGB value is (127,165,110). Sum of RGB (Red+Green+Blue) = 127+165+110=402 (53% of max value = 765). Red value is 127 (50% from 255 or 31.59% from 402); Green value is 165 (64.84% from 255 or 41.04% from 402); Blue value is 110 (43.36% from 255 or 27.36% from 402); Max value from RGB is 165 - color contains mainly: green. Hex color #7FA56E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7FA56E is #805A91. Grayscale: #939393. Windows color (decimal): -8411794 or 7251327. OLE color: 7251327.

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

Color convert

RGB127165110-
CMYK0.2300.330.35
HSL101.45º23.4%53.92%-
HSV(B)101.45º33.33%64.71%-
XYZ25.0232.5519.72-
YUV147.37106.91113.47-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 31.59%
GREEN value IS 165 (64.84% from 255) = 41.04%
BLUE value IS 110 (43.36% from 255) = 27.36%
R=31.59%
G=41.04%
B=27.36%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1271651100.2300.330.35101.4523.453.92
Hex7FA56E1702123651736
Octal17724515627041431452766
Binary1111111101001011101110101110100001100011110010110111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7FA56E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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