#78A96E

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

Shades of Amulet #78A96E

Tints of Amulet #78A96E

Color information

#78A96E (or 0x78A96E) is unknown color: approx Amulet. HEX triplet: 78, A9 and 6E. RGB value is (120,169,110). Sum of RGB (Red+Green+Blue) = 120+169+110=399 (52% of max value = 765). Red value is 120 (47.27% from 255 or 30.08% from 399); Green value is 169 (66.41% from 255 or 42.36% from 399); Blue value is 110 (43.36% from 255 or 27.57% from 399); Max value from RGB is 169 - color contains mainly: green. Hex color #78A96E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #78A96E is #875691. Grayscale: #939393. Windows color (decimal): -8869522 or 7252344. OLE color: 7252344.

HSL color Cylindrical-coordinate representation of color #78A96E: hue angle of 109.83º degrees, saturation: 0.26, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #78A96E is Cyan = 0.29, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.34.

Color convert

RGB120169110-
CMYK0.2900.350.34
HSL109.83º25.54%54.71%-
HSV(B)109.83º34.91%66.27%-
XYZ24.7533.4919.91-
YUV147.62106.77108.3-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 30.08%
GREEN value IS 169 (66.41% from 255) = 42.36%
BLUE value IS 110 (43.36% from 255) = 27.57%
R=30.08%
G=42.36%
B=27.57%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1201691100.2900.350.34109.8325.5454.71
Hex78A96E1D023226e1a37
Octal17025115635043421563267
Binary1111000101010011101110111010100011100010110111011010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #78A96E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(120,169,110); }

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

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

 a { background-color: rgb(120,169,110); }

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

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

 span { border-color: rgb(120,169,110); }

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