#70AF61

Color #70AF61 Mantis (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Mantis #70AF61

Tints of Mantis #70AF61

Color information

#70AF61 (or 0x70AF61) is unknown color: approx Mantis. HEX triplet: 70, AF and 61. RGB value is (112,175,97). Sum of RGB (Red+Green+Blue) = 112+175+97=384 (50% of max value = 765). Red value is 112 (44.14% from 255 or 29.17% from 384); Green value is 175 (68.75% from 255 or 45.57% from 384); Blue value is 97 (38.28% from 255 or 25.26% from 384); Max value from RGB is 175 - color contains mainly: green. Hex color #70AF61 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #70AF61 is #8F509E. Grayscale: #939393. Windows color (decimal): -9392287 or 6401904. OLE color: 6401904.

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

Color convert

RGB11217597-
CMYK0.3600.450.31
HSL108.46º32.77%53.33%-
HSV(B)108.46º44.57%68.63%-
XYZ24.1734.9716.78-
YUV147.2799.63102.84-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 29.17%
GREEN value IS 175 (68.75% from 255) = 45.57%
BLUE value IS 97 (38.28% from 255) = 25.26%
R=29.17%
G=45.57%
B=25.26%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal112175970.3600.450.31108.4632.7753.33
Hex70AF612402D1F6c2135
Octal16025714144055371544165
Binary11100001010111111000011001000101101111111101100100001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70AF61

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #70AF61;
 }
 .AnyTagClassName
 {
   color: #70AF61;
 }
</style>
background-color css

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

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

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

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

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

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