#79AA66

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

Shades of Amulet #79AA66

Tints of Amulet #79AA66

Color information

#79AA66 (or 0x79AA66) is unknown color: approx Amulet. HEX triplet: 79, AA and 66. RGB value is (121,170,102). Sum of RGB (Red+Green+Blue) = 121+170+102=393 (52% of max value = 765). Red value is 121 (47.66% from 255 or 30.79% from 393); Green value is 170 (66.80% from 255 or 43.26% from 393); Blue value is 102 (40.23% from 255 or 25.95% from 393); Max value from RGB is 170 - color contains mainly: green. Hex color #79AA66 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #79AA66 is #865599. Grayscale: #939393. Windows color (decimal): -8803738 or 6728313. OLE color: 6728313.

HSL color Cylindrical-coordinate representation of color #79AA66: hue angle of 103.24º 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 #79AA66 is Cyan = 0.29, Magento = 0, Yellow = 0.4 and Black (K on CMYK) = 0.33.

Color convert

RGB121170102-
CMYK0.2900.40.33
HSL103.24º28.57%53.33%-
HSV(B)103.24º40%66.67%-
XYZ24.6633.7717.79-
YUV147.6102.27109.03-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 30.79%
GREEN value IS 170 (66.80% from 255) = 43.26%
BLUE value IS 102 (40.23% from 255) = 25.95%
R=30.79%
G=43.26%
B=25.95%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.4
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1211701020.2900.40.33103.2428.5753.33
Hex79AA661D02821671d35
Octal17125214635050411473565
Binary1111001101010101100110111010101000100001110011111101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #79AA66

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #79AA66; }

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

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

<style>
 a { background-color: #79AA66; }

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

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

<style>
 span { border-color: #79AA66; }

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

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