#72B75D

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

Shades of Mantis #72B75D

Tints of Mantis #72B75D

Color information

#72B75D (or 0x72B75D) is unknown color: approx Mantis. HEX triplet: 72, B7 and 5D. RGB value is (114,183,93). Sum of RGB (Red+Green+Blue) = 114+183+93=390 (51% of max value = 765). Red value is 114 (44.92% from 255 or 29.23% from 390); Green value is 183 (71.88% from 255 or 46.92% from 390); Blue value is 93 (36.72% from 255 or 23.85% from 390); Max value from RGB is 183 - color contains mainly: green. Hex color #72B75D is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #72B75D is #8D48A2. Grayscale: #989898. Windows color (decimal): -9259171 or 6141810. OLE color: 6141810.

HSL color Cylindrical-coordinate representation of color #72B75D: hue angle of 106º 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 #72B75D is Cyan = 0.38, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.28.

Color convert

RGB11418393-
CMYK0.3800.490.28
HSL106º38.46%54.12%-
HSV(B)106º49.18%71.76%-
XYZ25.8538.2316.37-
YUV152.1194.64100.82-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 29.23%
GREEN value IS 183 (71.88% from 255) = 46.92%
BLUE value IS 93 (36.72% from 255) = 23.85%
R=29.23%
G=46.92%
B=23.85%

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
Decimal114183930.3800.490.2810638.4654.12
Hex72B75D260311C6a2636
Octal16226713546061341524666
Binary11100101011011110111011001100110001111001101010100110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72B75D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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