#70B663

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

Shades of Mantis #70B663

Tints of Mantis #70B663

Color information

#70B663 (or 0x70B663) is unknown color: approx Mantis. HEX triplet: 70, B6 and 63. RGB value is (112,182,99). Sum of RGB (Red+Green+Blue) = 112+182+99=393 (52% of max value = 765). Red value is 112 (44.14% from 255 or 28.50% from 393); Green value is 182 (71.48% from 255 or 46.31% from 393); Blue value is 99 (39.06% from 255 or 25.19% from 393); Max value from RGB is 182 - color contains mainly: green. Hex color #70B663 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #70B663 is #8F499C. Grayscale: #979797. Windows color (decimal): -9390493 or 6534768. OLE color: 6534768.

HSL color Cylindrical-coordinate representation of color #70B663: hue angle of 110.6º 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 #70B663 is Cyan = 0.38, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.29.

Color convert

RGB11218299-
CMYK0.3800.460.29
HSL110.6º36.24%55.1%-
HSV(B)110.6º45.6%71.37%-
XYZ25.6637.817.75-
YUV151.6198.3199.75-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 28.50%
GREEN value IS 182 (71.48% from 255) = 46.31%
BLUE value IS 99 (39.06% from 255) = 25.19%
R=28.50%
G=46.31%
B=25.19%

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
Decimal112182990.3800.460.29110.636.2455.1
Hex70B6632602E1D6f2437
Octal16026614346056351574467
Binary11100001011011011000111001100101110111011101111100100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70B663

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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