#78B75B

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

Shades of Mantis #78B75B

Tints of Mantis #78B75B

Color information

#78B75B (or 0x78B75B) is unknown color: approx Mantis. HEX triplet: 78, B7 and 5B. RGB value is (120,183,91). Sum of RGB (Red+Green+Blue) = 120+183+91=394 (52% of max value = 765). Red value is 120 (47.27% from 255 or 30.46% from 394); Green value is 183 (71.88% from 255 or 46.45% from 394); Blue value is 91 (35.94% from 255 or 23.10% from 394); Max value from RGB is 183 - color contains mainly: green. Hex color #78B75B is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #78B75B is #8748A4. Grayscale: #999999. Windows color (decimal): -8865957 or 6010744. OLE color: 6010744.

HSL color Cylindrical-coordinate representation of color #78B75B: hue angle of 101.09º degrees, saturation: 0.39, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #78B75B is Cyan = 0.34, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.28.

Color convert

RGB12018391-
CMYK0.3400.500.28
HSL101.09º38.98%53.73%-
HSV(B)101.09º50.27%71.76%-
XYZ26.5738.6215.95-
YUV153.6792.63103.98-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 30.46%
GREEN value IS 183 (71.88% from 255) = 46.45%
BLUE value IS 91 (35.94% from 255) = 23.10%
R=30.46%
G=46.45%
B=23.10%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.50
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal120183910.3400.500.28101.0938.9853.73
Hex78B75B220321C652736
Octal17026713342062341454766
Binary11110001011011110110111000100110010111001100101100111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #78B75B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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