#76AB6D

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

Shades of Amulet #76AB6D

Tints of Amulet #76AB6D

Color information

#76AB6D (or 0x76AB6D) is unknown color: approx Amulet. HEX triplet: 76, AB and 6D. RGB value is (118,171,109). Sum of RGB (Red+Green+Blue) = 118+171+109=398 (52% of max value = 765). Red value is 118 (46.48% from 255 or 29.65% from 398); Green value is 171 (67.19% from 255 or 42.96% from 398); Blue value is 109 (42.97% from 255 or 27.39% from 398); Max value from RGB is 171 - color contains mainly: green. Hex color #76AB6D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #76AB6D is #895492. Grayscale: #949494. Windows color (decimal): -9000083 or 7187318. OLE color: 7187318.

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

Color convert

RGB118171109-
CMYK0.3100.360.33
HSL111.29º26.96%54.9%-
HSV(B)111.29º36.26%67.06%-
XYZ24.7934.0819.74-
YUV148.08105.94106.54-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 29.65%
GREEN value IS 171 (67.19% from 255) = 42.96%
BLUE value IS 109 (42.97% from 255) = 27.39%
R=29.65%
G=42.96%
B=27.39%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1181711090.3100.360.33111.2926.9654.9
Hex76AB6D1F024216f1b37
Octal16625315537044411573367
Binary1110110101010111101101111110100100100001110111111011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76AB6D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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