#78A76C

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

Shades of Amulet #78A76C

Tints of Amulet #78A76C

Color information

#78A76C (or 0x78A76C) is unknown color: approx Amulet. HEX triplet: 78, A7 and 6C. RGB value is (120,167,108). Sum of RGB (Red+Green+Blue) = 120+167+108=395 (52% of max value = 765). Red value is 120 (47.27% from 255 or 30.38% from 395); Green value is 167 (65.62% from 255 or 42.28% from 395); Blue value is 108 (42.58% from 255 or 27.34% from 395); Max value from RGB is 167 - color contains mainly: green. Hex color #78A76C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #78A76C is #875893. Grayscale: #929292. Windows color (decimal): -8870036 or 7120760. OLE color: 7120760.

HSL color Cylindrical-coordinate representation of color #78A76C: hue angle of 107.8º 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 #78A76C is Cyan = 0.28, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.35.

Color convert

RGB120167108-
CMYK0.2800.350.35
HSL107.8º25.11%53.92%-
HSV(B)107.8º35.33%65.49%-
XYZ24.2732.7119.22-
YUV146.22106.43109.3-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 30.38%
GREEN value IS 167 (65.62% from 255) = 42.28%
BLUE value IS 108 (42.58% from 255) = 27.34%
R=30.38%
G=42.28%
B=27.34%

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
Decimal1201671080.2800.350.35107.825.1153.92
Hex78A76C1C023236c1936
Octal17024715434043431543166
Binary1111000101001111101100111000100011100011110110011001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #78A76C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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