#78B46D

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

Shades of Amulet #78B46D

Tints of Amulet #78B46D

Color information

#78B46D (or 0x78B46D) is unknown color: approx Amulet. HEX triplet: 78, B4 and 6D. RGB value is (120,180,109). Sum of RGB (Red+Green+Blue) = 120+180+109=409 (54% of max value = 765). Red value is 120 (47.27% from 255 or 29.34% from 409); Green value is 180 (70.70% from 255 or 44.01% from 409); Blue value is 109 (42.97% from 255 or 26.65% from 409); Max value from RGB is 180 - color contains mainly: green. Hex color #78B46D is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #78B46D is #874B92. Grayscale: #9A9A9A. Windows color (decimal): -8866707 or 7189624. OLE color: 7189624.

HSL color Cylindrical-coordinate representation of color #78B46D: hue angle of 110.7º degrees, saturation: 0.32, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #78B46D is Cyan = 0.33, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.29.

Color convert

RGB120180109-
CMYK0.3300.390.29
HSL110.7º32.13%56.67%-
HSV(B)110.7º39.44%70.59%-
XYZ26.8337.7420.34-
YUV153.97102.62103.77-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 29.34%
GREEN value IS 180 (70.70% from 255) = 44.01%
BLUE value IS 109 (42.97% from 255) = 26.65%
R=29.34%
G=44.01%
B=26.65%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1201801090.3300.390.29110.732.1356.67
Hex78B46D210271D6f2039
Octal17026415541047351574071
Binary11110001011010011011011000010100111111011101111100000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #78B46D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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