#73B55A

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

Shades of Mantis #73B55A

Tints of Mantis #73B55A

Color information

#73B55A (or 0x73B55A) is unknown color: approx Mantis. HEX triplet: 73, B5 and 5A. RGB value is (115,181,90). Sum of RGB (Red+Green+Blue) = 115+181+90=386 (51% of max value = 765). Red value is 115 (45.31% from 255 or 29.79% from 386); Green value is 181 (71.09% from 255 or 46.89% from 386); Blue value is 90 (35.55% from 255 or 23.32% from 386); Max value from RGB is 181 - color contains mainly: green. Hex color #73B55A is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #73B55A is #8C4AA5. Grayscale: #979797. Windows color (decimal): -9194150 or 5944691. OLE color: 5944691.

HSL color Cylindrical-coordinate representation of color #73B55A: hue angle of 103.52º degrees, saturation: 0.38, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #73B55A is Cyan = 0.36, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.29.

Color convert

RGB11518190-
CMYK0.3600.500.29
HSL103.52º38.08%53.14%-
HSV(B)103.52º50.28%70.98%-
XYZ25.4437.4315.56-
YUV150.8993.63102.4-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 29.79%
GREEN value IS 181 (71.09% from 255) = 46.89%
BLUE value IS 90 (35.55% from 255) = 23.32%
R=29.79%
G=46.89%
B=23.32%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.50
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal115181900.3600.500.29103.5238.0853.14
Hex73B55A240321D682635
Octal16326513244062351504665
Binary11100111011010110110101001000110010111011101000100110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #73B55A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(115,181,90); }

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

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

 a { background-color: rgb(115,181,90); }

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

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

 span { border-color: rgb(115,181,90); }

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