#76AC67

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

Shades of Amulet #76AC67

Tints of Amulet #76AC67

Color information

#76AC67 (or 0x76AC67) is unknown color: approx Amulet. HEX triplet: 76, AC and 67. RGB value is (118,172,103). Sum of RGB (Red+Green+Blue) = 118+172+103=393 (52% of max value = 765). Red value is 118 (46.48% from 255 or 30.03% from 393); Green value is 172 (67.58% from 255 or 43.77% from 393); Blue value is 103 (40.62% from 255 or 26.21% from 393); Max value from RGB is 172 - color contains mainly: green. Hex color #76AC67 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #76AC67 is #895398. Grayscale: #949494. Windows color (decimal): -8999833 or 6794358. OLE color: 6794358.

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

Color convert

RGB118172103-
CMYK0.3100.400.33
HSL106.96º29.36%53.92%-
HSV(B)106.96º40.12%67.45%-
XYZ24.6734.3418.16-
YUV147.99102.61106.61-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 30.03%
GREEN value IS 172 (67.58% from 255) = 43.77%
BLUE value IS 103 (40.62% from 255) = 26.21%
R=30.03%
G=43.77%
B=26.21%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1181721030.3100.400.33106.9629.3653.92
Hex76AC671F028216b1d36
Octal16625414737050411533566
Binary1110110101011001100111111110101000100001110101111101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76AC67

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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