#7CB379

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

Shades of Amulet #7CB379

Tints of Amulet #7CB379

Color information

#7CB379 (or 0x7CB379) is unknown color: approx Amulet. HEX triplet: 7C, B3 and 79. RGB value is (124,179,121). Sum of RGB (Red+Green+Blue) = 124+179+121=424 (56% of max value = 765). Red value is 124 (48.83% from 255 or 29.25% from 424); Green value is 179 (70.31% from 255 or 42.22% from 424); Blue value is 121 (47.66% from 255 or 28.54% from 424); Max value from RGB is 179 - color contains mainly: green. Hex color #7CB379 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #7CB379 is #834C86. Grayscale: #9C9C9C. Windows color (decimal): -8604807 or 7975804. OLE color: 7975804.

HSL color Cylindrical-coordinate representation of color #7CB379: hue angle of 116.9º degrees, saturation: 0.28, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #7CB379 is Cyan = 0.31, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.30.

Color convert

RGB124179121-
CMYK0.3100.320.30
HSL116.9º27.62%58.82%-
HSV(B)116.9º32.4%70.2%-
XYZ27.8837.9123.94-
YUV155.94108.28105.22-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 29.25%
GREEN value IS 179 (70.31% from 255) = 42.22%
BLUE value IS 121 (47.66% from 255) = 28.54%
R=29.25%
G=42.22%
B=28.54%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1241791210.3100.320.30116.927.6258.82
Hex7CB3791F0201E751c3b
Octal17426317137040361653473
Binary111110010110011111100111111010000011110111010111100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7CB379

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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