#70C060

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

Shades of Mantis #70C060

Tints of Mantis #70C060

Color information

#70C060 (or 0x70C060) is unknown color: approx Mantis. HEX triplet: 70, C0 and 60. RGB value is (112,192,96). Sum of RGB (Red+Green+Blue) = 112+192+96=400 (52% of max value = 765). Red value is 112 (44.14% from 255 or 28% from 400); Green value is 192 (75.39% from 255 or 48% from 400); Blue value is 96 (37.89% from 255 or 24% from 400); Max value from RGB is 192 - color contains mainly: green. Hex color #70C060 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #70C060 is #8F3F9F. Grayscale: #9D9D9D. Windows color (decimal): -9387936 or 6340720. OLE color: 6340720.

HSL color Cylindrical-coordinate representation of color #70C060: hue angle of 110º degrees, saturation: 0.43, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #70C060 is Cyan = 0.42, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.25.

Color convert

RGB11219296-
CMYK0.4200.500.25
HSL110º43.24%56.47%-
HSV(B)110º50%75.29%-
XYZ27.6441.9917.71-
YUV157.1493.595.81-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 28%
GREEN value IS 192 (75.39% from 255) = 48%
BLUE value IS 96 (37.89% from 255) = 24%
R=28%
G=48%
B=24%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.50
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal112192960.4200.500.2511043.2456.47
Hex70C0602A032196e2b38
Octal16030014052062311565370
Binary11100001100000011000001010100110010110011101110101011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70C060

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #70C060; }

 p { color: rgb(112,192,96); }

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

<style>
 a { background-color: #70C060; }

 a { background-color: rgb(112,192,96); }

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

<style>
 span { border-color: #70C060; }

 span { border-color: rgb(112,192,96); }

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