#78AD76

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

Shades of Amulet #78AD76

Tints of Amulet #78AD76

Color information

#78AD76 (or 0x78AD76) is unknown color: approx Amulet. HEX triplet: 78, AD and 76. RGB value is (120,173,118). Sum of RGB (Red+Green+Blue) = 120+173+118=411 (54% of max value = 765). Red value is 120 (47.27% from 255 or 29.20% from 411); Green value is 173 (67.97% from 255 or 42.09% from 411); Blue value is 118 (46.48% from 255 or 28.71% from 411); Max value from RGB is 173 - color contains mainly: green. Hex color #78AD76 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #78AD76 is #875289. Grayscale: #979797. Windows color (decimal): -8868490 or 7777656. OLE color: 7777656.

HSL color Cylindrical-coordinate representation of color #78AD76: hue angle of 117.82º degrees, saturation: 0.25, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #78AD76 is Cyan = 0.31, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.32.

Color convert

RGB120173118-
CMYK0.3100.320.32
HSL117.82º25.11%57.06%-
HSV(B)117.82º31.79%67.84%-
XYZ25.9635.1922.56-
YUV150.88109.44105.97-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 29.20%
GREEN value IS 173 (67.97% from 255) = 42.09%
BLUE value IS 118 (46.48% from 255) = 28.71%
R=29.20%
G=42.09%
B=28.71%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1201731180.3100.320.32117.8225.1157.06
Hex78AD761F02020761939
Octal17025516637040401663171
Binary1111000101011011110110111110100000100000111011011001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #78AD76

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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