#78BA6E

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

Shades of Mantis #78BA6E

Tints of Mantis #78BA6E

Color information

#78BA6E (or 0x78BA6E) is unknown color: approx Mantis. HEX triplet: 78, BA and 6E. RGB value is (120,186,110). Sum of RGB (Red+Green+Blue) = 120+186+110=416 (55% of max value = 765). Red value is 120 (47.27% from 255 or 28.85% from 416); Green value is 186 (73.05% from 255 or 44.71% from 416); Blue value is 110 (43.36% from 255 or 26.44% from 416); Max value from RGB is 186 - color contains mainly: green. Hex color #78BA6E is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #78BA6E is #874591. Grayscale: #9D9D9D. Windows color (decimal): -8865170 or 7256696. OLE color: 7256696.

HSL color Cylindrical-coordinate representation of color #78BA6E: hue angle of 112.11º degrees, saturation: 0.36, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #78BA6E is Cyan = 0.35, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.27.

Color convert

RGB120186110-
CMYK0.3500.410.27
HSL112.11º35.51%58.04%-
HSV(B)112.11º40.86%72.94%-
XYZ28.1240.2421.04-
YUV157.6101.13101.18-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 28.85%
GREEN value IS 186 (73.05% from 255) = 44.71%
BLUE value IS 110 (43.36% from 255) = 26.44%
R=28.85%
G=44.71%
B=26.44%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1201861100.3500.410.27112.1135.5158.04
Hex78BA6E230291B70243a
Octal17027215643051331604472
Binary11110001011101011011101000110101001110111110000100100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #78BA6E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(120,186,110); }

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

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

 a { background-color: rgb(120,186,110); }

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

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

 span { border-color: rgb(120,186,110); }

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