Html Css Color HEX #70B759 Mantis

📋 copy color: '#70B759'

red 112 ◦ green 183 ◦ blue 89

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

Shades of Mantis #70B759

Tints of Mantis #70B759

RGB

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

 GREEN value IS 183 (71.88% from 255) = 47.66%

 BLUE value IS 89 (35.16% from 255) = 23.18%

R = 29.17%
G = 47.66%
B = 23.18%

CMYK

 C value IS 0.39

 M value IS 0

 Y value IS 0.51

 K value IS 0.28

RGB Variations

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

Color information

#70B759 (or 0x70B759) is known color: Mantis. HEX triplet: 70, B7 and 59. RGB value is (112,183,89). Sum of RGB (Red+Green+Blue) = 112+183+89=384 (50% of max value = 765). Red value is 112 (44.14% from 255 or 29.17% from 384); Green value is 183 (71.88% from 255 or 47.66% from 384); Blue value is 89 (35.16% from 255 or 23.18% from 384); Max value from RGB is 183 - color contains mainly: green. Hex color #70B759 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #70B759 is #8F48A6. Grayscale: #979797. Windows color (decimal): -9390247 or 5879664. OLE color: 5879664.

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

Color convert

RGB 112 183 89 -
CMYK 0.39 0 0.51 0.28
HSL 105.32º 0.39% 0.53% -
HSV(B) 105.32º 0.51% 0.72% -
XYZ 25.42 38.03 15.45 -
YUV 151.06 92.98 100.14 -
System Red Green Blue C M Y K H S L
Decimal 112 183 89 0.39 0 0.51 0.28 105.32 0.39 0.53
Hex 70 B7 59 27 0 33 1C 69 27 35
Octal 160 267 131 47 0 63 34 151 47 65
Binary 1110000 10110111 1011001 100111 0 110011 11100 1101001 100111 110101

Color Harmonies of #70B759

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70B759

Black with #70B759

Text Example


Text Example

White with #70B759

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(112,183,89); }

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

background-color css

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

 a { background-color: rgb(112,183,89); }

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

border-color css

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

 span { border-color: rgb(112,183,89); }

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