#7A9E71

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

Shades of Amulet #7A9E71

Tints of Amulet #7A9E71

Color information

#7A9E71 (or 0x7A9E71) is unknown color: approx Amulet. HEX triplet: 7A, 9E and 71. RGB value is (122,158,113). Sum of RGB (Red+Green+Blue) = 122+158+113=393 (52% of max value = 765). Red value is 122 (48.05% from 255 or 31.04% from 393); Green value is 158 (62.11% from 255 or 40.20% from 393); Blue value is 113 (44.53% from 255 or 28.75% from 393); Max value from RGB is 158 - color contains mainly: green. Hex color #7A9E71 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7A9E71 is #85618E. Grayscale: #8E8E8E. Windows color (decimal): -8741263 or 7446138. OLE color: 7446138.

HSL color Cylindrical-coordinate representation of color #7A9E71: hue angle of 108º degrees, saturation: 0.19, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #7A9E71 is Cyan = 0.23, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.38.

Color convert

RGB122158113-
CMYK0.2300.280.38
HSL108º18.83%53.14%-
HSV(B)108º28.48%61.96%-
XYZ23.2329.7820.15-
YUV142.11111.57113.66-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 31.04%
GREEN value IS 158 (62.11% from 255) = 40.20%
BLUE value IS 113 (44.53% from 255) = 28.75%
R=31.04%
G=40.20%
B=28.75%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1221581130.2300.280.3810818.8353.14
Hex7A9E711701C266c1335
Octal17223616127034461542365
Binary111101010011110111000110111011100100110110110010011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7A9E71

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(122,158,113); }

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

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

 a { background-color: rgb(122,158,113); }

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

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

 span { border-color: rgb(122,158,113); }

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