#7CB171

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

Shades of Amulet #7CB171

Tints of Amulet #7CB171

Color information

#7CB171 (or 0x7CB171) is unknown color: approx Amulet. HEX triplet: 7C, B1 and 71. RGB value is (124,177,113). Sum of RGB (Red+Green+Blue) = 124+177+113=414 (54% of max value = 765). Red value is 124 (48.83% from 255 or 29.95% from 414); Green value is 177 (69.53% from 255 or 42.75% from 414); Blue value is 113 (44.53% from 255 or 27.29% from 414); Max value from RGB is 177 - color contains mainly: green. Hex color #7CB171 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7CB171 is #834E8E. Grayscale: #9A9A9A. Windows color (decimal): -8605327 or 7451004. OLE color: 7451004.

HSL color Cylindrical-coordinate representation of color #7CB171: hue angle of 109.69º degrees, saturation: 0.29, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #7CB171 is Cyan = 0.30, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.31.

Color convert

RGB124177113-
CMYK0.3000.360.31
HSL109.69º29.09%56.86%-
HSV(B)109.69º36.16%69.41%-
XYZ27.0136.9221.33-
YUV153.86104.94106.7-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 29.95%
GREEN value IS 177 (69.53% from 255) = 42.75%
BLUE value IS 113 (44.53% from 255) = 27.29%
R=29.95%
G=42.75%
B=27.29%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1241771130.3000.360.31109.6929.0956.86
Hex7CB1711E0241F6e1d39
Octal17426116136044371563571
Binary111110010110001111000111110010010011111110111011101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7CB171

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(124,177,113); }

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

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

 a { background-color: rgb(124,177,113); }

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

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

 span { border-color: rgb(124,177,113); }

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