#78C068

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

Shades of Mantis #78C068

Tints of Mantis #78C068

Color information

#78C068 (or 0x78C068) is unknown color: approx Mantis. HEX triplet: 78, C0 and 68. RGB value is (120,192,104). Sum of RGB (Red+Green+Blue) = 120+192+104=416 (55% of max value = 765). Red value is 120 (47.27% from 255 or 28.85% from 416); Green value is 192 (75.39% from 255 or 46.15% from 416); Blue value is 104 (41.02% from 255 or 25% from 416); Max value from RGB is 192 - color contains mainly: green. Hex color #78C068 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #78C068 is #873F97. Grayscale: #A0A0A0. Windows color (decimal): -8863640 or 6865016. OLE color: 6865016.

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

Color convert

RGB120192104-
CMYK0.3800.460.25
HSL109.09º41.12%58.04%-
HSV(B)109.09º45.83%75.29%-
XYZ29.0942.6919.8-
YUV160.4496.1599.16-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 28.85%
GREEN value IS 192 (75.39% from 255) = 46.15%
BLUE value IS 104 (41.02% from 255) = 25%
R=28.85%
G=46.15%
B=25%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1201921040.3800.460.25109.0941.1258.04
Hex78C0682602E196d293a
Octal17030015046056311555172
Binary11110001100000011010001001100101110110011101101101001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #78C068

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(120,192,104); }

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

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

 a { background-color: rgb(120,192,104); }

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

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

 span { border-color: rgb(120,192,104); }

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