#7FA27D

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

Shades of Amulet #7FA27D

Tints of Amulet #7FA27D

Color information

#7FA27D (or 0x7FA27D) is unknown color: approx Amulet. HEX triplet: 7F, A2 and 7D. RGB value is (127,162,125). Sum of RGB (Red+Green+Blue) = 127+162+125=414 (54% of max value = 765). Red value is 127 (50% from 255 or 30.68% from 414); Green value is 162 (63.67% from 255 or 39.13% from 414); Blue value is 125 (49.22% from 255 or 30.19% from 414); Max value from RGB is 162 - color contains mainly: green. Hex color #7FA27D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7FA27D is #805D82. Grayscale: #939393. Windows color (decimal): -8412547 or 8233599. OLE color: 8233599.

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

Color convert

RGB127162125-
CMYK0.2200.230.36
HSL116.76º16.59%56.27%-
HSV(B)116.76º22.84%63.53%-
XYZ25.3731.8324.21-
YUV147.32115.4113.51-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 30.68%
GREEN value IS 162 (63.67% from 255) = 39.13%
BLUE value IS 125 (49.22% from 255) = 30.19%
R=30.68%
G=39.13%
B=30.19%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1271621250.2200.230.36116.7616.5956.27
Hex7FA27D1601724751138
Octal17724217526027441652170
Binary111111110100010111110110110010111100100111010110001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7FA27D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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