#73B060

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

Shades of Mantis #73B060

Tints of Mantis #73B060

Color information

#73B060 (or 0x73B060) is unknown color: approx Mantis. HEX triplet: 73, B0 and 60. RGB value is (115,176,96). Sum of RGB (Red+Green+Blue) = 115+176+96=387 (51% of max value = 765). Red value is 115 (45.31% from 255 or 29.72% from 387); Green value is 176 (69.14% from 255 or 45.48% from 387); Blue value is 96 (37.89% from 255 or 24.81% from 387); Max value from RGB is 176 - color contains mainly: green. Hex color #73B060 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #73B060 is #8C4F9F. Grayscale: #949494. Windows color (decimal): -9195424 or 6336627. OLE color: 6336627.

HSL color Cylindrical-coordinate representation of color #73B060: hue angle of 105.75º degrees, saturation: 0.34, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #73B060 is Cyan = 0.35, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.31.

Color convert

RGB11517696-
CMYK0.3500.450.31
HSL105.75º33.61%53.33%-
HSV(B)105.75º45.45%69.02%-
XYZ24.7135.5416.62-
YUV148.6498.29104-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 29.72%
GREEN value IS 176 (69.14% from 255) = 45.48%
BLUE value IS 96 (37.89% from 255) = 24.81%
R=29.72%
G=45.48%
B=24.81%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal115176960.3500.450.31105.7533.6153.33
Hex73B0602302D1F6a2235
Octal16326014043055371524265
Binary11100111011000011000001000110101101111111101010100010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #73B060

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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