#70B65F

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

Shades of Mantis #70B65F

Tints of Mantis #70B65F

Color information

#70B65F (or 0x70B65F) is unknown color: approx Mantis. HEX triplet: 70, B6 and 5F. RGB value is (112,182,95). Sum of RGB (Red+Green+Blue) = 112+182+95=389 (51% of max value = 765). Red value is 112 (44.14% from 255 or 28.79% from 389); Green value is 182 (71.48% from 255 or 46.79% from 389); Blue value is 95 (37.5% from 255 or 24.42% from 389); Max value from RGB is 182 - color contains mainly: green. Hex color #70B65F is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #70B65F is #8F49A0. Grayscale: #979797. Windows color (decimal): -9390497 or 6272624. OLE color: 6272624.

HSL color Cylindrical-coordinate representation of color #70B65F: hue angle of 108.28º degrees, saturation: 0.37, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #70B65F is Cyan = 0.38, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.29.

Color convert

RGB11218295-
CMYK0.3800.480.29
HSL108.28º37.34%54.31%-
HSV(B)108.28º47.8%71.37%-
XYZ25.4837.7316.77-
YUV151.1596.31100.07-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 28.79%
GREEN value IS 182 (71.48% from 255) = 46.79%
BLUE value IS 95 (37.5% from 255) = 24.42%
R=28.79%
G=46.79%
B=24.42%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal112182950.3800.480.29108.2837.3454.31
Hex70B65F260301D6c2536
Octal16026613746060351544566
Binary11100001011011010111111001100110000111011101100100101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70B65F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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