#72B65A

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

Shades of Mantis #72B65A

Tints of Mantis #72B65A

Color information

#72B65A (or 0x72B65A) is unknown color: approx Mantis. HEX triplet: 72, B6 and 5A. RGB value is (114,182,90). Sum of RGB (Red+Green+Blue) = 114+182+90=386 (51% of max value = 765). Red value is 114 (44.92% from 255 or 29.53% from 386); Green value is 182 (71.48% from 255 or 47.15% from 386); Blue value is 90 (35.55% from 255 or 23.32% from 386); Max value from RGB is 182 - color contains mainly: green. Hex color #72B65A is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #72B65A is #8D49A5. Grayscale: #979797. Windows color (decimal): -9259430 or 5944946. OLE color: 5944946.

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

Color convert

RGB11418290-
CMYK0.3700.510.29
HSL104.35º38.66%53.33%-
HSV(B)104.35º50.55%71.37%-
XYZ25.5137.7715.62-
YUV151.1893.47101.48-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 29.53%
GREEN value IS 182 (71.48% from 255) = 47.15%
BLUE value IS 90 (35.55% from 255) = 23.32%
R=29.53%
G=47.15%
B=23.32%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal114182900.3700.510.29104.3538.6653.33
Hex72B65A250331D682735
Octal16226613245063351504765
Binary11100101011011010110101001010110011111011101000100111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72B65A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(114,182,90); }

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

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

 a { background-color: rgb(114,182,90); }

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

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

 span { border-color: rgb(114,182,90); }

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