#76A56B

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

Shades of Amulet #76A56B

Tints of Amulet #76A56B

Color information

#76A56B (or 0x76A56B) is unknown color: approx Amulet. HEX triplet: 76, A5 and 6B. RGB value is (118,165,107). Sum of RGB (Red+Green+Blue) = 118+165+107=390 (51% of max value = 765). Red value is 118 (46.48% from 255 or 30.26% from 390); Green value is 165 (64.84% from 255 or 42.31% from 390); Blue value is 107 (42.19% from 255 or 27.44% from 390); Max value from RGB is 165 - color contains mainly: green. Hex color #76A56B is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #76A56B is #895A94. Grayscale: #909090. Windows color (decimal): -9001621 or 7054710. OLE color: 7054710.

HSL color Cylindrical-coordinate representation of color #76A56B: hue angle of 108.62º degrees, saturation: 0.24, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #76A56B is Cyan = 0.28, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.35.

Color convert

RGB118165107-
CMYK0.2800.350.35
HSL108.62º24.37%53.33%-
HSV(B)108.62º35.15%64.71%-
XYZ23.5831.8218.81-
YUV144.34106.93109.22-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 30.26%
GREEN value IS 165 (64.84% from 255) = 42.31%
BLUE value IS 107 (42.19% from 255) = 27.44%
R=30.26%
G=42.31%
B=27.44%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1181651070.2800.350.35108.6224.3753.33
Hex76A56B1C023236d1835
Octal16624515334043431553065
Binary1110110101001011101011111000100011100011110110111000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76A56B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(118,165,107); }

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

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

 a { background-color: rgb(118,165,107); }

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

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

 span { border-color: rgb(118,165,107); }

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