#7CAE75

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

Shades of Amulet #7CAE75

Tints of Amulet #7CAE75

Color information

#7CAE75 (or 0x7CAE75) is unknown color: approx Amulet. HEX triplet: 7C, AE and 75. RGB value is (124,174,117). Sum of RGB (Red+Green+Blue) = 124+174+117=415 (54% of max value = 765). Red value is 124 (48.83% from 255 or 29.88% from 415); Green value is 174 (68.36% from 255 or 41.93% from 415); Blue value is 117 (46.09% from 255 or 28.19% from 415); Max value from RGB is 174 - color contains mainly: green. Hex color #7CAE75 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7CAE75 is #83518A. Grayscale: #989898. Windows color (decimal): -8606091 or 7712380. OLE color: 7712380.

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

Color convert

RGB124174117-
CMYK0.2900.330.32
HSL112.63º26.03%57.06%-
HSV(B)112.63º32.76%68.24%-
XYZ26.6635.8422.34-
YUV152.55107.94107.63-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 29.88%
GREEN value IS 174 (68.36% from 255) = 41.93%
BLUE value IS 117 (46.09% from 255) = 28.19%
R=29.88%
G=41.93%
B=28.19%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1241741170.2900.330.32112.6326.0357.06
Hex7CAE751D02120711a39
Octal17425616535041401613271
Binary1111100101011101110101111010100001100000111000111010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7CAE75

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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