#70B462

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

Shades of Mantis #70B462

Tints of Mantis #70B462

Color information

#70B462 (or 0x70B462) is unknown color: approx Mantis. HEX triplet: 70, B4 and 62. RGB value is (112,180,98). Sum of RGB (Red+Green+Blue) = 112+180+98=390 (51% of max value = 765). Red value is 112 (44.14% from 255 or 28.72% from 390); Green value is 180 (70.70% from 255 or 46.15% from 390); Blue value is 98 (38.67% from 255 or 25.13% from 390); Max value from RGB is 180 - color contains mainly: green. Hex color #70B462 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #70B462 is #8F4B9D. Grayscale: #969696. Windows color (decimal): -9391006 or 6468720. OLE color: 6468720.

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

Color convert

RGB11218098-
CMYK0.3800.460.29
HSL109.76º35.34%54.51%-
HSV(B)109.76º45.56%70.59%-
XYZ25.2136.9717.36-
YUV150.3298.47100.67-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 28.72%
GREEN value IS 180 (70.70% from 255) = 46.15%
BLUE value IS 98 (38.67% from 255) = 25.13%
R=28.72%
G=46.15%
B=25.13%

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
Decimal112180980.3800.460.29109.7635.3454.51
Hex70B4622602E1D6e2337
Octal16026414246056351564367
Binary11100001011010011000101001100101110111011101110100011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70B462

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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