#72B45E

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

Shades of Mantis #72B45E

Tints of Mantis #72B45E

Color information

#72B45E (or 0x72B45E) is unknown color: approx Mantis. HEX triplet: 72, B4 and 5E. RGB value is (114,180,94). Sum of RGB (Red+Green+Blue) = 114+180+94=388 (51% of max value = 765). Red value is 114 (44.92% from 255 or 29.38% from 388); Green value is 180 (70.70% from 255 or 46.39% from 388); Blue value is 94 (37.11% from 255 or 24.23% from 388); Max value from RGB is 180 - color contains mainly: green. Hex color #72B45E is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #72B45E is #8D4BA1. Grayscale: #969696. Windows color (decimal): -9259938 or 6206578. OLE color: 6206578.

HSL color Cylindrical-coordinate representation of color #72B45E: hue angle of 106.05º degrees, saturation: 0.36, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #72B45E is Cyan = 0.37, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.29.

Color convert

RGB11418094-
CMYK0.3700.480.29
HSL106.05º36.44%53.73%-
HSV(B)106.05º47.78%70.59%-
XYZ25.2837.0316.4-
YUV150.4696.13101.99-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 29.38%
GREEN value IS 180 (70.70% from 255) = 46.39%
BLUE value IS 94 (37.11% from 255) = 24.23%
R=29.38%
G=46.39%
B=24.23%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal114180940.3700.480.29106.0536.4453.73
Hex72B45E250301D6a2436
Octal16226413645060351524466
Binary11100101011010010111101001010110000111011101010100100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72B45E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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