#76AF71

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

Shades of Amulet #76AF71

Tints of Amulet #76AF71

Color information

#76AF71 (or 0x76AF71) is unknown color: approx Amulet. HEX triplet: 76, AF and 71. RGB value is (118,175,113). Sum of RGB (Red+Green+Blue) = 118+175+113=406 (53% of max value = 765). Red value is 118 (46.48% from 255 or 29.06% from 406); Green value is 175 (68.75% from 255 or 43.10% from 406); Blue value is 113 (44.53% from 255 or 27.83% from 406); Max value from RGB is 175 - color contains mainly: green. Hex color #76AF71 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #76AF71 is #89508E. Grayscale: #979797. Windows color (decimal): -8999055 or 7450486. OLE color: 7450486.

HSL color Cylindrical-coordinate representation of color #76AF71: hue angle of 115.16º degrees, saturation: 0.28, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #76AF71 is Cyan = 0.33, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.31.

Color convert

RGB118175113-
CMYK0.3300.350.31
HSL115.16º27.93%56.47%-
HSV(B)115.16º35.43%68.63%-
XYZ25.7835.721.16-
YUV150.89106.62104.54-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 29.06%
GREEN value IS 175 (68.75% from 255) = 43.10%
BLUE value IS 113 (44.53% from 255) = 27.83%
R=29.06%
G=43.10%
B=27.83%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1181751130.3300.350.31115.1627.9356.47
Hex76AF71210231F731c38
Octal16625716141043371633470
Binary1110110101011111110001100001010001111111111001111100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76AF71

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #76AF71; }

 p { color: rgb(118,175,113); }

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

<style>
 a { background-color: #76AF71; }

 a { background-color: rgb(118,175,113); }

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

<style>
 span { border-color: #76AF71; }

 span { border-color: rgb(118,175,113); }

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