#7A9F71

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

Shades of Amulet #7A9F71

Tints of Amulet #7A9F71

Color information

#7A9F71 (or 0x7A9F71) is unknown color: approx Amulet. HEX triplet: 7A, 9F and 71. RGB value is (122,159,113). Sum of RGB (Red+Green+Blue) = 122+159+113=394 (52% of max value = 765). Red value is 122 (48.05% from 255 or 30.96% from 394); Green value is 159 (62.5% from 255 or 40.36% from 394); Blue value is 113 (44.53% from 255 or 28.68% from 394); Max value from RGB is 159 - color contains mainly: green. Hex color #7A9F71 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7A9F71 is #85608E. Grayscale: #8E8E8E. Windows color (decimal): -8741007 or 7446394. OLE color: 7446394.

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

Color convert

RGB122159113-
CMYK0.2300.290.38
HSL108.26º19.33%53.33%-
HSV(B)108.26º28.93%62.35%-
XYZ23.430.1320.2-
YUV142.69111.24113.24-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 30.96%
GREEN value IS 159 (62.5% from 255) = 40.36%
BLUE value IS 113 (44.53% from 255) = 28.68%
R=30.96%
G=40.36%
B=28.68%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1221591130.2300.290.38108.2619.3353.33
Hex7A9F711701D266c1335
Octal17223716127035461542365
Binary111101010011111111000110111011101100110110110010011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7A9F71

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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