#7CAE73

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

Shades of Amulet #7CAE73

Tints of Amulet #7CAE73

Color information

#7CAE73 (or 0x7CAE73) is unknown color: approx Amulet. HEX triplet: 7C, AE and 73. RGB value is (124,174,115). Sum of RGB (Red+Green+Blue) = 124+174+115=413 (54% of max value = 765). Red value is 124 (48.83% from 255 or 30.02% from 413); Green value is 174 (68.36% from 255 or 42.13% from 413); Blue value is 115 (45.31% from 255 or 27.85% from 413); Max value from RGB is 174 - color contains mainly: green. Hex color #7CAE73 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7CAE73 is #83518C. Grayscale: #989898. Windows color (decimal): -8606093 or 7581308. OLE color: 7581308.

HSL color Cylindrical-coordinate representation of color #7CAE73: hue angle of 110.85º degrees, saturation: 0.27, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #7CAE73 is Cyan = 0.29, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.32.

Color convert

RGB124174115-
CMYK0.2900.340.32
HSL110.85º26.7%56.67%-
HSV(B)110.85º33.91%68.24%-
XYZ26.5435.7921.73-
YUV152.32106.94107.8-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 30.02%
GREEN value IS 174 (68.36% from 255) = 42.13%
BLUE value IS 115 (45.31% from 255) = 27.85%
R=30.02%
G=42.13%
B=27.85%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1241741150.2900.340.32110.8526.756.67
Hex7CAE731D022206f1b39
Octal17425616335042401573371
Binary1111100101011101110011111010100010100000110111111011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7CAE73

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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