Html Css Color HEX #70B962 Mantis

📋 copy color: '#70B962'

red 112 ◦ green 185 ◦ blue 98

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

Shades of Mantis #70B962

Tints of Mantis #70B962

RGB

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

 GREEN value IS 185 (72.66% from 255) = 46.84%

 BLUE value IS 98 (38.67% from 255) = 24.81%

R = 28.35%
G = 46.84%
B = 24.81%

CMYK

 C value IS 0.39

 M value IS 0

 Y value IS 0.47

 K value IS 0.27

RGB Variations

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

Color information

#70B962 (or 0x70B962) is known color: Mantis. HEX triplet: 70, B9 and 62. RGB value is (112,185,98). Sum of RGB (Red+Green+Blue) = 112+185+98=395 (52% of max value = 765). Red value is 112 (44.14% from 255 or 28.35% from 395); Green value is 185 (72.66% from 255 or 46.84% from 395); Blue value is 98 (38.67% from 255 or 24.81% from 395); Max value from RGB is 185 - color contains mainly: green. Hex color #70B962 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #70B962 is #8F469D. Grayscale: #999999. Windows color (decimal): -9389726 or 6470000. OLE color: 6470000.

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

Color convert

RGB 112 185 98 -
CMYK 0.39 0 0.47 0.27
HSL 110.34º 0.38% 0.55% -
HSV(B) 110.34º 0.47% 0.73% -
XYZ 26.24 39.02 17.7 -
YUV 153.26 96.82 98.57 -
System Red Green Blue C M Y K H S L
Decimal 112 185 98 0.39 0 0.47 0.27 110.34 0.38 0.55
Hex 70 B9 62 27 0 2F 1B 6E 26 37
Octal 160 271 142 47 0 57 33 156 46 67
Binary 1110000 10111001 1100010 100111 0 101111 11011 1101110 100110 110111

Color Harmonies of #70B962

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70B962

Black with #70B962

Text Example


Text Example

White with #70B962

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(112,185,98); }

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

background-color css

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

 a { background-color: rgb(112,185,98); }

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

border-color css

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

 span { border-color: rgb(112,185,98); }

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