#7CB170

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

Shades of Amulet #7CB170

Tints of Amulet #7CB170

Color information

#7CB170 (or 0x7CB170) is unknown color: approx Amulet. HEX triplet: 7C, B1 and 70. RGB value is (124,177,112). Sum of RGB (Red+Green+Blue) = 124+177+112=413 (54% of max value = 765). Red value is 124 (48.83% from 255 or 30.02% from 413); Green value is 177 (69.53% from 255 or 42.86% from 413); Blue value is 112 (44.14% from 255 or 27.12% from 413); Max value from RGB is 177 - color contains mainly: green. Hex color #7CB170 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7CB170 is #834E8F. Grayscale: #999999. Windows color (decimal): -8605328 or 7385468. OLE color: 7385468.

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

Color convert

RGB124177112-
CMYK0.3000.370.31
HSL108.92º29.41%56.67%-
HSV(B)108.92º36.72%69.41%-
XYZ26.9636.921.03-
YUV153.74104.44106.79-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 30.02%
GREEN value IS 177 (69.53% from 255) = 42.86%
BLUE value IS 112 (44.14% from 255) = 27.12%
R=30.02%
G=42.86%
B=27.12%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1241771120.3000.370.31108.9229.4156.67
Hex7CB1701E0251F6d1d39
Octal17426116036045371553571
Binary111110010110001111000011110010010111111110110111101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7CB170

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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