#78B365

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

Shades of Mantis #78B365

Tints of Mantis #78B365

Color information

#78B365 (or 0x78B365) is unknown color: approx Mantis. HEX triplet: 78, B3 and 65. RGB value is (120,179,101). Sum of RGB (Red+Green+Blue) = 120+179+101=400 (52% of max value = 765). Red value is 120 (47.27% from 255 or 30% from 400); Green value is 179 (70.31% from 255 or 44.75% from 400); Blue value is 101 (39.84% from 255 or 25.25% from 400); Max value from RGB is 179 - color contains mainly: green. Hex color #78B365 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #78B365 is #874C9A. Grayscale: #989898. Windows color (decimal): -8866971 or 6665080. OLE color: 6665080.

HSL color Cylindrical-coordinate representation of color #78B365: hue angle of 105.38º degrees, saturation: 0.34, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #78B365 is Cyan = 0.33, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.30.

Color convert

RGB120179101-
CMYK0.3300.440.30
HSL105.38º33.91%54.9%-
HSV(B)105.38º43.58%70.2%-
XYZ26.2137.1718.11-
YUV152.4798.95104.84-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 30%
GREEN value IS 179 (70.31% from 255) = 44.75%
BLUE value IS 101 (39.84% from 255) = 25.25%
R=30%
G=44.75%
B=25.25%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1201791010.3300.440.30105.3833.9154.9
Hex78B3652102C1E692237
Octal17026314541054361514267
Binary11110001011001111001011000010101100111101101001100010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #78B365

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(120,179,101); }

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

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

 a { background-color: rgb(120,179,101); }

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

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

 span { border-color: rgb(120,179,101); }

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