#78A565

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

Shades of Amulet #78A565

Tints of Amulet #78A565

Color information

#78A565 (or 0x78A565) is unknown color: approx Amulet. HEX triplet: 78, A5 and 65. RGB value is (120,165,101). Sum of RGB (Red+Green+Blue) = 120+165+101=386 (51% of max value = 765). Red value is 120 (47.27% from 255 or 31.09% from 386); Green value is 165 (64.84% from 255 or 42.75% from 386); Blue value is 101 (39.84% from 255 or 26.17% from 386); Max value from RGB is 165 - color contains mainly: green. Hex color #78A565 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #78A565 is #875A9A. Grayscale: #909090. Windows color (decimal): -8870555 or 6661496. OLE color: 6661496.

HSL color Cylindrical-coordinate representation of color #78A565: hue angle of 102.19º degrees, saturation: 0.26, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #78A565 is Cyan = 0.27, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.35.

Color convert

RGB120165101-
CMYK0.2700.390.35
HSL102.19º26.23%52.16%-
HSV(B)102.19º38.79%64.71%-
XYZ23.5531.8417.22-
YUV144.25103.59110.7-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 31.09%
GREEN value IS 165 (64.84% from 255) = 42.75%
BLUE value IS 101 (39.84% from 255) = 26.17%
R=31.09%
G=42.75%
B=26.17%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1201651010.2700.390.35102.1926.2352.16
Hex78A5651B02723661a34
Octal17024514533047431463264
Binary1111000101001011100101110110100111100011110011011010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #78A565

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(120,165,101); }

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

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

 a { background-color: rgb(120,165,101); }

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

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

 span { border-color: rgb(120,165,101); }

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