#76AC6A

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

Shades of Amulet #76AC6A

Tints of Amulet #76AC6A

Color information

#76AC6A (or 0x76AC6A) is unknown color: approx Amulet. HEX triplet: 76, AC and 6A. RGB value is (118,172,106). Sum of RGB (Red+Green+Blue) = 118+172+106=396 (52% of max value = 765). Red value is 118 (46.48% from 255 or 29.80% from 396); Green value is 172 (67.58% from 255 or 43.43% from 396); Blue value is 106 (41.80% from 255 or 26.77% from 396); Max value from RGB is 172 - color contains mainly: green. Hex color #76AC6A is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #76AC6A is #895395. Grayscale: #949494. Windows color (decimal): -8999830 or 6990966. OLE color: 6990966.

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

Color convert

RGB118172106-
CMYK0.3100.380.33
HSL109.09º28.45%54.51%-
HSV(B)109.09º38.37%67.45%-
XYZ24.8334.418.97-
YUV148.33104.11106.37-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 29.80%
GREEN value IS 172 (67.58% from 255) = 43.43%
BLUE value IS 106 (41.80% from 255) = 26.77%
R=29.80%
G=43.43%
B=26.77%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1181721060.3100.380.33109.0928.4554.51
Hex76AC6A1F026216d1c37
Octal16625415237046411553467
Binary1110110101011001101010111110100110100001110110111100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76AC6A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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