#7CAA6C

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

Shades of Amulet #7CAA6C

Tints of Amulet #7CAA6C

Color information

#7CAA6C (or 0x7CAA6C) is unknown color: approx Amulet. HEX triplet: 7C, AA and 6C. RGB value is (124,170,108). Sum of RGB (Red+Green+Blue) = 124+170+108=402 (53% of max value = 765). Red value is 124 (48.83% from 255 or 30.85% from 402); Green value is 170 (66.80% from 255 or 42.29% from 402); Blue value is 108 (42.58% from 255 or 26.87% from 402); Max value from RGB is 170 - color contains mainly: green. Hex color #7CAA6C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7CAA6C is #835593. Grayscale: #959595. Windows color (decimal): -8607124 or 7121532. OLE color: 7121532.

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

Color convert

RGB124170108-
CMYK0.2700.360.33
HSL104.52º26.72%54.51%-
HSV(B)104.52º36.47%66.67%-
XYZ25.3934.1219.43-
YUV149.18104.76110.04-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 30.85%
GREEN value IS 170 (66.80% from 255) = 42.29%
BLUE value IS 108 (42.58% from 255) = 26.87%
R=30.85%
G=42.29%
B=26.87%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1241701080.2700.360.33104.5226.7254.51
Hex7CAA6C1B02421691b37
Octal17425215433044411513367
Binary1111100101010101101100110110100100100001110100111011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7CAA6C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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