#70B561

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

Shades of Mantis #70B561

Tints of Mantis #70B561

Color information

#70B561 (or 0x70B561) is unknown color: approx Mantis. HEX triplet: 70, B5 and 61. RGB value is (112,181,97). Sum of RGB (Red+Green+Blue) = 112+181+97=390 (51% of max value = 765). Red value is 112 (44.14% from 255 or 28.72% from 390); Green value is 181 (71.09% from 255 or 46.41% from 390); Blue value is 97 (38.28% from 255 or 24.87% from 390); Max value from RGB is 181 - color contains mainly: green. Hex color #70B561 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #70B561 is #8F4A9E. Grayscale: #979797. Windows color (decimal): -9390751 or 6403440. OLE color: 6403440.

HSL color Cylindrical-coordinate representation of color #70B561: hue angle of 109.29º degrees, saturation: 0.36, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #70B561 is Cyan = 0.38, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.29.

Color convert

RGB11218197-
CMYK0.3800.460.29
HSL109.29º36.21%54.51%-
HSV(B)109.29º46.41%70.98%-
XYZ25.3637.3617.18-
YUV150.7997.64100.33-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 28.72%
GREEN value IS 181 (71.09% from 255) = 46.41%
BLUE value IS 97 (38.28% from 255) = 24.87%
R=28.72%
G=46.41%
B=24.87%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal112181970.3800.460.29109.2936.2154.51
Hex70B5612602E1D6d2437
Octal16026514146056351554467
Binary11100001011010111000011001100101110111011101101100100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70B561

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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