#78BF6A

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

Shades of Mantis #78BF6A

Tints of Mantis #78BF6A

Color information

#78BF6A (or 0x78BF6A) is unknown color: approx Mantis. HEX triplet: 78, BF and 6A. RGB value is (120,191,106). Sum of RGB (Red+Green+Blue) = 120+191+106=417 (55% of max value = 765). Red value is 120 (47.27% from 255 or 28.78% from 417); Green value is 191 (75% from 255 or 45.80% from 417); Blue value is 106 (41.80% from 255 or 25.42% from 417); Max value from RGB is 191 - color contains mainly: green. Hex color #78BF6A is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #78BF6A is #874095. Grayscale: #A0A0A0. Windows color (decimal): -8863894 or 6995832. OLE color: 6995832.

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

Color convert

RGB120191106-
CMYK0.3700.450.25
HSL110.12º39.91%58.24%-
HSV(B)110.12º44.5%74.9%-
XYZ28.9842.320.27-
YUV160.0897.4899.41-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 28.78%
GREEN value IS 191 (75% from 255) = 45.80%
BLUE value IS 106 (41.80% from 255) = 25.42%
R=28.78%
G=45.80%
B=25.42%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1201911060.3700.450.25110.1239.9158.24
Hex78BF6A2502D196e283a
Octal17027715245055311565072
Binary11110001011111111010101001010101101110011101110101000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #78BF6A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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