#78A471

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

Shades of Amulet #78A471

Tints of Amulet #78A471

Color information

#78A471 (or 0x78A471) is unknown color: approx Amulet. HEX triplet: 78, A4 and 71. RGB value is (120,164,113). Sum of RGB (Red+Green+Blue) = 120+164+113=397 (52% of max value = 765). Red value is 120 (47.27% from 255 or 30.23% from 397); Green value is 164 (64.45% from 255 or 41.31% from 397); Blue value is 113 (44.53% from 255 or 28.46% from 397); Max value from RGB is 164 - color contains mainly: green. Hex color #78A471 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #78A471 is #875B8E. Grayscale: #919191. Windows color (decimal): -8870799 or 7447672. OLE color: 7447672.

HSL color Cylindrical-coordinate representation of color #78A471: hue angle of 111.76º degrees, saturation: 0.22, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #78A471 is Cyan = 0.27, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.36.

Color convert

RGB120164113-
CMYK0.2700.310.36
HSL111.76º21.89%54.31%-
HSV(B)111.76º31.1%64.31%-
XYZ2431.7420.48-
YUV145.03109.92110.15-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 30.23%
GREEN value IS 164 (64.45% from 255) = 41.31%
BLUE value IS 113 (44.53% from 255) = 28.46%
R=30.23%
G=41.31%
B=28.46%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1201641130.2700.310.36111.7621.8954.31
Hex78A4711B01F24701636
Octal17024416133037441602666
Binary111100010100100111000111011011111100100111000010110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #78A471

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #78A471; }

 p { color: rgb(120,164,113); }

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

<style>
 a { background-color: #78A471; }

 a { background-color: rgb(120,164,113); }

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

<style>
 span { border-color: #78A471; }

 span { border-color: rgb(120,164,113); }

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