#73B561

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

Shades of Mantis #73B561

Tints of Mantis #73B561

Color information

#73B561 (or 0x73B561) is unknown color: approx Mantis. HEX triplet: 73, B5 and 61. RGB value is (115,181,97). Sum of RGB (Red+Green+Blue) = 115+181+97=393 (52% of max value = 765). Red value is 115 (45.31% from 255 or 29.26% from 393); Green value is 181 (71.09% from 255 or 46.06% from 393); Blue value is 97 (38.28% from 255 or 24.68% from 393); Max value from RGB is 181 - color contains mainly: green. Hex color #73B561 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #73B561 is #8C4A9E. Grayscale: #979797. Windows color (decimal): -9194143 or 6403443. OLE color: 6403443.

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

Color convert

RGB11518197-
CMYK0.3600.460.29
HSL107.14º36.21%54.51%-
HSV(B)107.14º46.41%70.98%-
XYZ25.7537.5617.2-
YUV151.6997.13101.83-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 29.26%
GREEN value IS 181 (71.09% from 255) = 46.06%
BLUE value IS 97 (38.28% from 255) = 24.68%
R=29.26%
G=46.06%
B=24.68%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal115181970.3600.460.29107.1436.2154.51
Hex73B5612402E1D6b2437
Octal16326514144056351534467
Binary11100111011010111000011001000101110111011101011100100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #73B561

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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