#78AE76

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

Shades of Amulet #78AE76

Tints of Amulet #78AE76

Color information

#78AE76 (or 0x78AE76) is unknown color: approx Amulet. HEX triplet: 78, AE and 76. RGB value is (120,174,118). Sum of RGB (Red+Green+Blue) = 120+174+118=412 (54% of max value = 765). Red value is 120 (47.27% from 255 or 29.13% from 412); Green value is 174 (68.36% from 255 or 42.23% from 412); Blue value is 118 (46.48% from 255 or 28.64% from 412); Max value from RGB is 174 - color contains mainly: green. Hex color #78AE76 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #78AE76 is #875189. Grayscale: #979797. Windows color (decimal): -8868234 or 7777912. OLE color: 7777912.

HSL color Cylindrical-coordinate representation of color #78AE76: hue angle of 117.86º degrees, saturation: 0.26, 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 #78AE76 is Cyan = 0.31, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.32.

Color convert

RGB120174118-
CMYK0.3100.320.32
HSL117.86º25.69%57.25%-
HSV(B)117.86º32.18%68.24%-
XYZ26.1535.5722.63-
YUV151.47109.11105.55-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 29.13%
GREEN value IS 174 (68.36% from 255) = 42.23%
BLUE value IS 118 (46.48% from 255) = 28.64%
R=29.13%
G=42.23%
B=28.64%

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
Decimal1201741180.3100.320.32117.8625.6957.25
Hex78AE761F02020761a39
Octal17025616637040401663271
Binary1111000101011101110110111110100000100000111011011010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #78AE76

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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