#76AF6D

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

Shades of Amulet #76AF6D

Tints of Amulet #76AF6D

Color information

#76AF6D (or 0x76AF6D) is unknown color: approx Amulet. HEX triplet: 76, AF and 6D. RGB value is (118,175,109). Sum of RGB (Red+Green+Blue) = 118+175+109=402 (53% of max value = 765). Red value is 118 (46.48% from 255 or 29.35% from 402); Green value is 175 (68.75% from 255 or 43.53% from 402); Blue value is 109 (42.97% from 255 or 27.11% from 402); Max value from RGB is 175 - color contains mainly: green. Hex color #76AF6D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #76AF6D is #895092. Grayscale: #969696. Windows color (decimal): -8999059 or 7188342. OLE color: 7188342.

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

Color convert

RGB118175109-
CMYK0.3300.380.31
HSL111.82º29.2%55.69%-
HSV(B)111.82º37.71%68.63%-
XYZ25.5635.6220-
YUV150.43104.62104.87-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 29.35%
GREEN value IS 175 (68.75% from 255) = 43.53%
BLUE value IS 109 (42.97% from 255) = 27.11%
R=29.35%
G=43.53%
B=27.11%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1181751090.3300.380.31111.8229.255.69
Hex76AF6D210261F701d38
Octal16625715541046371603570
Binary1110110101011111101101100001010011011111111000011101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76AF6D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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