#7AA76C

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

Shades of Amulet #7AA76C

Tints of Amulet #7AA76C

Color information

#7AA76C (or 0x7AA76C) is unknown color: approx Amulet. HEX triplet: 7A, A7 and 6C. RGB value is (122,167,108). Sum of RGB (Red+Green+Blue) = 122+167+108=397 (52% of max value = 765). Red value is 122 (48.05% from 255 or 30.73% from 397); Green value is 167 (65.62% from 255 or 42.07% from 397); Blue value is 108 (42.58% from 255 or 27.20% from 397); Max value from RGB is 167 - color contains mainly: green. Hex color #7AA76C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7AA76C is #855893. Grayscale: #939393. Windows color (decimal): -8738964 or 7120762. OLE color: 7120762.

HSL color Cylindrical-coordinate representation of color #7AA76C: hue angle of 105.76º degrees, saturation: 0.25, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #7AA76C is Cyan = 0.27, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.35.

Color convert

RGB122167108-
CMYK0.2700.350.35
HSL105.76º25.11%53.92%-
HSV(B)105.76º35.33%65.49%-
XYZ24.5532.8619.24-
YUV146.82106.09110.3-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 30.73%
GREEN value IS 167 (65.62% from 255) = 42.07%
BLUE value IS 108 (42.58% from 255) = 27.20%
R=30.73%
G=42.07%
B=27.20%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1221671080.2700.350.35105.7625.1153.92
Hex7AA76C1B023236a1936
Octal17224715433043431523166
Binary1111010101001111101100110110100011100011110101011001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7AA76C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(122,167,108); }

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

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

 a { background-color: rgb(122,167,108); }

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

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

 span { border-color: rgb(122,167,108); }

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