#76A26F

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

Shades of Amulet #76A26F

Tints of Amulet #76A26F

Color information

#76A26F (or 0x76A26F) is unknown color: approx Amulet. HEX triplet: 76, A2 and 6F. RGB value is (118,162,111). Sum of RGB (Red+Green+Blue) = 118+162+111=391 (51% of max value = 765). Red value is 118 (46.48% from 255 or 30.18% from 391); Green value is 162 (63.67% from 255 or 41.43% from 391); Blue value is 111 (43.75% from 255 or 28.39% from 391); Max value from RGB is 162 - color contains mainly: green. Hex color #76A26F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #76A26F is #895D90. Grayscale: #8F8F8F. Windows color (decimal): -9002385 or 7316086. OLE color: 7316086.

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

Color convert

RGB118162111-
CMYK0.2700.310.36
HSL111.76º21.52%53.53%-
HSV(B)111.76º31.48%63.53%-
XYZ23.2630.8419.77-
YUV143.03109.92110.15-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 30.18%
GREEN value IS 162 (63.67% from 255) = 41.43%
BLUE value IS 111 (43.75% from 255) = 28.39%
R=30.18%
G=41.43%
B=28.39%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1181621110.2700.310.36111.7621.5253.53
Hex76A26F1B01F24701636
Octal16624215733037441602666
Binary111011010100010110111111011011111100100111000010110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76A26F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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