#70BA61

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

Shades of Mantis #70BA61

Tints of Mantis #70BA61

Color information

#70BA61 (or 0x70BA61) is unknown color: approx Mantis. HEX triplet: 70, BA and 61. RGB value is (112,186,97). Sum of RGB (Red+Green+Blue) = 112+186+97=395 (52% of max value = 765). Red value is 112 (44.14% from 255 or 28.35% from 395); Green value is 186 (73.05% from 255 or 47.09% from 395); Blue value is 97 (38.28% from 255 or 24.56% from 395); Max value from RGB is 186 - color contains mainly: green. Hex color #70BA61 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #70BA61 is #8F459E. Grayscale: #9A9A9A. Windows color (decimal): -9389471 or 6404720. OLE color: 6404720.

HSL color Cylindrical-coordinate representation of color #70BA61: hue angle of 109.89º degrees, saturation: 0.39, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #70BA61 is Cyan = 0.40, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.27.

Color convert

RGB11218697-
CMYK0.4000.480.27
HSL109.89º39.21%55.49%-
HSV(B)109.89º47.85%72.94%-
XYZ26.439.4317.53-
YUV153.7395.9898.24-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 28.35%
GREEN value IS 186 (73.05% from 255) = 47.09%
BLUE value IS 97 (38.28% from 255) = 24.56%
R=28.35%
G=47.09%
B=24.56%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal112186970.4000.480.27109.8939.2155.49
Hex70BA61280301B6e2737
Octal16027214150060331564767
Binary11100001011101011000011010000110000110111101110100111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70BA61

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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