#78B46B

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

Shades of Amulet #78B46B

Tints of Amulet #78B46B

Color information

#78B46B (or 0x78B46B) is unknown color: approx Amulet. HEX triplet: 78, B4 and 6B. RGB value is (120,180,107). Sum of RGB (Red+Green+Blue) = 120+180+107=407 (53% of max value = 765). Red value is 120 (47.27% from 255 or 29.48% from 407); Green value is 180 (70.70% from 255 or 44.23% from 407); Blue value is 107 (42.19% from 255 or 26.29% from 407); Max value from RGB is 180 - color contains mainly: green. Hex color #78B46B is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #78B46B is #874B94. Grayscale: #999999. Windows color (decimal): -8866709 or 7058552. OLE color: 7058552.

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

Color convert

RGB120180107-
CMYK0.3300.410.29
HSL109.32º32.74%56.27%-
HSV(B)109.32º40.56%70.59%-
XYZ26.7237.719.78-
YUV153.74101.62103.94-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 29.48%
GREEN value IS 180 (70.70% from 255) = 44.23%
BLUE value IS 107 (42.19% from 255) = 26.29%
R=29.48%
G=44.23%
B=26.29%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1201801070.3300.410.29109.3232.7456.27
Hex78B46B210291D6d2138
Octal17026415341051351554170
Binary11110001011010011010111000010101001111011101101100001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #78B46B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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