#7CB574

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

Shades of Amulet #7CB574

Tints of Amulet #7CB574

Color information

#7CB574 (or 0x7CB574) is unknown color: approx Amulet. HEX triplet: 7C, B5 and 74. RGB value is (124,181,116). Sum of RGB (Red+Green+Blue) = 124+181+116=421 (55% of max value = 765). Red value is 124 (48.83% from 255 or 29.45% from 421); Green value is 181 (71.09% from 255 or 42.99% from 421); Blue value is 116 (45.70% from 255 or 27.55% from 421); Max value from RGB is 181 - color contains mainly: green. Hex color #7CB574 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #7CB574 is #834A8B. Grayscale: #9C9C9C. Windows color (decimal): -8604300 or 7648636. OLE color: 7648636.

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

Color convert

RGB124181116-
CMYK0.3100.360.29
HSL112.62º30.52%58.24%-
HSV(B)112.62º35.91%70.98%-
XYZ27.9938.5922.5-
YUV156.55105.12104.79-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 29.45%
GREEN value IS 181 (71.09% from 255) = 42.99%
BLUE value IS 116 (45.70% from 255) = 27.55%
R=29.45%
G=42.99%
B=27.55%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1241811160.3100.360.29112.6230.5258.24
Hex7CB5741F0241D711f3a
Octal17426516437044351613772
Binary111110010110101111010011111010010011101111000111111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7CB574

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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