#78B94C

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

Shades of Mantis #78B94C

Tints of Mantis #78B94C

Color information

#78B94C (or 0x78B94C) is unknown color: approx Mantis. HEX triplet: 78, B9 and 4C. RGB value is (120,185,76). Sum of RGB (Red+Green+Blue) = 120+185+76=381 (50% of max value = 765). Red value is 120 (47.27% from 255 or 31.50% from 381); Green value is 185 (72.66% from 255 or 48.56% from 381); Blue value is 76 (30.08% from 255 or 19.95% from 381); Max value from RGB is 185 - color contains mainly: green. Hex color #78B94C is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #78B94C is #8746B3. Grayscale: #999999. Windows color (decimal): -8865460 or 5028216. OLE color: 5028216.

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

Color convert

RGB12018576-
CMYK0.3500.590.27
HSL95.78º43.78%51.18%-
HSV(B)95.78º58.92%72.55%-
XYZ26.439.2113.01-
YUV153.1484.47104.36-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 31.50%
GREEN value IS 185 (72.66% from 255) = 48.56%
BLUE value IS 76 (30.08% from 255) = 19.95%
R=31.50%
G=48.56%
B=19.95%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.59
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal120185760.3500.590.2795.7843.7851.18
Hex78B94C2303B1B602c33
Octal17027111443073331405463
Binary11110001011100110011001000110111011110111100000101100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #78B94C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(120,185,76); }

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

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

 a { background-color: rgb(120,185,76); }

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

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

 span { border-color: rgb(120,185,76); }

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