#70BB63

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

Shades of Mantis #70BB63

Tints of Mantis #70BB63

Color information

#70BB63 (or 0x70BB63) is unknown color: approx Mantis. HEX triplet: 70, BB and 63. RGB value is (112,187,99). Sum of RGB (Red+Green+Blue) = 112+187+99=398 (52% of max value = 765). Red value is 112 (44.14% from 255 or 28.14% from 398); Green value is 187 (73.44% from 255 or 46.98% from 398); Blue value is 99 (39.06% from 255 or 24.87% from 398); Max value from RGB is 187 - color contains mainly: green. Hex color #70BB63 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #70BB63 is #8F449C. Grayscale: #9A9A9A. Windows color (decimal): -9389213 or 6536048. OLE color: 6536048.

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

Color convert

RGB11218799-
CMYK0.4000.470.27
HSL111.14º39.29%56.08%-
HSV(B)111.14º47.06%73.33%-
XYZ26.739.8918.1-
YUV154.5496.6597.66-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 28.14%
GREEN value IS 187 (73.44% from 255) = 46.98%
BLUE value IS 99 (39.06% from 255) = 24.87%
R=28.14%
G=46.98%
B=24.87%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal112187990.4000.470.27111.1439.2956.08
Hex70BB632802F1B6f2738
Octal16027314350057331574770
Binary11100001011101111000111010000101111110111101111100111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70BB63

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(112,187,99); }

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

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

 a { background-color: rgb(112,187,99); }

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

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

 span { border-color: rgb(112,187,99); }

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