#7A9F76

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

Shades of Amulet #7A9F76

Tints of Amulet #7A9F76

Color information

#7A9F76 (or 0x7A9F76) is unknown color: approx Amulet. HEX triplet: 7A, 9F and 76. RGB value is (122,159,118). Sum of RGB (Red+Green+Blue) = 122+159+118=399 (52% of max value = 765). Red value is 122 (48.05% from 255 or 30.58% from 399); Green value is 159 (62.5% from 255 or 39.85% from 399); Blue value is 118 (46.48% from 255 or 29.57% from 399); Max value from RGB is 159 - color contains mainly: green. Hex color #7A9F76 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7A9F76 is #856089. Grayscale: #8F8F8F. Windows color (decimal): -8741002 or 7774074. OLE color: 7774074.

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

Color convert

RGB122159118-
CMYK0.2300.260.38
HSL114.15º17.6%54.31%-
HSV(B)114.15º25.79%62.35%-
XYZ23.6930.2421.73-
YUV143.26113.74112.83-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 30.58%
GREEN value IS 159 (62.5% from 255) = 39.85%
BLUE value IS 118 (46.48% from 255) = 29.57%
R=30.58%
G=39.85%
B=29.57%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1221591180.2300.260.38114.1517.654.31
Hex7A9F761701A26721236
Octal17223716627032461622266
Binary111101010011111111011010111011010100110111001010010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7A9F76

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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