#7FA67C

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

Shades of Amulet #7FA67C

Tints of Amulet #7FA67C

Color information

#7FA67C (or 0x7FA67C) is unknown color: approx Amulet. HEX triplet: 7F, A6 and 7C. RGB value is (127,166,124). Sum of RGB (Red+Green+Blue) = 127+166+124=417 (55% of max value = 765). Red value is 127 (50% from 255 or 30.46% from 417); Green value is 166 (65.23% from 255 or 39.81% from 417); Blue value is 124 (48.83% from 255 or 29.74% from 417); Max value from RGB is 166 - color contains mainly: green. Hex color #7FA67C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7FA67C is #805983. Grayscale: #959595. Windows color (decimal): -8411524 or 8169087. OLE color: 8169087.

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

Color convert

RGB127166124-
CMYK0.2300.250.35
HSL115.71º19.09%56.86%-
HSV(B)115.71º25.3%65.1%-
XYZ26.0333.2424.11-
YUV149.55113.58111.92-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 30.46%
GREEN value IS 166 (65.23% from 255) = 39.81%
BLUE value IS 124 (48.83% from 255) = 29.74%
R=30.46%
G=39.81%
B=29.74%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1271661240.2300.250.35115.7119.0956.86
Hex7FA67C1701923741339
Octal17724617427031431642371
Binary111111110100110111110010111011001100011111010010011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7FA67C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(127,166,124); }

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

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

 a { background-color: rgb(127,166,124); }

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

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

 span { border-color: rgb(127,166,124); }

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