#78B760

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

Shades of Mantis #78B760

Tints of Mantis #78B760

Color information

#78B760 (or 0x78B760) is unknown color: approx Mantis. HEX triplet: 78, B7 and 60. RGB value is (120,183,96). Sum of RGB (Red+Green+Blue) = 120+183+96=399 (52% of max value = 765). Red value is 120 (47.27% from 255 or 30.08% from 399); Green value is 183 (71.88% from 255 or 45.86% from 399); Blue value is 96 (37.89% from 255 or 24.06% from 399); Max value from RGB is 183 - color contains mainly: green. Hex color #78B760 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #78B760 is #87489F. Grayscale: #9A9A9A. Windows color (decimal): -8865952 or 6338424. OLE color: 6338424.

HSL color Cylindrical-coordinate representation of color #78B760: hue angle of 103.45º degrees, saturation: 0.38, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #78B760 is Cyan = 0.34, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.28.

Color convert

RGB12018396-
CMYK0.3400.480.28
HSL103.45º37.66%54.71%-
HSV(B)103.45º47.54%71.76%-
XYZ26.7938.717.13-
YUV154.2495.13103.57-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 30.08%
GREEN value IS 183 (71.88% from 255) = 45.86%
BLUE value IS 96 (37.89% from 255) = 24.06%
R=30.08%
G=45.86%
B=24.06%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal120183960.3400.480.28103.4537.6654.71
Hex78B760220301C672637
Octal17026714042060341474667
Binary11110001011011111000001000100110000111001100111100110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #78B760

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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