#73B756

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

Shades of Mantis #73B756

Tints of Mantis #73B756

Color information

#73B756 (or 0x73B756) is unknown color: approx Mantis. HEX triplet: 73, B7 and 56. RGB value is (115,183,86). Sum of RGB (Red+Green+Blue) = 115+183+86=384 (50% of max value = 765). Red value is 115 (45.31% from 255 or 29.95% from 384); Green value is 183 (71.88% from 255 or 47.66% from 384); Blue value is 86 (33.98% from 255 or 22.40% from 384); Max value from RGB is 183 - color contains mainly: green. Hex color #73B756 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #73B756 is #8C48A9. Grayscale: #979797. Windows color (decimal): -9193642 or 5683059. OLE color: 5683059.

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

Color convert

RGB11518386-
CMYK0.3700.530.28
HSL102.06º40.25%52.75%-
HSV(B)102.06º53.01%71.76%-
XYZ25.6838.1814.82-
YUV151.6190.97101.89-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 29.95%
GREEN value IS 183 (71.88% from 255) = 47.66%
BLUE value IS 86 (33.98% from 255) = 22.40%
R=29.95%
G=47.66%
B=22.40%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal115183860.3700.530.28102.0640.2552.75
Hex73B756250351C662835
Octal16326712645065341465065
Binary11100111011011110101101001010110101111001100110101000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #73B756

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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