Html Css Color HEX #70B062 Mantis

📋 copy color: '#70B062'

red 112 ◦ green 176 ◦ blue 98

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

Shades of Mantis #70B062

Tints of Mantis #70B062

RGB

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

 GREEN value IS 176 (69.14% from 255) = 45.6%

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

R = 29.02%
G = 45.6%
B = 25.39%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.44

 K value IS 0.31

RGB Variations

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

Color information

#70B062 (or 0x70B062) is known color: Mantis. HEX triplet: 70, B0 and 62. RGB value is (112,176,98). Sum of RGB (Red+Green+Blue) = 112+176+98=386 (51% of max value = 765). Red value is 112 (44.14% from 255 or 29.02% from 386); Green value is 176 (69.14% from 255 or 45.60% from 386); Blue value is 98 (38.67% from 255 or 25.39% from 386); Max value from RGB is 176 - color contains mainly: green. Hex color #70B062 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #70B062 is #8F4F9D. Grayscale: #949494. Windows color (decimal): -9392030 or 6467696. OLE color: 6467696.

HSL color Cylindrical-coordinate representation of color #70B062: hue angle of 109.23º degrees, saturation: 0.33, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #70B062 is Cyan = 0.36, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.31.

Color convert

RGB 112 176 98 -
CMYK 0.36 0 0.44 0.31
HSL 109.23º 0.33% 0.54% -
HSV(B) 109.23º 0.44% 0.69% -
XYZ 24.41 35.38 17.1 -
YUV 147.97 99.8 102.34 -
System Red Green Blue C M Y K H S L
Decimal 112 176 98 0.36 0 0.44 0.31 109.23 0.33 0.54
Hex 70 B0 62 24 0 2C 1F 6D 21 36
Octal 160 260 142 44 0 54 37 155 41 66
Binary 1110000 10110000 1100010 100100 0 101100 11111 1101101 100001 110110

Color Harmonies of #70B062

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70B062

Black with #70B062

Text Example


Text Example

White with #70B062

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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