#72B75E

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

Shades of Mantis #72B75E

Tints of Mantis #72B75E

Color information

#72B75E (or 0x72B75E) is unknown color: approx Mantis. HEX triplet: 72, B7 and 5E. RGB value is (114,183,94). Sum of RGB (Red+Green+Blue) = 114+183+94=391 (51% of max value = 765). Red value is 114 (44.92% from 255 or 29.16% from 391); Green value is 183 (71.88% from 255 or 46.80% from 391); Blue value is 94 (37.11% from 255 or 24.04% from 391); Max value from RGB is 183 - color contains mainly: green. Hex color #72B75E is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #72B75E is #8D48A1. Grayscale: #989898. Windows color (decimal): -9259170 or 6207346. OLE color: 6207346.

HSL color Cylindrical-coordinate representation of color #72B75E: hue angle of 106.52º degrees, saturation: 0.38, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #72B75E is Cyan = 0.38, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.28.

Color convert

RGB11418394-
CMYK0.3800.490.28
HSL106.52º38.2%54.31%-
HSV(B)106.52º48.63%71.76%-
XYZ25.8938.2516.61-
YUV152.2295.14100.74-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 29.16%
GREEN value IS 183 (71.88% from 255) = 46.80%
BLUE value IS 94 (37.11% from 255) = 24.04%
R=29.16%
G=46.80%
B=24.04%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal114183940.3800.490.28106.5238.254.31
Hex72B75E260311C6b2636
Octal16226713646061341534666
Binary11100101011011110111101001100110001111001101011100110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72B75E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #72B75E; }

 p { color: rgb(114,183,94); }

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

<style>
 a { background-color: #72B75E; }

 a { background-color: rgb(114,183,94); }

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

<style>
 span { border-color: #72B75E; }

 span { border-color: rgb(114,183,94); }

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