#78B75F

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

Shades of Mantis #78B75F

Tints of Mantis #78B75F

Color information

#78B75F (or 0x78B75F) is unknown color: approx Mantis. HEX triplet: 78, B7 and 5F. RGB value is (120,183,95). Sum of RGB (Red+Green+Blue) = 120+183+95=398 (52% of max value = 765). Red value is 120 (47.27% from 255 or 30.15% from 398); Green value is 183 (71.88% from 255 or 45.98% from 398); Blue value is 95 (37.5% from 255 or 23.87% from 398); Max value from RGB is 183 - color contains mainly: green. Hex color #78B75F is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #78B75F is #8748A0. Grayscale: #9A9A9A. Windows color (decimal): -8865953 or 6272888. OLE color: 6272888.

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

Color convert

RGB12018395-
CMYK0.3400.480.28
HSL102.95º37.93%54.51%-
HSV(B)102.95º48.09%71.76%-
XYZ26.7438.6916.88-
YUV154.1394.63103.66-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 30.15%
GREEN value IS 183 (71.88% from 255) = 45.98%
BLUE value IS 95 (37.5% from 255) = 23.87%
R=30.15%
G=45.98%
B=23.87%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal120183950.3400.480.28102.9537.9354.51
Hex78B75F220301C672637
Octal17026713742060341474667
Binary11110001011011110111111000100110000111001100111100110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #78B75F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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