#70B061

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

Shades of Mantis #70B061

Tints of Mantis #70B061

Color information

#70B061 (or 0x70B061) is unknown color: approx Mantis. HEX triplet: 70, B0 and 61. RGB value is (112,176,97). Sum of RGB (Red+Green+Blue) = 112+176+97=385 (50% of max value = 765). Red value is 112 (44.14% from 255 or 29.09% from 385); Green value is 176 (69.14% from 255 or 45.71% from 385); Blue value is 97 (38.28% from 255 or 25.19% from 385); Max value from RGB is 176 - color contains mainly: green. Hex color #70B061 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #70B061 is #8F4F9E. Grayscale: #949494. Windows color (decimal): -9392031 or 6402160. OLE color: 6402160.

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

Color convert

RGB11217697-
CMYK0.3600.450.31
HSL108.61º33.33%53.53%-
HSV(B)108.61º44.89%69.02%-
XYZ24.3735.3616.85-
YUV147.8699.3102.42-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 29.09%
GREEN value IS 176 (69.14% from 255) = 45.71%
BLUE value IS 97 (38.28% from 255) = 25.19%
R=29.09%
G=45.71%
B=25.19%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal112176970.3600.450.31108.6133.3353.53
Hex70B0612402D1F6d2136
Octal16026014144055371554166
Binary11100001011000011000011001000101101111111101101100001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70B061

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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