#7FAA7D

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

Shades of Amulet #7FAA7D

Tints of Amulet #7FAA7D

Color information

#7FAA7D (or 0x7FAA7D) is unknown color: approx Amulet. HEX triplet: 7F, AA and 7D. RGB value is (127,170,125). Sum of RGB (Red+Green+Blue) = 127+170+125=422 (55% of max value = 765). Red value is 127 (50% from 255 or 30.09% from 422); Green value is 170 (66.80% from 255 or 40.28% from 422); Blue value is 125 (49.22% from 255 or 29.62% from 422); Max value from RGB is 170 - color contains mainly: green. Hex color #7FAA7D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7FAA7D is #805582. Grayscale: #989898. Windows color (decimal): -8410499 or 8235647. OLE color: 8235647.

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

Color convert

RGB127170125-
CMYK0.2500.260.33
HSL117.33º20.93%57.84%-
HSV(B)117.33º26.47%66.67%-
XYZ26.8334.7424.69-
YUV152.01112.75110.16-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 30.09%
GREEN value IS 170 (66.80% from 255) = 40.28%
BLUE value IS 125 (49.22% from 255) = 29.62%
R=30.09%
G=40.28%
B=29.62%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1271701250.2500.260.33117.3320.9357.84
Hex7FAA7D1901A2175153a
Octal17725217531032411652572
Binary111111110101010111110111001011010100001111010110101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7FAA7D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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