#78A566

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

Shades of Amulet #78A566

Tints of Amulet #78A566

Color information

#78A566 (or 0x78A566) is unknown color: approx Amulet. HEX triplet: 78, A5 and 66. RGB value is (120,165,102). Sum of RGB (Red+Green+Blue) = 120+165+102=387 (51% of max value = 765). Red value is 120 (47.27% from 255 or 31.01% from 387); Green value is 165 (64.84% from 255 or 42.64% from 387); Blue value is 102 (40.23% from 255 or 26.36% from 387); Max value from RGB is 165 - color contains mainly: green. Hex color #78A566 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #78A566 is #875A99. Grayscale: #909090. Windows color (decimal): -8870554 or 6727032. OLE color: 6727032.

HSL color Cylindrical-coordinate representation of color #78A566: hue angle of 102.86º degrees, saturation: 0.26, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #78A566 is Cyan = 0.27, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.35.

Color convert

RGB120165102-
CMYK0.2700.380.35
HSL102.86º25.93%52.35%-
HSV(B)102.86º38.18%64.71%-
XYZ23.631.8617.48-
YUV144.36104.09110.62-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 31.01%
GREEN value IS 165 (64.84% from 255) = 42.64%
BLUE value IS 102 (40.23% from 255) = 26.36%
R=31.01%
G=42.64%
B=26.36%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1201651020.2700.380.35102.8625.9352.35
Hex78A5661B02623671a34
Octal17024514633046431473264
Binary1111000101001011100110110110100110100011110011111010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #78A566

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(120,165,102); }

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

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

 a { background-color: rgb(120,165,102); }

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

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

 span { border-color: rgb(120,165,102); }

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