#72B364

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

Shades of Mantis #72B364

Tints of Mantis #72B364

Color information

#72B364 (or 0x72B364) is unknown color: approx Mantis. HEX triplet: 72, B3 and 64. RGB value is (114,179,100). Sum of RGB (Red+Green+Blue) = 114+179+100=393 (52% of max value = 765). Red value is 114 (44.92% from 255 or 29.01% from 393); Green value is 179 (70.31% from 255 or 45.55% from 393); Blue value is 100 (39.45% from 255 or 25.45% from 393); Max value from RGB is 179 - color contains mainly: green. Hex color #72B364 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #72B364 is #8D4C9B. Grayscale: #969696. Windows color (decimal): -9260188 or 6599538. OLE color: 6599538.

HSL color Cylindrical-coordinate representation of color #72B364: hue angle of 109.37º degrees, saturation: 0.34, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #72B364 is Cyan = 0.36, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.30.

Color convert

RGB114179100-
CMYK0.3600.440.30
HSL109.37º34.2%54.71%-
HSV(B)109.37º44.13%70.2%-
XYZ25.3636.7417.81-
YUV150.5699.47101.92-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 29.01%
GREEN value IS 179 (70.31% from 255) = 45.55%
BLUE value IS 100 (39.45% from 255) = 25.45%
R=29.01%
G=45.55%
B=25.45%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1141791000.3600.440.30109.3734.254.71
Hex72B3642402C1E6d2237
Octal16226314444054361554267
Binary11100101011001111001001001000101100111101101101100010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72B364

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(114,179,100); }

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

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

 a { background-color: rgb(114,179,100); }

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

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

 span { border-color: rgb(114,179,100); }

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