#78BB60

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

Shades of Mantis #78BB60

Tints of Mantis #78BB60

Color information

#78BB60 (or 0x78BB60) is unknown color: approx Mantis. HEX triplet: 78, BB and 60. RGB value is (120,187,96). Sum of RGB (Red+Green+Blue) = 120+187+96=403 (53% of max value = 765). Red value is 120 (47.27% from 255 or 29.78% from 403); Green value is 187 (73.44% from 255 or 46.40% from 403); Blue value is 96 (37.89% from 255 or 23.82% from 403); Max value from RGB is 187 - color contains mainly: green. Hex color #78BB60 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #78BB60 is #87449F. Grayscale: #9C9C9C. Windows color (decimal): -8864928 or 6339448. OLE color: 6339448.

HSL color Cylindrical-coordinate representation of color #78BB60: hue angle of 104.18º degrees, saturation: 0.4, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #78BB60 is Cyan = 0.36, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.27.

Color convert

RGB12018796-
CMYK0.3600.490.27
HSL104.18º40.09%55.49%-
HSV(B)104.18º48.66%73.33%-
XYZ27.6340.3817.4-
YUV156.5993.8101.9-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 29.78%
GREEN value IS 187 (73.44% from 255) = 46.40%
BLUE value IS 96 (37.89% from 255) = 23.82%
R=29.78%
G=46.40%
B=23.82%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal120187960.3600.490.27104.1840.0955.49
Hex78BB60240311B682837
Octal17027314044061331505067
Binary11110001011101111000001001000110001110111101000101000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #78BB60

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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