#78a66c

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

Shades of Amulet #78A66C

Tints of Amulet #78A66C

Color information

#78A66C (or 0x78A66C) is unknown color: approx Amulet. HEX triplet: 78, A6 and 6C. RGB value is (120,166,108). Sum of RGB (Red+Green+Blue) = 120+166+108=394 (52% of max value = 765). Red value is 120 (47.27% from 255 or 30.46% from 394); Green value is 166 (65.23% from 255 or 42.13% from 394); Blue value is 108 (42.58% from 255 or 27.41% from 394); Max value from RGB is 166 - color contains mainly: green. Hex color #78A66C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #78A66C is #875993. Grayscale: #919191. Windows color (decimal): -8870292 or 7120504. OLE color: 7120504.

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

Color convert

RGB120166108-
CMYK0.2800.350.35
HSL107.59º24.58%53.73%-
HSV(B)107.59º34.94%65.1%-
XYZ24.0932.3519.16-
YUV145.63106.76109.72-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 30.46%
GREEN value IS 166 (65.23% from 255) = 42.13%
BLUE value IS 108 (42.58% from 255) = 27.41%
R=30.46%
G=42.13%
B=27.41%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1201661080.2800.350.35107.5924.5853.73
Hex78A66C1C023236c1936
Octal17024615434043431543166
Binary1111000101001101101100111000100011100011110110011001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #78a66c

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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