#70B063

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

Shades of Mantis #70B063

Tints of Mantis #70B063

Color information

#70B063 (or 0x70B063) is unknown color: approx Mantis. HEX triplet: 70, B0 and 63. RGB value is (112,176,99). Sum of RGB (Red+Green+Blue) = 112+176+99=387 (51% of max value = 765). Red value is 112 (44.14% from 255 or 28.94% from 387); Green value is 176 (69.14% from 255 or 45.48% from 387); Blue value is 99 (39.06% from 255 or 25.58% from 387); Max value from RGB is 176 - color contains mainly: green. Hex color #70B063 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #70B063 is #8F4F9C. Grayscale: #949494. Windows color (decimal): -9392029 or 6533232. OLE color: 6533232.

HSL color Cylindrical-coordinate representation of color #70B063: hue angle of 109.87º degrees, saturation: 0.33, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #70B063 is Cyan = 0.36, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.31.

Color convert

RGB11217699-
CMYK0.3600.440.31
HSL109.87º32.77%53.92%-
HSV(B)109.87º43.75%69.02%-
XYZ24.4635.417.35-
YUV148.09100.3102.26-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 28.94%
GREEN value IS 176 (69.14% from 255) = 45.48%
BLUE value IS 99 (39.06% from 255) = 25.58%
R=28.94%
G=45.48%
B=25.58%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal112176990.3600.440.31109.8732.7753.92
Hex70B0632402C1F6e2136
Octal16026014344054371564166
Binary11100001011000011000111001000101100111111101110100001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70B063

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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