#7FA879

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

Shades of Amulet #7FA879

Tints of Amulet #7FA879

Color information

#7FA879 (or 0x7FA879) is unknown color: approx Amulet. HEX triplet: 7F, A8 and 79. RGB value is (127,168,121). Sum of RGB (Red+Green+Blue) = 127+168+121=416 (55% of max value = 765). Red value is 127 (50% from 255 or 30.53% from 416); Green value is 168 (66.02% from 255 or 40.38% from 416); Blue value is 121 (47.66% from 255 or 29.09% from 416); Max value from RGB is 168 - color contains mainly: green. Hex color #7FA879 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7FA879 is #805786. Grayscale: #969696. Windows color (decimal): -8411015 or 7972991. OLE color: 7972991.

HSL color Cylindrical-coordinate representation of color #7FA879: hue angle of 112.34º degrees, saturation: 0.21, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #7FA879 is Cyan = 0.24, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.34.

Color convert

RGB127168121-
CMYK0.2400.280.34
HSL112.34º21.27%56.67%-
HSV(B)112.34º27.98%65.88%-
XYZ26.2133.923.25-
YUV150.38111.42111.32-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 30.53%
GREEN value IS 168 (66.02% from 255) = 40.38%
BLUE value IS 121 (47.66% from 255) = 29.09%
R=30.53%
G=40.38%
B=29.09%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1271681210.2400.280.34112.3421.2756.67
Hex7FA8791801C22701539
Octal17725017130034421602571
Binary111111110101000111100111000011100100010111000010101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7FA879

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(127,168,121); }

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

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

 a { background-color: rgb(127,168,121); }

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

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

 span { border-color: rgb(127,168,121); }

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