#78B85F

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

Shades of Mantis #78B85F

Tints of Mantis #78B85F

Color information

#78B85F (or 0x78B85F) is unknown color: approx Mantis. HEX triplet: 78, B8 and 5F. RGB value is (120,184,95). Sum of RGB (Red+Green+Blue) = 120+184+95=399 (52% of max value = 765). Red value is 120 (47.27% from 255 or 30.08% from 399); Green value is 184 (72.27% from 255 or 46.12% from 399); Blue value is 95 (37.5% from 255 or 23.81% from 399); Max value from RGB is 184 - color contains mainly: green. Hex color #78B85F is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #78B85F is #8747A0. Grayscale: #9B9B9B. Windows color (decimal): -8865697 or 6273144. OLE color: 6273144.

HSL color Cylindrical-coordinate representation of color #78B85F: hue angle of 103.15º degrees, saturation: 0.39, 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 #78B85F is Cyan = 0.35, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.28.

Color convert

RGB12018495-
CMYK0.3500.480.28
HSL103.15º38.53%54.71%-
HSV(B)103.15º48.37%72.16%-
XYZ26.9539.116.95-
YUV154.7294.3103.24-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 30.08%
GREEN value IS 184 (72.27% from 255) = 46.12%
BLUE value IS 95 (37.5% from 255) = 23.81%
R=30.08%
G=46.12%
B=23.81%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal120184950.3500.480.28103.1538.5354.71
Hex78B85F230301C672737
Octal17027013743060341474767
Binary11110001011100010111111000110110000111001100111100111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #78B85F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(120,184,95); }

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

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

 a { background-color: rgb(120,184,95); }

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

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

 span { border-color: rgb(120,184,95); }

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