#79AF75

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

Shades of Amulet #79AF75

Tints of Amulet #79AF75

Color information

#79AF75 (or 0x79AF75) is unknown color: approx Amulet. HEX triplet: 79, AF and 75. RGB value is (121,175,117). Sum of RGB (Red+Green+Blue) = 121+175+117=413 (54% of max value = 765). Red value is 121 (47.66% from 255 or 29.30% from 413); Green value is 175 (68.75% from 255 or 42.37% from 413); Blue value is 117 (46.09% from 255 or 28.33% from 413); Max value from RGB is 175 - color contains mainly: green. Hex color #79AF75 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #79AF75 is #86508A. Grayscale: #989898. Windows color (decimal): -8802443 or 7712633. OLE color: 7712633.

HSL color Cylindrical-coordinate representation of color #79AF75: hue angle of 115.86º degrees, saturation: 0.27, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #79AF75 is Cyan = 0.31, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.31.

Color convert

RGB121175117-
CMYK0.3100.330.31
HSL115.86º26.61%57.25%-
HSV(B)115.86º33.14%68.63%-
XYZ26.4336.0122.39-
YUV152.24108.11105.72-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 29.30%
GREEN value IS 175 (68.75% from 255) = 42.37%
BLUE value IS 117 (46.09% from 255) = 28.33%
R=29.30%
G=42.37%
B=28.33%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1211751170.3100.330.31115.8626.6157.25
Hex79AF751F0211F741b39
Octal17125716537041371643371
Binary111100110101111111010111111010000111111111010011011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #79AF75

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(121,175,117); }

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

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

 a { background-color: rgb(121,175,117); }

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

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

 span { border-color: rgb(121,175,117); }

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