#7CA472

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

Shades of Amulet #7CA472

Tints of Amulet #7CA472

Color information

#7CA472 (or 0x7CA472) is unknown color: approx Amulet. HEX triplet: 7C, A4 and 72. RGB value is (124,164,114). Sum of RGB (Red+Green+Blue) = 124+164+114=402 (53% of max value = 765). Red value is 124 (48.83% from 255 or 30.85% from 402); Green value is 164 (64.45% from 255 or 40.80% from 402); Blue value is 114 (44.92% from 255 or 28.36% from 402); Max value from RGB is 164 - color contains mainly: green. Hex color #7CA472 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7CA472 is #835B8D. Grayscale: #929292. Windows color (decimal): -8608654 or 7513212. OLE color: 7513212.

HSL color Cylindrical-coordinate representation of color #7CA472: hue angle of 108º degrees, saturation: 0.22, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #7CA472 is Cyan = 0.24, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.36.

Color convert

RGB124164114-
CMYK0.2400.300.36
HSL108º21.55%54.51%-
HSV(B)108º30.49%64.31%-
XYZ24.6232.0520.81-
YUV146.34109.75112.07-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 30.85%
GREEN value IS 164 (64.45% from 255) = 40.80%
BLUE value IS 114 (44.92% from 255) = 28.36%
R=30.85%
G=40.80%
B=28.36%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1241641140.2400.300.3610821.5554.51
Hex7CA4721801E246c1637
Octal17424416230036441542667
Binary111110010100100111001011000011110100100110110010110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7CA472

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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