#7AAA66

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

Shades of Amulet #7AAA66

Tints of Amulet #7AAA66

Color information

#7AAA66 (or 0x7AAA66) is unknown color: approx Amulet. HEX triplet: 7A, AA and 66. RGB value is (122,170,102). Sum of RGB (Red+Green+Blue) = 122+170+102=394 (52% of max value = 765). Red value is 122 (48.05% from 255 or 30.96% from 394); Green value is 170 (66.80% from 255 or 43.15% from 394); Blue value is 102 (40.23% from 255 or 25.89% from 394); Max value from RGB is 170 - color contains mainly: green. Hex color #7AAA66 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7AAA66 is #855599. Grayscale: #949494. Windows color (decimal): -8738202 or 6728314. OLE color: 6728314.

HSL color Cylindrical-coordinate representation of color #7AAA66: hue angle of 102.35º degrees, saturation: 0.29, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #7AAA66 is Cyan = 0.28, Magento = 0, Yellow = 0.4 and Black (K on CMYK) = 0.33.

Color convert

RGB122170102-
CMYK0.2800.40.33
HSL102.35º28.57%53.33%-
HSV(B)102.35º40%66.67%-
XYZ24.833.8517.8-
YUV147.9102.1109.53-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 30.96%
GREEN value IS 170 (66.80% from 255) = 43.15%
BLUE value IS 102 (40.23% from 255) = 25.89%
R=30.96%
G=43.15%
B=25.89%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.4
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1221701020.2800.40.33102.3528.5753.33
Hex7AAA661C02821661d35
Octal17225214634050411463565
Binary1111010101010101100110111000101000100001110011011101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7AAA66

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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