#70BB62

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

Shades of Mantis #70BB62

Tints of Mantis #70BB62

Color information

#70BB62 (or 0x70BB62) is unknown color: approx Mantis. HEX triplet: 70, BB and 62. RGB value is (112,187,98). Sum of RGB (Red+Green+Blue) = 112+187+98=397 (52% of max value = 765). Red value is 112 (44.14% from 255 or 28.21% from 397); Green value is 187 (73.44% from 255 or 47.10% from 397); Blue value is 98 (38.67% from 255 or 24.69% from 397); Max value from RGB is 187 - color contains mainly: green. Hex color #70BB62 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #70BB62 is #8F449D. Grayscale: #9A9A9A. Windows color (decimal): -9389214 or 6470512. OLE color: 6470512.

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

Color convert

RGB11218798-
CMYK0.4000.480.27
HSL110.56º39.56%55.88%-
HSV(B)110.56º47.59%73.33%-
XYZ26.6639.8717.85-
YUV154.4396.1597.74-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 28.21%
GREEN value IS 187 (73.44% from 255) = 47.10%
BLUE value IS 98 (38.67% from 255) = 24.69%
R=28.21%
G=47.10%
B=24.69%

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
Decimal112187980.4000.480.27110.5639.5655.88
Hex70BB62280301B6f2838
Octal16027314250060331575070
Binary11100001011101111000101010000110000110111101111101000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70BB62

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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