#72BA63

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

Shades of Mantis #72BA63

Tints of Mantis #72BA63

Color information

#72BA63 (or 0x72BA63) is unknown color: approx Mantis. HEX triplet: 72, BA and 63. RGB value is (114,186,99). Sum of RGB (Red+Green+Blue) = 114+186+99=399 (52% of max value = 765). Red value is 114 (44.92% from 255 or 28.57% from 399); Green value is 186 (73.05% from 255 or 46.62% from 399); Blue value is 99 (39.06% from 255 or 24.81% from 399); Max value from RGB is 186 - color contains mainly: green. Hex color #72BA63 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #72BA63 is #8D459C. Grayscale: #9A9A9A. Windows color (decimal): -9258397 or 6535794. OLE color: 6535794.

HSL color Cylindrical-coordinate representation of color #72BA63: hue angle of 109.66º degrees, saturation: 0.39, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #72BA63 is Cyan = 0.39, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.27.

Color convert

RGB11418699-
CMYK0.3900.470.27
HSL109.66º38.67%55.88%-
HSV(B)109.66º46.77%72.94%-
XYZ26.7539.618.04-
YUV154.5596.6599.07-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 28.57%
GREEN value IS 186 (73.05% from 255) = 46.62%
BLUE value IS 99 (39.06% from 255) = 24.81%
R=28.57%
G=46.62%
B=24.81%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal114186990.3900.470.27109.6638.6755.88
Hex72BA632702F1B6e2738
Octal16227214347057331564770
Binary11100101011101011000111001110101111110111101110100111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72BA63

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(114,186,99); }

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

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

 a { background-color: rgb(114,186,99); }

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

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

 span { border-color: rgb(114,186,99); }

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