#72B45C

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

Shades of Mantis #72B45C

Tints of Mantis #72B45C

Color information

#72B45C (or 0x72B45C) is unknown color: approx Mantis. HEX triplet: 72, B4 and 5C. RGB value is (114,180,92). Sum of RGB (Red+Green+Blue) = 114+180+92=386 (51% of max value = 765). Red value is 114 (44.92% from 255 or 29.53% from 386); Green value is 180 (70.70% from 255 or 46.63% from 386); Blue value is 92 (36.33% from 255 or 23.83% from 386); Max value from RGB is 180 - color contains mainly: green. Hex color #72B45C is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #72B45C is #8D4BA3. Grayscale: #969696. Windows color (decimal): -9259940 or 6075506. OLE color: 6075506.

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

Color convert

RGB11418092-
CMYK0.3700.490.29
HSL105º36.97%53.33%-
HSV(B)105º48.89%70.59%-
XYZ25.1936.9915.94-
YUV150.2395.13102.16-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 29.53%
GREEN value IS 180 (70.70% from 255) = 46.63%
BLUE value IS 92 (36.33% from 255) = 23.83%
R=29.53%
G=46.63%
B=23.83%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal114180920.3700.490.2910536.9753.33
Hex72B45C250311D692535
Octal16226413445061351514565
Binary11100101011010010111001001010110001111011101001100101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72B45C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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