#78B472

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

Shades of Amulet #78B472

Tints of Amulet #78B472

Color information

#78B472 (or 0x78B472) is unknown color: approx Amulet. HEX triplet: 78, B4 and 72. RGB value is (120,180,114). Sum of RGB (Red+Green+Blue) = 120+180+114=414 (54% of max value = 765). Red value is 120 (47.27% from 255 or 28.99% from 414); Green value is 180 (70.70% from 255 or 43.48% from 414); Blue value is 114 (44.92% from 255 or 27.54% from 414); Max value from RGB is 180 - color contains mainly: green. Hex color #78B472 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #78B472 is #874B8D. Grayscale: #9A9A9A. Windows color (decimal): -8866702 or 7517304. OLE color: 7517304.

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

Color convert

RGB120180114-
CMYK0.3300.370.29
HSL114.55º30.56%57.65%-
HSV(B)114.55º36.67%70.59%-
XYZ27.137.8521.8-
YUV154.54105.12103.37-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 28.99%
GREEN value IS 180 (70.70% from 255) = 43.48%
BLUE value IS 114 (44.92% from 255) = 27.54%
R=28.99%
G=43.48%
B=27.54%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1201801140.3300.370.29114.5530.5657.65
Hex78B472210251D731f3a
Octal17026416241045351633772
Binary1111000101101001110010100001010010111101111001111111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #78B472

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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