#78B761

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

Shades of Mantis #78B761

Tints of Mantis #78B761

Color information

#78B761 (or 0x78B761) is unknown color: approx Mantis. HEX triplet: 78, B7 and 61. RGB value is (120,183,97). Sum of RGB (Red+Green+Blue) = 120+183+97=400 (52% of max value = 765). Red value is 120 (47.27% from 255 or 30% from 400); Green value is 183 (71.88% from 255 or 45.75% from 400); Blue value is 97 (38.28% from 255 or 24.25% from 400); Max value from RGB is 183 - color contains mainly: green. Hex color #78B761 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #78B761 is #87489E. Grayscale: #9A9A9A. Windows color (decimal): -8865951 or 6403960. OLE color: 6403960.

HSL color Cylindrical-coordinate representation of color #78B761: hue angle of 103.95º degrees, saturation: 0.37, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #78B761 is Cyan = 0.34, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.28.

Color convert

RGB12018397-
CMYK0.3400.470.28
HSL103.95º37.39%54.9%-
HSV(B)103.95º46.99%71.76%-
XYZ26.8438.7217.37-
YUV154.3695.63103.49-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 30%
GREEN value IS 183 (71.88% from 255) = 45.75%
BLUE value IS 97 (38.28% from 255) = 24.25%
R=30%
G=45.75%
B=24.25%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal120183970.3400.470.28103.9537.3954.9
Hex78B7612202F1C682537
Octal17026714142057341504567
Binary11110001011011111000011000100101111111001101000100101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #78B761

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(120,183,97); }

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

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

 a { background-color: rgb(120,183,97); }

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

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

 span { border-color: rgb(120,183,97); }

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