#7caa76

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

Shades of Amulet #7CAA76

Tints of Amulet #7CAA76

Color information

#7CAA76 (or 0x7CAA76) is unknown color: approx Amulet. HEX triplet: 7C, AA and 76. RGB value is (124,170,118). Sum of RGB (Red+Green+Blue) = 124+170+118=412 (54% of max value = 765). Red value is 124 (48.83% from 255 or 30.10% from 412); Green value is 170 (66.80% from 255 or 41.26% from 412); Blue value is 118 (46.48% from 255 or 28.64% from 412); Max value from RGB is 170 - color contains mainly: green. Hex color #7CAA76 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7CAA76 is #835589. Grayscale: #969696. Windows color (decimal): -8607114 or 7776892. OLE color: 7776892.

HSL color Cylindrical-coordinate representation of color #7CAA76: hue angle of 113.08º degrees, saturation: 0.23, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #7CAA76 is Cyan = 0.27, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.33.

Color convert

RGB124170118-
CMYK0.2700.310.33
HSL113.08º23.42%56.47%-
HSV(B)113.08º30.59%66.67%-
XYZ25.9634.3422.4-
YUV150.32109.76109.23-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 30.10%
GREEN value IS 170 (66.80% from 255) = 41.26%
BLUE value IS 118 (46.48% from 255) = 28.64%
R=30.10%
G=41.26%
B=28.64%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1241701180.2700.310.33113.0823.4256.47
Hex7CAA761B01F21711738
Octal17425216633037411612770
Binary111110010101010111011011011011111100001111000110111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7caa76

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(124,170,118); }

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

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

 a { background-color: rgb(124,170,118); }

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

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

 span { border-color: rgb(124,170,118); }

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