#78B371

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

Shades of Amulet #78B371

Tints of Amulet #78B371

Color information

#78B371 (or 0x78B371) is unknown color: approx Amulet. HEX triplet: 78, B3 and 71. RGB value is (120,179,113). Sum of RGB (Red+Green+Blue) = 120+179+113=412 (54% of max value = 765). Red value is 120 (47.27% from 255 or 29.13% from 412); Green value is 179 (70.31% from 255 or 43.45% from 412); Blue value is 113 (44.53% from 255 or 27.43% from 412); Max value from RGB is 179 - color contains mainly: green. Hex color #78B371 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #78B371 is #874C8E. Grayscale: #9A9A9A. Windows color (decimal): -8866959 or 7451512. OLE color: 7451512.

HSL color Cylindrical-coordinate representation of color #78B371: hue angle of 113.64º degrees, saturation: 0.3, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #78B371 is Cyan = 0.33, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.30.

Color convert

RGB120179113-
CMYK0.3300.370.30
HSL113.64º30.28%57.25%-
HSV(B)113.64º36.87%70.2%-
XYZ26.8537.4321.43-
YUV153.83104.95103.87-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 29.13%
GREEN value IS 179 (70.31% from 255) = 43.45%
BLUE value IS 113 (44.53% from 255) = 27.43%
R=29.13%
G=43.45%
B=27.43%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1201791130.3300.370.30113.6430.2857.25
Hex78B371210251E721e39
Octal17026316141045361623671
Binary1111000101100111110001100001010010111110111001011110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #78B371

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(120,179,113); }

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

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

 a { background-color: rgb(120,179,113); }

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

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

 span { border-color: rgb(120,179,113); }

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