#73B760

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

Shades of Mantis #73B760

Tints of Mantis #73B760

Color information

#73B760 (or 0x73B760) is unknown color: approx Mantis. HEX triplet: 73, B7 and 60. RGB value is (115,183,96). Sum of RGB (Red+Green+Blue) = 115+183+96=394 (52% of max value = 765). Red value is 115 (45.31% from 255 or 29.19% from 394); Green value is 183 (71.88% from 255 or 46.45% from 394); Blue value is 96 (37.89% from 255 or 24.37% from 394); Max value from RGB is 183 - color contains mainly: green. Hex color #73B760 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #73B760 is #8C489F. Grayscale: #999999. Windows color (decimal): -9193632 or 6338419. OLE color: 6338419.

HSL color Cylindrical-coordinate representation of color #73B760: hue angle of 106.9º degrees, saturation: 0.38, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #73B760 is Cyan = 0.37, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.28.

Color convert

RGB11518396-
CMYK0.3700.480.28
HSL106.9º37.66%54.71%-
HSV(B)106.9º47.54%71.76%-
XYZ26.1238.3617.09-
YUV152.7595.97101.07-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 29.19%
GREEN value IS 183 (71.88% from 255) = 46.45%
BLUE value IS 96 (37.89% from 255) = 24.37%
R=29.19%
G=46.45%
B=24.37%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal115183960.3700.480.28106.937.6654.71
Hex73B760250301C6b2637
Octal16326714045060341534667
Binary11100111011011111000001001010110000111001101011100110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #73B760

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(115,183,96); }

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

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

 a { background-color: rgb(115,183,96); }

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

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

 span { border-color: rgb(115,183,96); }

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