#78956C

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

Shades of Amulet #78956C

Tints of Amulet #78956C

Color information

#78956C (or 0x78956C) is unknown color: approx Amulet. HEX triplet: 78, 95 and 6C. RGB value is (120,149,108). Sum of RGB (Red+Green+Blue) = 120+149+108=377 (49% of max value = 765). Red value is 120 (47.27% from 255 or 31.83% from 377); Green value is 149 (58.59% from 255 or 39.52% from 377); Blue value is 108 (42.58% from 255 or 28.65% from 377); Max value from RGB is 149 - color contains mainly: green. Hex color #78956C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #78956C is #876A93. Grayscale: #878787. Windows color (decimal): -8874644 or 7116152. OLE color: 7116152.

HSL color Cylindrical-coordinate representation of color #78956C: hue angle of 102.44º degrees, saturation: 0.16, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #78956C is Cyan = 0.19, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.42.

Color convert

RGB120149108-
CMYK0.1900.280.42
HSL102.44º16.21%50.39%-
HSV(B)102.44º27.52%58.43%-
XYZ21.226.5718.2-
YUV135.66112.39116.83-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 31.83%
GREEN value IS 149 (58.59% from 255) = 39.52%
BLUE value IS 108 (42.58% from 255) = 28.65%
R=31.83%
G=39.52%
B=28.65%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1201491080.1900.280.42102.4416.2150.39
Hex78956C1301C2A661032
Octal17022515423034521462062
Binary111100010010101110110010011011100101010110011010000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #78956C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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