#78B45F

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

Shades of Mantis #78B45F

Tints of Mantis #78B45F

Color information

#78B45F (or 0x78B45F) is unknown color: approx Mantis. HEX triplet: 78, B4 and 5F. RGB value is (120,180,95). Sum of RGB (Red+Green+Blue) = 120+180+95=395 (52% of max value = 765). Red value is 120 (47.27% from 255 or 30.38% from 395); Green value is 180 (70.70% from 255 or 45.57% from 395); Blue value is 95 (37.5% from 255 or 24.05% from 395); Max value from RGB is 180 - color contains mainly: green. Hex color #78B45F is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #78B45F is #874BA0. Grayscale: #989898. Windows color (decimal): -8866721 or 6272120. OLE color: 6272120.

HSL color Cylindrical-coordinate representation of color #78B45F: hue angle of 102.35º degrees, saturation: 0.36, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #78B45F is Cyan = 0.33, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.29.

Color convert

RGB12018095-
CMYK0.3300.470.29
HSL102.35º36.17%53.92%-
HSV(B)102.35º47.22%70.59%-
XYZ26.1337.4616.68-
YUV152.3795.62104.91-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 30.38%
GREEN value IS 180 (70.70% from 255) = 45.57%
BLUE value IS 95 (37.5% from 255) = 24.05%
R=30.38%
G=45.57%
B=24.05%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal120180950.3300.470.29102.3536.1753.92
Hex78B45F2102F1D662436
Octal17026413741057351464466
Binary11110001011010010111111000010101111111011100110100100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #78B45F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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