#78BE6A

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

Shades of Mantis #78BE6A

Tints of Mantis #78BE6A

Color information

#78BE6A (or 0x78BE6A) is unknown color: approx Mantis. HEX triplet: 78, BE and 6A. RGB value is (120,190,106). Sum of RGB (Red+Green+Blue) = 120+190+106=416 (55% of max value = 765). Red value is 120 (47.27% from 255 or 28.85% from 416); Green value is 190 (74.61% from 255 or 45.67% from 416); Blue value is 106 (41.80% from 255 or 25.48% from 416); Max value from RGB is 190 - color contains mainly: green. Hex color #78BE6A is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #78BE6A is #874195. Grayscale: #9F9F9F. Windows color (decimal): -8864150 or 6995576. OLE color: 6995576.

HSL color Cylindrical-coordinate representation of color #78BE6A: hue angle of 110º degrees, saturation: 0.39, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #78BE6A is Cyan = 0.37, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.25.

Color convert

RGB120190106-
CMYK0.3700.440.25
HSL110º39.25%58.04%-
HSV(B)110º44.21%74.51%-
XYZ28.7641.8620.2-
YUV159.4997.8199.83-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 28.85%
GREEN value IS 190 (74.61% from 255) = 45.67%
BLUE value IS 106 (41.80% from 255) = 25.48%
R=28.85%
G=45.67%
B=25.48%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1201901060.3700.440.2511039.2558.04
Hex78BE6A2502C196e273a
Octal17027615245054311564772
Binary11110001011111011010101001010101100110011101110100111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #78BE6A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(120,190,106); }

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

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

 a { background-color: rgb(120,190,106); }

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

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

 span { border-color: rgb(120,190,106); }

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