#78A675

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

Shades of Amulet #78A675

Tints of Amulet #78A675

Color information

#78A675 (or 0x78A675) is unknown color: approx Amulet. HEX triplet: 78, A6 and 75. RGB value is (120,166,117). Sum of RGB (Red+Green+Blue) = 120+166+117=403 (53% of max value = 765). Red value is 120 (47.27% from 255 or 29.78% from 403); Green value is 166 (65.23% from 255 or 41.19% from 403); Blue value is 117 (46.09% from 255 or 29.03% from 403); Max value from RGB is 166 - color contains mainly: green. Hex color #78A675 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #78A675 is #87598A. Grayscale: #929292. Windows color (decimal): -8870283 or 7710328. OLE color: 7710328.

HSL color Cylindrical-coordinate representation of color #78A675: hue angle of 116.33º degrees, saturation: 0.22, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #78A675 is Cyan = 0.28, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.35.

Color convert

RGB120166117-
CMYK0.2800.300.35
HSL116.33º21.59%55.49%-
HSV(B)116.33º29.52%65.1%-
XYZ24.5932.5521.82-
YUV146.66111.26108.98-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 29.78%
GREEN value IS 166 (65.23% from 255) = 41.19%
BLUE value IS 117 (46.09% from 255) = 29.03%
R=29.78%
G=41.19%
B=29.03%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1201661170.2800.300.35116.3321.5955.49
Hex78A6751C01E23741637
Octal17024616534036431642667
Binary111100010100110111010111100011110100011111010010110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #78A675

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(120,166,117); }

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

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

 a { background-color: rgb(120,166,117); }

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

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

 span { border-color: rgb(120,166,117); }

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