#76AC74

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

Shades of Amulet #76AC74

Tints of Amulet #76AC74

Color information

#76AC74 (or 0x76AC74) is unknown color: approx Amulet. HEX triplet: 76, AC and 74. RGB value is (118,172,116). Sum of RGB (Red+Green+Blue) = 118+172+116=406 (53% of max value = 765). Red value is 118 (46.48% from 255 or 29.06% from 406); Green value is 172 (67.58% from 255 or 42.36% from 406); Blue value is 116 (45.70% from 255 or 28.57% from 406); Max value from RGB is 172 - color contains mainly: green. Hex color #76AC74 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #76AC74 is #89538B. Grayscale: #959595. Windows color (decimal): -8999820 or 7646326. OLE color: 7646326.

HSL color Cylindrical-coordinate representation of color #76AC74: hue angle of 117.86º 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 #76AC74 is Cyan = 0.31, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.33.

Color convert

RGB118172116-
CMYK0.3100.330.33
HSL117.86º25.23%56.47%-
HSV(B)117.86º32.56%67.45%-
XYZ25.3834.6221.87-
YUV149.47109.11105.55-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 29.06%
GREEN value IS 172 (67.58% from 255) = 42.36%
BLUE value IS 116 (45.70% from 255) = 28.57%
R=29.06%
G=42.36%
B=28.57%

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
Decimal1181721160.3100.330.33117.8625.2356.47
Hex76AC741F02121761938
Octal16625416437041411663170
Binary1110110101011001110100111110100001100001111011011001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76AC74

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(118,172,116); }

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

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

 a { background-color: rgb(118,172,116); }

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

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

 span { border-color: rgb(118,172,116); }

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