#7AAD66

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

Shades of Amulet #7AAD66

Tints of Amulet #7AAD66

Color information

#7AAD66 (or 0x7AAD66) is unknown color: approx Amulet. HEX triplet: 7A, AD and 66. RGB value is (122,173,102). Sum of RGB (Red+Green+Blue) = 122+173+102=397 (52% of max value = 765). Red value is 122 (48.05% from 255 or 30.73% from 397); Green value is 173 (67.97% from 255 or 43.58% from 397); Blue value is 102 (40.23% from 255 or 25.69% from 397); Max value from RGB is 173 - color contains mainly: green. Hex color #7AAD66 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7AAD66 is #855299. Grayscale: #959595. Windows color (decimal): -8737434 or 6729082. OLE color: 6729082.

HSL color Cylindrical-coordinate representation of color #7AAD66: hue angle of 103.1º degrees, saturation: 0.3, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #7AAD66 is Cyan = 0.29, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.32.

Color convert

RGB122173102-
CMYK0.2900.410.32
HSL103.1º30.21%53.92%-
HSV(B)103.1º41.04%67.84%-
XYZ25.3734.9817.99-
YUV149.66101.1108.27-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 30.73%
GREEN value IS 173 (67.97% from 255) = 43.58%
BLUE value IS 102 (40.23% from 255) = 25.69%
R=30.73%
G=43.58%
B=25.69%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1221731020.2900.410.32103.130.2153.92
Hex7AAD661D02920671e36
Octal17225514635051401473666
Binary1111010101011011100110111010101001100000110011111110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7AAD66

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(122,173,102); }

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

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

 a { background-color: rgb(122,173,102); }

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

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

 span { border-color: rgb(122,173,102); }

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