#76a46f

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

Shades of Amulet #76A46F

Tints of Amulet #76A46F

Color information

#76A46F (or 0x76A46F) is unknown color: approx Amulet. HEX triplet: 76, A4 and 6F. RGB value is (118,164,111). Sum of RGB (Red+Green+Blue) = 118+164+111=393 (52% of max value = 765). Red value is 118 (46.48% from 255 or 30.03% from 393); Green value is 164 (64.45% from 255 or 41.73% from 393); Blue value is 111 (43.75% from 255 or 28.24% from 393); Max value from RGB is 164 - color contains mainly: green. Hex color #76A46F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #76A46F is #895B90. Grayscale: #909090. Windows color (decimal): -9001873 or 7316598. OLE color: 7316598.

HSL color Cylindrical-coordinate representation of color #76A46F: hue angle of 112.08º degrees, saturation: 0.23, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #76A46F is Cyan = 0.28, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.36.

Color convert

RGB118164111-
CMYK0.2800.320.36
HSL112.08º22.55%53.92%-
HSV(B)112.08º32.32%64.31%-
XYZ23.6231.5519.88-
YUV144.2109.26109.31-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 30.03%
GREEN value IS 164 (64.45% from 255) = 41.73%
BLUE value IS 111 (43.75% from 255) = 28.24%
R=30.03%
G=41.73%
B=28.24%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1181641110.2800.320.36112.0822.5553.92
Hex76A46F1C02024701736
Octal16624415734040441602766
Binary1110110101001001101111111000100000100100111000010111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76a46f

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(118,164,111); }

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

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

 a { background-color: rgb(118,164,111); }

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

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

 span { border-color: rgb(118,164,111); }

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