#76AB72

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

Shades of Amulet #76AB72

Tints of Amulet #76AB72

Color information

#76AB72 (or 0x76AB72) is unknown color: approx Amulet. HEX triplet: 76, AB and 72. RGB value is (118,171,114). Sum of RGB (Red+Green+Blue) = 118+171+114=403 (53% of max value = 765). Red value is 118 (46.48% from 255 or 29.28% from 403); Green value is 171 (67.19% from 255 or 42.43% from 403); Blue value is 114 (44.92% from 255 or 28.29% from 403); Max value from RGB is 171 - color contains mainly: green. Hex color #76AB72 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #76AB72 is #89548D. Grayscale: #949494. Windows color (decimal): -9000078 or 7514998. OLE color: 7514998.

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

Color convert

RGB118171114-
CMYK0.3100.330.33
HSL115.79º25.33%55.88%-
HSV(B)115.79º33.33%67.06%-
XYZ25.0734.1921.2-
YUV148.66108.44106.13-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 29.28%
GREEN value IS 171 (67.19% from 255) = 42.43%
BLUE value IS 114 (44.92% from 255) = 28.29%
R=29.28%
G=42.43%
B=28.29%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1181711140.3100.330.33115.7925.3355.88
Hex76AB721F02121741938
Octal16625316237041411643170
Binary1110110101010111110010111110100001100001111010011001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76AB72

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(118,171,114); }

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

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

 a { background-color: rgb(118,171,114); }

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

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

 span { border-color: rgb(118,171,114); }

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