#72B464

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

Shades of Mantis #72B464

Tints of Mantis #72B464

Color information

#72B464 (or 0x72B464) is unknown color: approx Mantis. HEX triplet: 72, B4 and 64. RGB value is (114,180,100). Sum of RGB (Red+Green+Blue) = 114+180+100=394 (52% of max value = 765). Red value is 114 (44.92% from 255 or 28.93% from 394); Green value is 180 (70.70% from 255 or 45.69% from 394); Blue value is 100 (39.45% from 255 or 25.38% from 394); Max value from RGB is 180 - color contains mainly: green. Hex color #72B464 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #72B464 is #8D4B9B. Grayscale: #979797. Windows color (decimal): -9259932 or 6599794. OLE color: 6599794.

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

Color convert

RGB114180100-
CMYK0.3700.440.29
HSL109.5º34.78%54.9%-
HSV(B)109.5º44.44%70.59%-
XYZ25.5637.1417.88-
YUV151.1599.13101.5-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 28.93%
GREEN value IS 180 (70.70% from 255) = 45.69%
BLUE value IS 100 (39.45% from 255) = 25.38%
R=28.93%
G=45.69%
B=25.38%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1141801000.3700.440.29109.534.7854.9
Hex72B4642502C1D6e2337
Octal16226414445054351564367
Binary11100101011010011001001001010101100111011101110100011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72B464

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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