#78A376

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

Shades of Amulet #78A376

Tints of Amulet #78A376

Color information

#78A376 (or 0x78A376) is unknown color: approx Amulet. HEX triplet: 78, A3 and 76. RGB value is (120,163,118). Sum of RGB (Red+Green+Blue) = 120+163+118=401 (53% of max value = 765). Red value is 120 (47.27% from 255 or 29.93% from 401); Green value is 163 (64.06% from 255 or 40.65% from 401); Blue value is 118 (46.48% from 255 or 29.43% from 401); Max value from RGB is 163 - color contains mainly: green. Hex color #78A376 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #78A376 is #875C89. Grayscale: #919191. Windows color (decimal): -8871050 or 7775096. OLE color: 7775096.

HSL color Cylindrical-coordinate representation of color #78A376: hue angle of 117.33º degrees, saturation: 0.2, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #78A376 is Cyan = 0.26, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.36.

Color convert

RGB120163118-
CMYK0.2600.280.36
HSL117.33º19.65%55.1%-
HSV(B)117.33º27.61%63.92%-
XYZ24.1131.521.95-
YUV145.01112.75110.16-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 29.93%
GREEN value IS 163 (64.06% from 255) = 40.65%
BLUE value IS 118 (46.48% from 255) = 29.43%
R=29.93%
G=40.65%
B=29.43%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1201631180.2600.280.36117.3319.6555.1
Hex78A3761A01C24751437
Octal17024316632034441652467
Binary111100010100011111011011010011100100100111010110100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #78A376

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(120,163,118); }

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

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

 a { background-color: rgb(120,163,118); }

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

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

 span { border-color: rgb(120,163,118); }

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