#72C067

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

Shades of Mantis #72C067

Tints of Mantis #72C067

Color information

#72C067 (or 0x72C067) is unknown color: approx Mantis. HEX triplet: 72, C0 and 67. RGB value is (114,192,103). Sum of RGB (Red+Green+Blue) = 114+192+103=409 (54% of max value = 765). Red value is 114 (44.92% from 255 or 27.87% from 409); Green value is 192 (75.39% from 255 or 46.94% from 409); Blue value is 103 (40.62% from 255 or 25.18% from 409); Max value from RGB is 192 - color contains mainly: green. Hex color #72C067 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #72C067 is #8D3F98. Grayscale: #9E9E9E. Windows color (decimal): -9256857 or 6799474. OLE color: 6799474.

HSL color Cylindrical-coordinate representation of color #72C067: hue angle of 112.58º degrees, saturation: 0.41, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #72C067 is Cyan = 0.41, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.25.

Color convert

RGB114192103-
CMYK0.4100.460.25
HSL112.58º41.4%57.84%-
HSV(B)112.58º46.35%75.29%-
XYZ28.2442.2619.5-
YUV158.5396.6696.24-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 27.87%
GREEN value IS 192 (75.39% from 255) = 46.94%
BLUE value IS 103 (40.62% from 255) = 25.18%
R=27.87%
G=46.94%
B=25.18%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1141921030.4100.460.25112.5841.457.84
Hex72C0672902E1971293a
Octal16230014751056311615172
Binary11100101100000011001111010010101110110011110001101001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72C067

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(114,192,103); }

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

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

 a { background-color: rgb(114,192,103); }

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

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

 span { border-color: rgb(114,192,103); }

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