#7cac75

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

Shades of Amulet #7CAC75

Tints of Amulet #7CAC75

Color information

#7CAC75 (or 0x7CAC75) is unknown color: approx Amulet. HEX triplet: 7C, AC and 75. RGB value is (124,172,117). Sum of RGB (Red+Green+Blue) = 124+172+117=413 (54% of max value = 765). Red value is 124 (48.83% from 255 or 30.02% from 413); Green value is 172 (67.58% from 255 or 41.65% from 413); Blue value is 117 (46.09% from 255 or 28.33% from 413); Max value from RGB is 172 - color contains mainly: green. Hex color #7CAC75 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7CAC75 is #83538A. Grayscale: #979797. Windows color (decimal): -8606603 or 7711868. OLE color: 7711868.

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

Color convert

RGB124172117-
CMYK0.2800.320.33
HSL112.36º24.89%56.67%-
HSV(B)112.36º31.98%67.45%-
XYZ26.2835.0722.21-
YUV151.38108.6108.47-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 30.02%
GREEN value IS 172 (67.58% from 255) = 41.65%
BLUE value IS 117 (46.09% from 255) = 28.33%
R=30.02%
G=41.65%
B=28.33%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1241721170.2800.320.33112.3624.8956.67
Hex7CAC751C02021701939
Octal17425416534040411603171
Binary1111100101011001110101111000100000100001111000011001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7cac75

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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