#7CB872

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

Shades of Amulet #7CB872

Tints of Amulet #7CB872

Color information

#7CB872 (or 0x7CB872) is unknown color: approx Amulet. HEX triplet: 7C, B8 and 72. RGB value is (124,184,114). Sum of RGB (Red+Green+Blue) = 124+184+114=422 (55% of max value = 765). Red value is 124 (48.83% from 255 or 29.38% from 422); Green value is 184 (72.27% from 255 or 43.60% from 422); Blue value is 114 (44.92% from 255 or 27.01% from 422); Max value from RGB is 184 - color contains mainly: green. Hex color #7CB872 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #7CB872 is #83478D. Grayscale: #9E9E9E. Windows color (decimal): -8603534 or 7518332. OLE color: 7518332.

HSL color Cylindrical-coordinate representation of color #7CB872: hue angle of 111.43º degrees, saturation: 0.33, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #7CB872 is Cyan = 0.33, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.28.

Color convert

RGB124184114-
CMYK0.3300.380.28
HSL111.43º33.02%58.43%-
HSV(B)111.43º38.04%72.16%-
XYZ28.4939.7822.1-
YUV158.08103.12103.69-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 29.38%
GREEN value IS 184 (72.27% from 255) = 43.60%
BLUE value IS 114 (44.92% from 255) = 27.01%
R=29.38%
G=43.60%
B=27.01%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1241841140.3300.380.28111.4333.0258.43
Hex7CB872210261C6f213a
Octal17427016241046341574172
Binary11111001011100011100101000010100110111001101111100001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7CB872

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(124,184,114); }

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

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

 a { background-color: rgb(124,184,114); }

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

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

 span { border-color: rgb(124,184,114); }

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