#78AA71

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

Shades of Amulet #78AA71

Tints of Amulet #78AA71

Color information

#78AA71 (or 0x78AA71) is unknown color: approx Amulet. HEX triplet: 78, AA and 71. RGB value is (120,170,113). Sum of RGB (Red+Green+Blue) = 120+170+113=403 (53% of max value = 765). Red value is 120 (47.27% from 255 or 29.78% from 403); Green value is 170 (66.80% from 255 or 42.18% from 403); Blue value is 113 (44.53% from 255 or 28.04% from 403); Max value from RGB is 170 - color contains mainly: green. Hex color #78AA71 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #78AA71 is #87558E. Grayscale: #949494. Windows color (decimal): -8869263 or 7449208. OLE color: 7449208.

HSL color Cylindrical-coordinate representation of color #78AA71: hue angle of 112.63º degrees, saturation: 0.25, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #78AA71 is Cyan = 0.29, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.33.

Color convert

RGB120170113-
CMYK0.2900.340.33
HSL112.63º25.11%55.49%-
HSV(B)112.63º33.53%66.67%-
XYZ25.133.9320.85-
YUV148.55107.94107.63-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 29.78%
GREEN value IS 170 (66.80% from 255) = 42.18%
BLUE value IS 113 (44.53% from 255) = 28.04%
R=29.78%
G=42.18%
B=28.04%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1201701130.2900.340.33112.6325.1155.49
Hex78AA711D02221711937
Octal17025216135042411613167
Binary1111000101010101110001111010100010100001111000111001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #78AA71

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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