Html Css Color HEX #70B360 Mantis

📋 copy color: '#70B360'

red 112 ◦ green 179 ◦ blue 96

#70B360
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Mantis #70B360

Tints of Mantis #70B360

RGB

 RED value IS 112 (44.14% from 255) = 28.94%

 GREEN value IS 179 (70.31% from 255) = 46.25%

 BLUE value IS 96 (37.89% from 255) = 24.81%

R = 28.94%
G = 46.25%
B = 24.81%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.46

 K value IS 0.30

RGB Variations

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

Color information

#70B360 (or 0x70B360) is known color: Mantis. HEX triplet: 70, B3 and 60. RGB value is (112,179,96). Sum of RGB (Red+Green+Blue) = 112+179+96=387 (51% of max value = 765). Red value is 112 (44.14% from 255 or 28.94% from 387); Green value is 179 (70.31% from 255 or 46.25% from 387); Blue value is 96 (37.89% from 255 or 24.81% from 387); Max value from RGB is 179 - color contains mainly: green. Hex color #70B360 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #70B360 is #8F4C9F. Grayscale: #959595. Windows color (decimal): -9391264 or 6337392. OLE color: 6337392.

HSL color Cylindrical-coordinate representation of color #70B360: hue angle of 108.43º degrees, saturation: 0.35, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #70B360 is Cyan = 0.37, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.30.

Color convert

RGB 112 179 96 -
CMYK 0.37 0 0.46 0.30
HSL 108.43º 0.35% 0.54% -
HSV(B) 108.43º 0.46% 0.7% -
XYZ 24.91 36.53 16.8 -
YUV 149.51 97.8 101.25 -
System Red Green Blue C M Y K H S L
Decimal 112 179 96 0.37 0 0.46 0.30 108.43 0.35 0.54
Hex 70 B3 60 25 0 2E 1E 6C 23 36
Octal 160 263 140 45 0 56 36 154 43 66
Binary 1110000 10110011 1100000 100101 0 101110 11110 1101100 100011 110110

Color Harmonies of #70B360

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70B360

Black with #70B360

Text Example


Text Example

White with #70B360

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(112,179,96); }

 H1.HeaderClassName
 {
   color: #70B360;
 }
 .AnyTagClassName
 {
   color: #70B360;
 }
</style>

background-color css

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

 a { background-color: rgb(112,179,96); }

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

border-color css

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

 span { border-color: rgb(112,179,96); }

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