#78AB65

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

Shades of Amulet #78AB65

Tints of Amulet #78AB65

Color information

#78AB65 (or 0x78AB65) is unknown color: approx Amulet. HEX triplet: 78, AB and 65. RGB value is (120,171,101). Sum of RGB (Red+Green+Blue) = 120+171+101=392 (51% of max value = 765). Red value is 120 (47.27% from 255 or 30.61% from 392); Green value is 171 (67.19% from 255 or 43.62% from 392); Blue value is 101 (39.84% from 255 or 25.77% from 392); Max value from RGB is 171 - color contains mainly: green. Hex color #78AB65 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #78AB65 is #87549A. Grayscale: #949494. Windows color (decimal): -8869019 or 6663032. OLE color: 6663032.

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

Color convert

RGB120171101-
CMYK0.3000.410.33
HSL103.71º29.41%53.33%-
HSV(B)103.71º40.94%67.06%-
XYZ24.6634.0617.59-
YUV147.77101.6108.19-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 30.61%
GREEN value IS 171 (67.19% from 255) = 43.62%
BLUE value IS 101 (39.84% from 255) = 25.77%
R=30.61%
G=43.62%
B=25.77%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1201711010.3000.410.33103.7129.4153.33
Hex78AB651E02921681d35
Octal17025314536051411503565
Binary1111000101010111100101111100101001100001110100011101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #78AB65

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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