Html Css Color HEX #70B361 Mantis

📋 copy color: '#70B361'

red 112 ◦ green 179 ◦ blue 97

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

Shades of Mantis #70B361

Tints of Mantis #70B361

RGB

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

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

 BLUE value IS 97 (38.28% from 255) = 25%

R = 28.87%
G = 46.13%
B = 25%

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

#70B361 (or 0x70B361) is known color: Mantis. HEX triplet: 70, B3 and 61. RGB value is (112,179,97). Sum of RGB (Red+Green+Blue) = 112+179+97=388 (51% of max value = 765). Red value is 112 (44.14% from 255 or 28.87% from 388); Green value is 179 (70.31% from 255 or 46.13% from 388); Blue value is 97 (38.28% from 255 or 25% from 388); Max value from RGB is 179 - color contains mainly: green. Hex color #70B361 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #70B361 is #8F4C9E. Grayscale: #959595. Windows color (decimal): -9391263 or 6402928. OLE color: 6402928.

HSL color Cylindrical-coordinate representation of color #70B361: hue angle of 109.02º 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 #70B361 is Cyan = 0.37, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.30.

Color convert

RGB 112 179 97 -
CMYK 0.37 0 0.46 0.30
HSL 109.02º 0.35% 0.54% -
HSV(B) 109.02º 0.46% 0.7% -
XYZ 24.96 36.55 17.05 -
YUV 149.62 98.3 101.17 -
System Red Green Blue C M Y K H S L
Decimal 112 179 97 0.37 0 0.46 0.30 109.02 0.35 0.54
Hex 70 B3 61 25 0 2E 1E 6D 23 36
Octal 160 263 141 45 0 56 36 155 43 66
Binary 1110000 10110011 1100001 100101 0 101110 11110 1101101 100011 110110

Color Harmonies of #70B361

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70B361

Black with #70B361

Text Example


Text Example

White with #70B361

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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