#78AA72

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

Shades of Amulet #78AA72

Tints of Amulet #78AA72

Color information

#78AA72 (or 0x78AA72) is unknown color: approx Amulet. HEX triplet: 78, AA and 72. RGB value is (120,170,114). Sum of RGB (Red+Green+Blue) = 120+170+114=404 (53% of max value = 765). Red value is 120 (47.27% from 255 or 29.70% from 404); Green value is 170 (66.80% from 255 or 42.08% from 404); Blue value is 114 (44.92% from 255 or 28.22% from 404); Max value from RGB is 170 - color contains mainly: green. Hex color #78AA72 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #78AA72 is #87558D. Grayscale: #949494. Windows color (decimal): -8869262 or 7514744. OLE color: 7514744.

HSL color Cylindrical-coordinate representation of color #78AA72: hue angle of 113.57º 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 #78AA72 is Cyan = 0.29, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.33.

Color convert

RGB120170114-
CMYK0.2900.330.33
HSL113.57º24.78%55.69%-
HSV(B)113.57º32.94%66.67%-
XYZ25.1633.9621.15-
YUV148.67108.44107.55-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 29.70%
GREEN value IS 170 (66.80% from 255) = 42.08%
BLUE value IS 114 (44.92% from 255) = 28.22%
R=29.70%
G=42.08%
B=28.22%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1201701140.2900.330.33113.5724.7855.69
Hex78AA721D02121721938
Octal17025216235041411623170
Binary1111000101010101110010111010100001100001111001011001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #78AA72

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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