#7CA379

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

Shades of Amulet #7CA379

Tints of Amulet #7CA379

Color information

#7CA379 (or 0x7CA379) is unknown color: approx Amulet. HEX triplet: 7C, A3 and 79. RGB value is (124,163,121). Sum of RGB (Red+Green+Blue) = 124+163+121=408 (54% of max value = 765). Red value is 124 (48.83% from 255 or 30.39% from 408); Green value is 163 (64.06% from 255 or 39.95% from 408); Blue value is 121 (47.66% from 255 or 29.66% from 408); Max value from RGB is 163 - color contains mainly: green. Hex color #7CA379 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7CA379 is #835C86. Grayscale: #929292. Windows color (decimal): -8608903 or 7971708. OLE color: 7971708.

HSL color Cylindrical-coordinate representation of color #7CA379: hue angle of 115.71º degrees, saturation: 0.19, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #7CA379 is Cyan = 0.24, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.36.

Color convert

RGB124163121-
CMYK0.2400.260.36
HSL115.71º18.58%55.69%-
HSV(B)115.71º25.77%63.92%-
XYZ24.8631.8622.93-
YUV146.55113.58111.92-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 30.39%
GREEN value IS 163 (64.06% from 255) = 39.95%
BLUE value IS 121 (47.66% from 255) = 29.66%
R=30.39%
G=39.95%
B=29.66%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1241631210.2400.260.36115.7118.5855.69
Hex7CA3791801A24741338
Octal17424317130032441642370
Binary111110010100011111100111000011010100100111010010011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7CA379

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(124,163,121); }

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

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

 a { background-color: rgb(124,163,121); }

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

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

 span { border-color: rgb(124,163,121); }

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