#7CB576

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

Shades of Amulet #7CB576

Tints of Amulet #7CB576

Color information

#7CB576 (or 0x7CB576) is unknown color: approx Amulet. HEX triplet: 7C, B5 and 76. RGB value is (124,181,118). Sum of RGB (Red+Green+Blue) = 124+181+118=423 (56% of max value = 765). Red value is 124 (48.83% from 255 or 29.31% from 423); Green value is 181 (71.09% from 255 or 42.79% from 423); Blue value is 118 (46.48% from 255 or 27.90% from 423); Max value from RGB is 181 - color contains mainly: green. Hex color #7CB576 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #7CB576 is #834A89. Grayscale: #9C9C9C. Windows color (decimal): -8604298 or 7779708. OLE color: 7779708.

HSL color Cylindrical-coordinate representation of color #7CB576: hue angle of 114.29º degrees, saturation: 0.3, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #7CB576 is Cyan = 0.31, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.29.

Color convert

RGB124181118-
CMYK0.3100.350.29
HSL114.29º29.86%58.63%-
HSV(B)114.29º34.81%70.98%-
XYZ28.1138.6423.12-
YUV156.78106.12104.62-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 29.31%
GREEN value IS 181 (71.09% from 255) = 42.79%
BLUE value IS 118 (46.48% from 255) = 27.90%
R=29.31%
G=42.79%
B=27.90%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1241811180.3100.350.29114.2929.8658.63
Hex7CB5761F0231D721e3b
Octal17426516637043351623673
Binary111110010110101111011011111010001111101111001011110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7CB576

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7CB576; }

 p { color: rgb(124,181,118); }

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

<style>
 a { background-color: #7CB576; }

 a { background-color: rgb(124,181,118); }

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

<style>
 span { border-color: #7CB576; }

 span { border-color: rgb(124,181,118); }

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