#78A570

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

Shades of Amulet #78A570

Tints of Amulet #78A570

Color information

#78A570 (or 0x78A570) is unknown color: approx Amulet. HEX triplet: 78, A5 and 70. RGB value is (120,165,112). Sum of RGB (Red+Green+Blue) = 120+165+112=397 (52% of max value = 765). Red value is 120 (47.27% from 255 or 30.23% from 397); Green value is 165 (64.84% from 255 or 41.56% from 397); Blue value is 112 (44.14% from 255 or 28.21% from 397); Max value from RGB is 165 - color contains mainly: green. Hex color #78A570 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #78A570 is #875A8F. Grayscale: #919191. Windows color (decimal): -8870544 or 7382392. OLE color: 7382392.

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

Color convert

RGB120165112-
CMYK0.2700.320.35
HSL110.94º22.75%54.31%-
HSV(B)110.94º32.12%64.71%-
XYZ24.1332.0720.25-
YUV145.5109.09109.81-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 30.23%
GREEN value IS 165 (64.84% from 255) = 41.56%
BLUE value IS 112 (44.14% from 255) = 28.21%
R=30.23%
G=41.56%
B=28.21%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1201651120.2700.320.35110.9422.7554.31
Hex78A5701B020236f1736
Octal17024516033040431572766
Binary1111000101001011110000110110100000100011110111110111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #78A570

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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