Html Css Color HEX #70B860 Mantis

📋 copy color: '#70B860'

red 112 ◦ green 184 ◦ blue 96

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

Shades of Mantis #70B860

Tints of Mantis #70B860

RGB

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

 GREEN value IS 184 (72.27% from 255) = 46.94%

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

R = 28.57%
G = 46.94%
B = 24.49%

CMYK

 C value IS 0.39

 M value IS 0

 Y value IS 0.48

 K value IS 0.28

RGB Variations

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

Color information

#70B860 (or 0x70B860) is known color: Mantis. HEX triplet: 70, B8 and 60. RGB value is (112,184,96). Sum of RGB (Red+Green+Blue) = 112+184+96=392 (51% of max value = 765). Red value is 112 (44.14% from 255 or 28.57% from 392); Green value is 184 (72.27% from 255 or 46.94% from 392); Blue value is 96 (37.89% from 255 or 24.49% from 392); Max value from RGB is 184 - color contains mainly: green. Hex color #70B860 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #70B860 is #8F479F. Grayscale: #989898. Windows color (decimal): -9389984 or 6338672. OLE color: 6338672.

HSL color Cylindrical-coordinate representation of color #70B860: hue angle of 109.09º degrees, saturation: 0.38, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #70B860 is Cyan = 0.39, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.28.

Color convert

RGB 112 184 96 -
CMYK 0.39 0 0.48 0.28
HSL 109.09º 0.38% 0.55% -
HSV(B) 109.09º 0.48% 0.72% -
XYZ 25.93 38.57 17.14 -
YUV 152.44 96.15 99.16 -
System Red Green Blue C M Y K H S L
Decimal 112 184 96 0.39 0 0.48 0.28 109.09 0.38 0.55
Hex 70 B8 60 27 0 30 1C 6D 26 37
Octal 160 270 140 47 0 60 34 155 46 67
Binary 1110000 10111000 1100000 100111 0 110000 11100 1101101 100110 110111

Color Harmonies of #70B860

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70B860

Black with #70B860

Text Example


Text Example

White with #70B860

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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