#7CAC78

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

Shades of Amulet #7CAC78

Tints of Amulet #7CAC78

Color information

#7CAC78 (or 0x7CAC78) is unknown color: approx Amulet. HEX triplet: 7C, AC and 78. RGB value is (124,172,120). Sum of RGB (Red+Green+Blue) = 124+172+120=416 (55% of max value = 765). Red value is 124 (48.83% from 255 or 29.81% from 416); Green value is 172 (67.58% from 255 or 41.35% from 416); Blue value is 120 (47.27% from 255 or 28.85% from 416); Max value from RGB is 172 - color contains mainly: green. Hex color #7CAC78 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7CAC78 is #835387. Grayscale: #979797. Windows color (decimal): -8606600 or 7908476. OLE color: 7908476.

HSL color Cylindrical-coordinate representation of color #7CAC78: hue angle of 115.38º degrees, saturation: 0.24, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #7CAC78 is Cyan = 0.28, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.33.

Color convert

RGB124172120-
CMYK0.2800.300.33
HSL115.38º23.85%57.25%-
HSV(B)115.38º30.23%67.45%-
XYZ26.4535.1523.16-
YUV151.72110.1108.23-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 29.81%
GREEN value IS 172 (67.58% from 255) = 41.35%
BLUE value IS 120 (47.27% from 255) = 28.85%
R=29.81%
G=41.35%
B=28.85%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1241721200.2800.300.33115.3823.8557.25
Hex7CAC781C01E21731839
Octal17425417034036411633071
Binary111110010101100111100011100011110100001111001111000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7CAC78

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(124,172,120); }

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

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

 a { background-color: rgb(124,172,120); }

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

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

 span { border-color: rgb(124,172,120); }

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