#78AA65

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

Shades of Amulet #78AA65

Tints of Amulet #78AA65

Color information

#78AA65 (or 0x78AA65) is unknown color: approx Amulet. HEX triplet: 78, AA and 65. RGB value is (120,170,101). Sum of RGB (Red+Green+Blue) = 120+170+101=391 (51% of max value = 765). Red value is 120 (47.27% from 255 or 30.69% from 391); Green value is 170 (66.80% from 255 or 43.48% from 391); Blue value is 101 (39.84% from 255 or 25.83% from 391); Max value from RGB is 170 - color contains mainly: green. Hex color #78AA65 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #78AA65 is #87559A. Grayscale: #939393. Windows color (decimal): -8869275 or 6662776. OLE color: 6662776.

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

Color convert

RGB120170101-
CMYK0.2900.410.33
HSL103.48º28.87%53.14%-
HSV(B)103.48º40.59%66.67%-
XYZ24.4733.6817.52-
YUV147.18101.94108.61-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 30.69%
GREEN value IS 170 (66.80% from 255) = 43.48%
BLUE value IS 101 (39.84% from 255) = 25.83%
R=30.69%
G=43.48%
B=25.83%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1201701010.2900.410.33103.4828.8753.14
Hex78AA651D02921671d35
Octal17025214535051411473565
Binary1111000101010101100101111010101001100001110011111101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #78AA65

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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