#78966C

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

Shades of Amulet #78966C

Tints of Amulet #78966C

Color information

#78966C (or 0x78966C) is unknown color: approx Amulet. HEX triplet: 78, 96 and 6C. RGB value is (120,150,108). Sum of RGB (Red+Green+Blue) = 120+150+108=378 (50% of max value = 765). Red value is 120 (47.27% from 255 or 31.75% from 378); Green value is 150 (58.98% from 255 or 39.68% from 378); Blue value is 108 (42.58% from 255 or 28.57% from 378); Max value from RGB is 150 - color contains mainly: green. Hex color #78966C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #78966C is #876993. Grayscale: #888888. Windows color (decimal): -8874388 or 7116408. OLE color: 7116408.

HSL color Cylindrical-coordinate representation of color #78966C: hue angle of 102.86º degrees, saturation: 0.17, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #78966C is Cyan = 0.20, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.41.

Color convert

RGB120150108-
CMYK0.2000.280.41
HSL102.86º16.67%50.59%-
HSV(B)102.86º28%58.82%-
XYZ21.3626.8918.25-
YUV136.24112.06116.42-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 31.75%
GREEN value IS 150 (58.98% from 255) = 39.68%
BLUE value IS 108 (42.58% from 255) = 28.57%
R=31.75%
G=39.68%
B=28.57%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1201501080.2000.280.41102.8616.6750.59
Hex78966C1401C29671133
Octal17022615424034511472163
Binary111100010010110110110010100011100101001110011110001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #78966C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #78966C; }

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

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

<style>
 a { background-color: #78966C; }

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

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

<style>
 span { border-color: #78966C; }

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

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