#78996A

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

Shades of Amulet #78996A

Tints of Amulet #78996A

Color information

#78996A (or 0x78996A) is unknown color: approx Amulet. HEX triplet: 78, 99 and 6A. RGB value is (120,153,106). Sum of RGB (Red+Green+Blue) = 120+153+106=379 (50% of max value = 765). Red value is 120 (47.27% from 255 or 31.66% from 379); Green value is 153 (60.16% from 255 or 40.37% from 379); Blue value is 106 (41.80% from 255 or 27.97% from 379); Max value from RGB is 153 - color contains mainly: green. Hex color #78996A is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #78996A is #876695. Grayscale: #898989. Windows color (decimal): -8873622 or 6986104. OLE color: 6986104.

HSL color Cylindrical-coordinate representation of color #78996A: hue angle of 102.13º degrees, saturation: 0.19, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #78996A is Cyan = 0.22, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.4.

Color convert

RGB120153106-
CMYK0.2200.310.4
HSL102.13º18.73%50.78%-
HSV(B)102.13º30.72%60%-
XYZ21.7427.8217.86-
YUV137.77110.07115.32-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 31.66%
GREEN value IS 153 (60.16% from 255) = 40.37%
BLUE value IS 106 (41.80% from 255) = 27.97%
R=31.66%
G=40.37%
B=27.97%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal1201531060.2200.310.4102.1318.7350.78
Hex78996A1601F28661333
Octal17023115226037501462363
Binary111100010011001110101010110011111101000110011010011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #78996A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #78996A; }

 p { color: rgb(120,153,106); }

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

<style>
 a { background-color: #78996A; }

 a { background-color: rgb(120,153,106); }

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

<style>
 span { border-color: #78996A; }

 span { border-color: rgb(120,153,106); }

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