#7FA374

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

Shades of Amulet #7FA374

Tints of Amulet #7FA374

Color information

#7FA374 (or 0x7FA374) is unknown color: approx Amulet. HEX triplet: 7F, A3 and 74. RGB value is (127,163,116). Sum of RGB (Red+Green+Blue) = 127+163+116=406 (53% of max value = 765). Red value is 127 (50% from 255 or 31.28% from 406); Green value is 163 (64.06% from 255 or 40.15% from 406); Blue value is 116 (45.70% from 255 or 28.57% from 406); Max value from RGB is 163 - color contains mainly: green. Hex color #7FA374 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7FA374 is #805C8B. Grayscale: #939393. Windows color (decimal): -8412300 or 7644031. OLE color: 7644031.

HSL color Cylindrical-coordinate representation of color #7FA374: hue angle of 105.96º degrees, saturation: 0.2, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #7FA374 is Cyan = 0.22, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.36.

Color convert

RGB127163116-
CMYK0.2200.290.36
HSL105.96º20.35%54.71%-
HSV(B)105.96º28.83%63.92%-
XYZ2531.9721.38-
YUV146.88110.57113.82-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 31.28%
GREEN value IS 163 (64.06% from 255) = 40.15%
BLUE value IS 116 (45.70% from 255) = 28.57%
R=31.28%
G=40.15%
B=28.57%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1271631160.2200.290.36105.9620.3554.71
Hex7FA3741601D246a1437
Octal17724316426035441522467
Binary111111110100011111010010110011101100100110101010100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7FA374

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(127,163,116); }

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

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

 a { background-color: rgb(127,163,116); }

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

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

 span { border-color: rgb(127,163,116); }

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