#78B460

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

Shades of Mantis #78B460

Tints of Mantis #78B460

Color information

#78B460 (or 0x78B460) is unknown color: approx Mantis. HEX triplet: 78, B4 and 60. RGB value is (120,180,96). Sum of RGB (Red+Green+Blue) = 120+180+96=396 (52% of max value = 765). Red value is 120 (47.27% from 255 or 30.30% from 396); Green value is 180 (70.70% from 255 or 45.45% from 396); Blue value is 96 (37.89% from 255 or 24.24% from 396); Max value from RGB is 180 - color contains mainly: green. Hex color #78B460 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #78B460 is #874B9F. Grayscale: #989898. Windows color (decimal): -8866720 or 6337656. OLE color: 6337656.

HSL color Cylindrical-coordinate representation of color #78B460: hue angle of 102.86º 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 #78B460 is Cyan = 0.33, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.29.

Color convert

RGB12018096-
CMYK0.3300.470.29
HSL102.86º35.9%54.12%-
HSV(B)102.86º46.67%70.59%-
XYZ26.1837.4816.92-
YUV152.4896.12104.83-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 30.30%
GREEN value IS 180 (70.70% from 255) = 45.45%
BLUE value IS 96 (37.89% from 255) = 24.24%
R=30.30%
G=45.45%
B=24.24%

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
Decimal120180960.3300.470.29102.8635.954.12
Hex78B4602102F1D672436
Octal17026414041057351474466
Binary11110001011010011000001000010101111111011100111100100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #78B460

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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