#78976C

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

Shades of Amulet #78976C

Tints of Amulet #78976C

Color information

#78976C (or 0x78976C) is unknown color: approx Amulet. HEX triplet: 78, 97 and 6C. RGB value is (120,151,108). Sum of RGB (Red+Green+Blue) = 120+151+108=379 (50% of max value = 765). Red value is 120 (47.27% from 255 or 31.66% from 379); Green value is 151 (59.38% from 255 or 39.84% from 379); Blue value is 108 (42.58% from 255 or 28.50% from 379); Max value from RGB is 151 - color contains mainly: green. Hex color #78976C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #78976C is #876893. Grayscale: #888888. Windows color (decimal): -8874132 or 7116664. OLE color: 7116664.

HSL color Cylindrical-coordinate representation of color #78976C: hue angle of 103.26º 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 #78976C is Cyan = 0.21, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.41.

Color convert

RGB120151108-
CMYK0.2100.280.41
HSL103.26º17.13%50.78%-
HSV(B)103.26º28.48%59.22%-
XYZ21.5227.2118.31-
YUV136.83111.73116-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 31.66%
GREEN value IS 151 (59.38% from 255) = 39.84%
BLUE value IS 108 (42.58% from 255) = 28.50%
R=31.66%
G=39.84%
B=28.50%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1201511080.2100.280.41103.2617.1350.78
Hex78976C1501C29671133
Octal17022715425034511472163
Binary111100010010111110110010101011100101001110011110001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #78976C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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