#7FAE6A

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

Shades of Amulet #7FAE6A

Tints of Amulet #7FAE6A

Color information

#7FAE6A (or 0x7FAE6A) is unknown color: approx Amulet. HEX triplet: 7F, AE and 6A. RGB value is (127,174,106). Sum of RGB (Red+Green+Blue) = 127+174+106=407 (53% of max value = 765). Red value is 127 (50% from 255 or 31.20% from 407); Green value is 174 (68.36% from 255 or 42.75% from 407); Blue value is 106 (41.80% from 255 or 26.04% from 407); Max value from RGB is 174 - color contains mainly: green. Hex color #7FAE6A is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7FAE6A is #805195. Grayscale: #989898. Windows color (decimal): -8409494 or 6991487. OLE color: 6991487.

HSL color Cylindrical-coordinate representation of color #7FAE6A: hue angle of 101.47º degrees, saturation: 0.3, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #7FAE6A is Cyan = 0.27, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.32.

Color convert

RGB127174106-
CMYK0.2700.390.32
HSL101.47º29.57%54.9%-
HSV(B)101.47º39.08%68.24%-
XYZ26.4935.8219.15-
YUV152.2101.93110.03-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 31.20%
GREEN value IS 174 (68.36% from 255) = 42.75%
BLUE value IS 106 (41.80% from 255) = 26.04%
R=31.20%
G=42.75%
B=26.04%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1271741060.2700.390.32101.4729.5754.9
Hex7FAE6A1B02720651e37
Octal17725615233047401453667
Binary1111111101011101101010110110100111100000110010111110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7FAE6A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(127,174,106); }

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

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

 a { background-color: rgb(127,174,106); }

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

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

 span { border-color: rgb(127,174,106); }

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