#72B05B

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

Shades of Mantis #72B05B

Tints of Mantis #72B05B

Color information

#72B05B (or 0x72B05B) is unknown color: approx Mantis. HEX triplet: 72, B0 and 5B. RGB value is (114,176,91). Sum of RGB (Red+Green+Blue) = 114+176+91=381 (50% of max value = 765). Red value is 114 (44.92% from 255 or 29.92% from 381); Green value is 176 (69.14% from 255 or 46.19% from 381); Blue value is 91 (35.94% from 255 or 23.88% from 381); Max value from RGB is 176 - color contains mainly: green. Hex color #72B05B is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #72B05B is #8D4FA4. Grayscale: #949494. Windows color (decimal): -9260965 or 6008946. OLE color: 6008946.

HSL color Cylindrical-coordinate representation of color #72B05B: hue angle of 103.76º degrees, saturation: 0.35, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #72B05B is Cyan = 0.35, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.31.

Color convert

RGB11417691-
CMYK0.3500.480.31
HSL103.76º34.98%52.35%-
HSV(B)103.76º48.3%69.02%-
XYZ24.3535.3815.44-
YUV147.7795.96103.91-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 29.92%
GREEN value IS 176 (69.14% from 255) = 46.19%
BLUE value IS 91 (35.94% from 255) = 23.88%
R=29.92%
G=46.19%
B=23.88%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal114176910.3500.480.31103.7634.9852.35
Hex72B05B230301F682334
Octal16226013343060371504364
Binary11100101011000010110111000110110000111111101000100011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72B05B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(114,176,91); }

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

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

 a { background-color: rgb(114,176,91); }

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

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

 span { border-color: rgb(114,176,91); }

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