#7FAB79

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

Shades of Amulet #7FAB79

Tints of Amulet #7FAB79

Color information

#7FAB79 (or 0x7FAB79) is unknown color: approx Amulet. HEX triplet: 7F, AB and 79. RGB value is (127,171,121). Sum of RGB (Red+Green+Blue) = 127+171+121=419 (55% of max value = 765). Red value is 127 (50% from 255 or 30.31% from 419); Green value is 171 (67.19% from 255 or 40.81% from 419); Blue value is 121 (47.66% from 255 or 28.88% from 419); Max value from RGB is 171 - color contains mainly: green. Hex color #7FAB79 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7FAB79 is #805486. Grayscale: #989898. Windows color (decimal): -8410247 or 7973759. OLE color: 7973759.

HSL color Cylindrical-coordinate representation of color #7FAB79: hue angle of 112.8º degrees, saturation: 0.23, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #7FAB79 is Cyan = 0.26, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.33.

Color convert

RGB127171121-
CMYK0.2600.290.33
HSL112.8º22.94%57.25%-
HSV(B)112.8º29.24%67.06%-
XYZ26.7735.0223.44-
YUV152.14110.42110.07-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 30.31%
GREEN value IS 171 (67.19% from 255) = 40.81%
BLUE value IS 121 (47.66% from 255) = 28.88%
R=30.31%
G=40.81%
B=28.88%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1271711210.2600.290.33112.822.9457.25
Hex7FAB791A01D21711739
Octal17725317132035411612771
Binary111111110101011111100111010011101100001111000110111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7FAB79

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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