#73BA64

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

Shades of Mantis #73BA64

Tints of Mantis #73BA64

Color information

#73BA64 (or 0x73BA64) is unknown color: approx Mantis. HEX triplet: 73, BA and 64. RGB value is (115,186,100). Sum of RGB (Red+Green+Blue) = 115+186+100=401 (53% of max value = 765). Red value is 115 (45.31% from 255 or 28.68% from 401); Green value is 186 (73.05% from 255 or 46.38% from 401); Blue value is 100 (39.45% from 255 or 24.94% from 401); Max value from RGB is 186 - color contains mainly: green. Hex color #73BA64 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #73BA64 is #8C459B. Grayscale: #9B9B9B. Windows color (decimal): -9192860 or 6601331. OLE color: 6601331.

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

Color convert

RGB115186100-
CMYK0.3800.460.27
HSL109.53º38.39%56.08%-
HSV(B)109.53º46.24%72.94%-
XYZ26.9339.6818.3-
YUV154.9796.9899.49-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 28.68%
GREEN value IS 186 (73.05% from 255) = 46.38%
BLUE value IS 100 (39.45% from 255) = 24.94%
R=28.68%
G=46.38%
B=24.94%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1151861000.3800.460.27109.5338.3956.08
Hex73BA642602E1B6e2638
Octal16327214446056331564670
Binary11100111011101011001001001100101110110111101110100110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #73BA64

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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