#76B26F

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

Shades of Amulet #76B26F

Tints of Amulet #76B26F

Color information

#76B26F (or 0x76B26F) is unknown color: approx Amulet. HEX triplet: 76, B2 and 6F. RGB value is (118,178,111). Sum of RGB (Red+Green+Blue) = 118+178+111=407 (53% of max value = 765). Red value is 118 (46.48% from 255 or 28.99% from 407); Green value is 178 (69.92% from 255 or 43.73% from 407); Blue value is 111 (43.75% from 255 or 27.27% from 407); Max value from RGB is 178 - color contains mainly: green. Hex color #76B26F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #76B26F is #894D90. Grayscale: #989898. Windows color (decimal): -8998289 or 7320182. OLE color: 7320182.

HSL color Cylindrical-coordinate representation of color #76B26F: hue angle of 113.73º degrees, saturation: 0.3, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #76B26F is Cyan = 0.34, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.30.

Color convert

RGB118178111-
CMYK0.3400.380.30
HSL113.73º30.32%56.67%-
HSV(B)113.73º37.64%69.8%-
XYZ26.2636.8420.77-
YUV152.42104.62103.45-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 28.99%
GREEN value IS 178 (69.92% from 255) = 43.73%
BLUE value IS 111 (43.75% from 255) = 27.27%
R=28.99%
G=43.73%
B=27.27%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1181781110.3400.380.30113.7330.3256.67
Hex76B26F220261E721e39
Octal16626215742046361623671
Binary1110110101100101101111100010010011011110111001011110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76B26F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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