#71AF62

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

Shades of Mantis #71AF62

Tints of Mantis #71AF62

Color information

#71AF62 (or 0x71AF62) is unknown color: approx Mantis. HEX triplet: 71, AF and 62. RGB value is (113,175,98). Sum of RGB (Red+Green+Blue) = 113+175+98=386 (51% of max value = 765). Red value is 113 (44.53% from 255 or 29.27% from 386); Green value is 175 (68.75% from 255 or 45.34% from 386); Blue value is 98 (38.67% from 255 or 25.39% from 386); Max value from RGB is 175 - color contains mainly: green. Hex color #71AF62 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #71AF62 is #8E509D. Grayscale: #939393. Windows color (decimal): -9326750 or 6467441. OLE color: 6467441.

HSL color Cylindrical-coordinate representation of color #71AF62: hue angle of 108.31º degrees, saturation: 0.32, 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 #71AF62 is Cyan = 0.35, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.31.

Color convert

RGB11317598-
CMYK0.3500.440.31
HSL108.31º32.49%53.53%-
HSV(B)108.31º44%68.63%-
XYZ24.3435.0517.04-
YUV147.6899.96103.26-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 29.27%
GREEN value IS 175 (68.75% from 255) = 45.34%
BLUE value IS 98 (38.67% from 255) = 25.39%
R=29.27%
G=45.34%
B=25.39%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal113175980.3500.440.31108.3132.4953.53
Hex71AF622302C1F6c2036
Octal16125714243054371544066
Binary11100011010111111000101000110101100111111101100100000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #71AF62

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #71AF62; }

 p { color: rgb(113,175,98); }

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

<style>
 a { background-color: #71AF62; }

 a { background-color: rgb(113,175,98); }

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

<style>
 span { border-color: #71AF62; }

 span { border-color: rgb(113,175,98); }

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