#78BA5F

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

Shades of Mantis #78BA5F

Tints of Mantis #78BA5F

Color information

#78BA5F (or 0x78BA5F) is unknown color: approx Mantis. HEX triplet: 78, BA and 5F. RGB value is (120,186,95). Sum of RGB (Red+Green+Blue) = 120+186+95=401 (53% of max value = 765). Red value is 120 (47.27% from 255 or 29.93% from 401); Green value is 186 (73.05% from 255 or 46.38% from 401); Blue value is 95 (37.5% from 255 or 23.69% from 401); Max value from RGB is 186 - color contains mainly: green. Hex color #78BA5F is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #78BA5F is #8745A0. Grayscale: #9C9C9C. Windows color (decimal): -8865185 or 6273656. OLE color: 6273656.

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

Color convert

RGB12018695-
CMYK0.3500.490.27
HSL103.52º39.74%55.1%-
HSV(B)103.52º48.92%72.94%-
XYZ27.3739.9417.09-
YUV155.8993.63102.4-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 29.93%
GREEN value IS 186 (73.05% from 255) = 46.38%
BLUE value IS 95 (37.5% from 255) = 23.69%
R=29.93%
G=46.38%
B=23.69%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal120186950.3500.490.27103.5239.7455.1
Hex78BA5F230311B682837
Octal17027213743061331505067
Binary11110001011101010111111000110110001110111101000101000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #78BA5F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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