#7CB56E

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

Shades of Amulet #7CB56E

Tints of Amulet #7CB56E

Color information

#7CB56E (or 0x7CB56E) is unknown color: approx Amulet. HEX triplet: 7C, B5 and 6E. RGB value is (124,181,110). Sum of RGB (Red+Green+Blue) = 124+181+110=415 (54% of max value = 765). Red value is 124 (48.83% from 255 or 29.88% from 415); Green value is 181 (71.09% from 255 or 43.61% from 415); Blue value is 110 (43.36% from 255 or 26.51% from 415); Max value from RGB is 181 - color contains mainly: green. Hex color #7CB56E is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #7CB56E is #834A91. Grayscale: #9C9C9C. Windows color (decimal): -8604306 or 7255420. OLE color: 7255420.

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

Color convert

RGB124181110-
CMYK0.3100.390.29
HSL108.17º32.42%57.06%-
HSV(B)108.17º39.23%70.98%-
XYZ27.6538.4620.72-
YUV155.86102.12105.27-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 29.88%
GREEN value IS 181 (71.09% from 255) = 43.61%
BLUE value IS 110 (43.36% from 255) = 26.51%
R=29.88%
G=43.61%
B=26.51%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1241811100.3100.390.29108.1732.4257.06
Hex7CB56E1F0271D6c2039
Octal17426515637047351544071
Binary1111100101101011101110111110100111111011101100100000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7CB56E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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