#78B75A

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

Shades of Mantis #78B75A

Tints of Mantis #78B75A

Color information

#78B75A (or 0x78B75A) is unknown color: approx Mantis. HEX triplet: 78, B7 and 5A. RGB value is (120,183,90). Sum of RGB (Red+Green+Blue) = 120+183+90=393 (52% of max value = 765). Red value is 120 (47.27% from 255 or 30.53% from 393); Green value is 183 (71.88% from 255 or 46.56% from 393); Blue value is 90 (35.55% from 255 or 22.90% from 393); Max value from RGB is 183 - color contains mainly: green. Hex color #78B75A is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #78B75A is #8748A5. Grayscale: #999999. Windows color (decimal): -8865958 or 5945208. OLE color: 5945208.

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

Color convert

RGB12018390-
CMYK0.3400.510.28
HSL100.65º39.24%53.53%-
HSV(B)100.65º50.82%71.76%-
XYZ26.5238.615.73-
YUV153.5692.13104.06-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 30.53%
GREEN value IS 183 (71.88% from 255) = 46.56%
BLUE value IS 90 (35.55% from 255) = 22.90%
R=30.53%
G=46.56%
B=22.90%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal120183900.3400.510.28100.6539.2453.53
Hex78B75A220331C652736
Octal17026713242063341454766
Binary11110001011011110110101000100110011111001100101100111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #78B75A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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