#73BA68

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

Shades of Mantis #73BA68

Tints of Mantis #73BA68

Color information

#73BA68 (or 0x73BA68) is unknown color: approx Mantis. HEX triplet: 73, BA and 68. RGB value is (115,186,104). Sum of RGB (Red+Green+Blue) = 115+186+104=405 (53% of max value = 765). Red value is 115 (45.31% from 255 or 28.40% from 405); Green value is 186 (73.05% from 255 or 45.93% from 405); Blue value is 104 (41.02% from 255 or 25.68% from 405); Max value from RGB is 186 - color contains mainly: green. Hex color #73BA68 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #73BA68 is #8C4597. Grayscale: #9B9B9B. Windows color (decimal): -9192856 or 6863475. OLE color: 6863475.

HSL color Cylindrical-coordinate representation of color #73BA68: hue angle of 111.95º degrees, saturation: 0.37, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #73BA68 is Cyan = 0.38, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.27.

Color convert

RGB115186104-
CMYK0.3800.440.27
HSL111.95º37.27%56.86%-
HSV(B)111.95º44.09%72.94%-
XYZ27.1339.7619.34-
YUV155.4298.9899.17-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 28.40%
GREEN value IS 186 (73.05% from 255) = 45.93%
BLUE value IS 104 (41.02% from 255) = 25.68%
R=28.40%
G=45.93%
B=25.68%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1151861040.3800.440.27111.9537.2756.86
Hex73BA682602C1B702539
Octal16327215046054331604571
Binary11100111011101011010001001100101100110111110000100101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #73BA68

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #73BA68; }

 p { color: rgb(115,186,104); }

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

<style>
 a { background-color: #73BA68; }

 a { background-color: rgb(115,186,104); }

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

<style>
 span { border-color: #73BA68; }

 span { border-color: rgb(115,186,104); }

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