#7CB473

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

Shades of Amulet #7CB473

Tints of Amulet #7CB473

Color information

#7CB473 (or 0x7CB473) is unknown color: approx Amulet. HEX triplet: 7C, B4 and 73. RGB value is (124,180,115). Sum of RGB (Red+Green+Blue) = 124+180+115=419 (55% of max value = 765). Red value is 124 (48.83% from 255 or 29.59% from 419); Green value is 180 (70.70% from 255 or 42.96% from 419); Blue value is 115 (45.31% from 255 or 27.45% from 419); Max value from RGB is 180 - color contains mainly: green. Hex color #7CB473 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #7CB473 is #834B8C. Grayscale: #9C9C9C. Windows color (decimal): -8604557 or 7582844. OLE color: 7582844.

HSL color Cylindrical-coordinate representation of color #7CB473: hue angle of 111.69º degrees, saturation: 0.3, 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 #7CB473 is Cyan = 0.31, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.29.

Color convert

RGB124180115-
CMYK0.3100.360.29
HSL111.69º30.23%57.84%-
HSV(B)111.69º36.11%70.59%-
XYZ27.7338.1722.12-
YUV155.85104.95105.29-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 29.59%
GREEN value IS 180 (70.70% from 255) = 42.96%
BLUE value IS 115 (45.31% from 255) = 27.45%
R=29.59%
G=42.96%
B=27.45%

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
Decimal1241801150.3100.360.29111.6930.2357.84
Hex7CB4731F0241D701e3a
Octal17426416337044351603672
Binary111110010110100111001111111010010011101111000011110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7CB473

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(124,180,115); }

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

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

 a { background-color: rgb(124,180,115); }

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

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

 span { border-color: rgb(124,180,115); }

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