#70B05F

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

Shades of Mantis #70B05F

Tints of Mantis #70B05F

Color information

#70B05F (or 0x70B05F) is unknown color: approx Mantis. HEX triplet: 70, B0 and 5F. RGB value is (112,176,95). Sum of RGB (Red+Green+Blue) = 112+176+95=383 (50% of max value = 765). Red value is 112 (44.14% from 255 or 29.24% from 383); Green value is 176 (69.14% from 255 or 45.95% from 383); Blue value is 95 (37.5% from 255 or 24.80% from 383); Max value from RGB is 176 - color contains mainly: green. Hex color #70B05F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #70B05F is #8F4FA0. Grayscale: #939393. Windows color (decimal): -9392033 or 6271088. OLE color: 6271088.

HSL color Cylindrical-coordinate representation of color #70B05F: hue angle of 107.41º degrees, saturation: 0.34, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #70B05F is Cyan = 0.36, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.31.

Color convert

RGB11217695-
CMYK0.3600.460.31
HSL107.41º33.89%53.14%-
HSV(B)107.41º46.02%69.02%-
XYZ24.2735.3216.36-
YUV147.6398.3102.59-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 29.24%
GREEN value IS 176 (69.14% from 255) = 45.95%
BLUE value IS 95 (37.5% from 255) = 24.80%
R=29.24%
G=45.95%
B=24.80%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal112176950.3600.460.31107.4133.8953.14
Hex70B05F2402E1F6b2235
Octal16026013744056371534265
Binary11100001011000010111111001000101110111111101011100010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70B05F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(112,176,95); }

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

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

 a { background-color: rgb(112,176,95); }

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

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

 span { border-color: rgb(112,176,95); }

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