#79A965

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

Shades of Amulet #79A965

Tints of Amulet #79A965

Color information

#79A965 (or 0x79A965) is unknown color: approx Amulet. HEX triplet: 79, A9 and 65. RGB value is (121,169,101). Sum of RGB (Red+Green+Blue) = 121+169+101=391 (51% of max value = 765). Red value is 121 (47.66% from 255 or 30.95% from 391); Green value is 169 (66.41% from 255 or 43.22% from 391); Blue value is 101 (39.84% from 255 or 25.83% from 391); Max value from RGB is 169 - color contains mainly: green. Hex color #79A965 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #79A965 is #86569A. Grayscale: #939393. Windows color (decimal): -8803995 or 6662521. OLE color: 6662521.

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

Color convert

RGB121169101-
CMYK0.2800.400.34
HSL102.35º28.33%52.94%-
HSV(B)102.35º40.24%66.27%-
XYZ24.4233.3817.47-
YUV146.9102.1109.53-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 30.95%
GREEN value IS 169 (66.41% from 255) = 43.22%
BLUE value IS 101 (39.84% from 255) = 25.83%
R=30.95%
G=43.22%
B=25.83%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1211691010.2800.400.34102.3528.3352.94
Hex79A9651C02822661c35
Octal17125114534050421463465
Binary1111001101010011100101111000101000100010110011011100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #79A965

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(121,169,101); }

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

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

 a { background-color: rgb(121,169,101); }

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

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

 span { border-color: rgb(121,169,101); }

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