#78AA6D

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

Shades of Amulet #78AA6D

Tints of Amulet #78AA6D

Color information

#78AA6D (or 0x78AA6D) is unknown color: approx Amulet. HEX triplet: 78, AA and 6D. RGB value is (120,170,109). Sum of RGB (Red+Green+Blue) = 120+170+109=399 (52% of max value = 765). Red value is 120 (47.27% from 255 or 30.08% from 399); Green value is 170 (66.80% from 255 or 42.61% from 399); Blue value is 109 (42.97% from 255 or 27.32% from 399); Max value from RGB is 170 - color contains mainly: green. Hex color #78AA6D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #78AA6D is #875592. Grayscale: #949494. Windows color (decimal): -8869267 or 7187064. OLE color: 7187064.

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

Color convert

RGB120170109-
CMYK0.2900.360.33
HSL109.18º26.41%54.71%-
HSV(B)109.18º35.88%66.67%-
XYZ24.8833.8519.69-
YUV148.1105.94107.96-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 30.08%
GREEN value IS 170 (66.80% from 255) = 42.61%
BLUE value IS 109 (42.97% from 255) = 27.32%
R=30.08%
G=42.61%
B=27.32%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1201701090.2900.360.33109.1826.4154.71
Hex78AA6D1D024216d1a37
Octal17025215535044411553267
Binary1111000101010101101101111010100100100001110110111010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #78AA6D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(120,170,109); }

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

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

 a { background-color: rgb(120,170,109); }

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

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

 span { border-color: rgb(120,170,109); }

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