#78B85C

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

Shades of Mantis #78B85C

Tints of Mantis #78B85C

Color information

#78B85C (or 0x78B85C) is unknown color: approx Mantis. HEX triplet: 78, B8 and 5C. RGB value is (120,184,92). Sum of RGB (Red+Green+Blue) = 120+184+92=396 (52% of max value = 765). Red value is 120 (47.27% from 255 or 30.30% from 396); Green value is 184 (72.27% from 255 or 46.46% from 396); Blue value is 92 (36.33% from 255 or 23.23% from 396); Max value from RGB is 184 - color contains mainly: green. Hex color #78B85C is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #78B85C is #8747A3. Grayscale: #9A9A9A. Windows color (decimal): -8865700 or 6076536. OLE color: 6076536.

HSL color Cylindrical-coordinate representation of color #78B85C: hue angle of 101.74º degrees, saturation: 0.39, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #78B85C is Cyan = 0.35, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.28.

Color convert

RGB12018492-
CMYK0.3500.500.28
HSL101.74º39.32%54.12%-
HSV(B)101.74º50%72.16%-
XYZ26.8239.0516.25-
YUV154.3892.8103.48-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 30.30%
GREEN value IS 184 (72.27% from 255) = 46.46%
BLUE value IS 92 (36.33% from 255) = 23.23%
R=30.30%
G=46.46%
B=23.23%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.50
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal120184920.3500.500.28101.7439.3254.12
Hex78B85C230321C662736
Octal17027013443062341464766
Binary11110001011100010111001000110110010111001100110100111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #78B85C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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