#7FA271

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

Shades of Amulet #7FA271

Tints of Amulet #7FA271

Color information

#7FA271 (or 0x7FA271) is unknown color: approx Amulet. HEX triplet: 7F, A2 and 71. RGB value is (127,162,113). Sum of RGB (Red+Green+Blue) = 127+162+113=402 (53% of max value = 765). Red value is 127 (50% from 255 or 31.59% from 402); Green value is 162 (63.67% from 255 or 40.30% from 402); Blue value is 113 (44.53% from 255 or 28.11% from 402); Max value from RGB is 162 - color contains mainly: green. Hex color #7FA271 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7FA271 is #805D8E. Grayscale: #929292. Windows color (decimal): -8412559 or 7447167. OLE color: 7447167.

HSL color Cylindrical-coordinate representation of color #7FA271: hue angle of 102.86º degrees, saturation: 0.21, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #7FA271 is Cyan = 0.22, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.36.

Color convert

RGB127162113-
CMYK0.2200.300.36
HSL102.86º20.85%53.92%-
HSV(B)102.86º30.25%63.53%-
XYZ24.6531.5420.41-
YUV145.95109.4114.48-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 31.59%
GREEN value IS 162 (63.67% from 255) = 40.30%
BLUE value IS 113 (44.53% from 255) = 28.11%
R=31.59%
G=40.30%
B=28.11%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1271621130.2200.300.36102.8620.8553.92
Hex7FA2711601E24671536
Octal17724216126036441472566
Binary111111110100010111000110110011110100100110011110101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7FA271

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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