#7AA66F

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

Shades of Amulet #7AA66F

Tints of Amulet #7AA66F

Color information

#7AA66F (or 0x7AA66F) is unknown color: approx Amulet. HEX triplet: 7A, A6 and 6F. RGB value is (122,166,111). Sum of RGB (Red+Green+Blue) = 122+166+111=399 (52% of max value = 765). Red value is 122 (48.05% from 255 or 30.58% from 399); Green value is 166 (65.23% from 255 or 41.60% from 399); Blue value is 111 (43.75% from 255 or 27.82% from 399); Max value from RGB is 166 - color contains mainly: green. Hex color #7AA66F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7AA66F is #855990. Grayscale: #929292. Windows color (decimal): -8739217 or 7317114. OLE color: 7317114.

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

Color convert

RGB122166111-
CMYK0.2700.330.35
HSL108º23.61%54.31%-
HSV(B)108º33.13%65.1%-
XYZ24.5332.5620.03-
YUV146.57107.92110.47-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 30.58%
GREEN value IS 166 (65.23% from 255) = 41.60%
BLUE value IS 111 (43.75% from 255) = 27.82%
R=30.58%
G=41.60%
B=27.82%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1221661110.2700.330.3510823.6154.31
Hex7AA66F1B021236c1836
Octal17224615733041431543066
Binary1111010101001101101111110110100001100011110110011000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7AA66F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(122,166,111); }

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

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

 a { background-color: rgb(122,166,111); }

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

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

 span { border-color: rgb(122,166,111); }

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