#78AF60

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

Shades of Mantis #78AF60

Tints of Mantis #78AF60

Color information

#78AF60 (or 0x78AF60) is unknown color: approx Mantis. HEX triplet: 78, AF and 60. RGB value is (120,175,96). Sum of RGB (Red+Green+Blue) = 120+175+96=391 (51% of max value = 765). Red value is 120 (47.27% from 255 or 30.69% from 391); Green value is 175 (68.75% from 255 or 44.76% from 391); Blue value is 96 (37.89% from 255 or 24.55% from 391); Max value from RGB is 175 - color contains mainly: green. Hex color #78AF60 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #78AF60 is #87509F. Grayscale: #959595. Windows color (decimal): -8868000 or 6336376. OLE color: 6336376.

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

Color convert

RGB12017596-
CMYK0.3100.450.31
HSL101.77º33.05%53.14%-
HSV(B)101.77º45.14%68.63%-
XYZ25.1935.516.59-
YUV149.5597.78106.92-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 30.69%
GREEN value IS 175 (68.75% from 255) = 44.76%
BLUE value IS 96 (37.89% from 255) = 24.55%
R=30.69%
G=44.76%
B=24.55%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal120175960.3100.450.31101.7733.0553.14
Hex78AF601F02D1F662135
Octal17025714037055371464165
Binary1111000101011111100000111110101101111111100110100001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #78AF60

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(120,175,96); }

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

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

 a { background-color: rgb(120,175,96); }

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

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

 span { border-color: rgb(120,175,96); }

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