#78AB73

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

Shades of Amulet #78AB73

Tints of Amulet #78AB73

Color information

#78AB73 (or 0x78AB73) is unknown color: approx Amulet. HEX triplet: 78, AB and 73. RGB value is (120,171,115). Sum of RGB (Red+Green+Blue) = 120+171+115=406 (53% of max value = 765). Red value is 120 (47.27% from 255 or 29.56% from 406); Green value is 171 (67.19% from 255 or 42.12% from 406); Blue value is 115 (45.31% from 255 or 28.33% from 406); Max value from RGB is 171 - color contains mainly: green. Hex color #78AB73 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #78AB73 is #87548C. Grayscale: #959595. Windows color (decimal): -8869005 or 7580536. OLE color: 7580536.

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

Color convert

RGB120171115-
CMYK0.3000.330.33
HSL114.64º25%56.08%-
HSV(B)114.64º32.75%67.06%-
XYZ25.434.3621.51-
YUV149.37108.6107.05-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 29.56%
GREEN value IS 171 (67.19% from 255) = 42.12%
BLUE value IS 115 (45.31% from 255) = 28.33%
R=29.56%
G=42.12%
B=28.33%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1201711150.3000.330.33114.642556.08
Hex78AB731E02121731938
Octal17025316336041411633170
Binary1111000101010111110011111100100001100001111001111001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #78AB73

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(120,171,115); }

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

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

 a { background-color: rgb(120,171,115); }

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

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

 span { border-color: rgb(120,171,115); }

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