#73B85D

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

Shades of Mantis #73B85D

Tints of Mantis #73B85D

Color information

#73B85D (or 0x73B85D) is unknown color: approx Mantis. HEX triplet: 73, B8 and 5D. RGB value is (115,184,93). Sum of RGB (Red+Green+Blue) = 115+184+93=392 (51% of max value = 765). Red value is 115 (45.31% from 255 or 29.34% from 392); Green value is 184 (72.27% from 255 or 46.94% from 392); Blue value is 93 (36.72% from 255 or 23.72% from 392); Max value from RGB is 184 - color contains mainly: green. Hex color #73B85D is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #73B85D is #8C47A2. Grayscale: #999999. Windows color (decimal): -9193379 or 6142067. OLE color: 6142067.

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

Color convert

RGB11518493-
CMYK0.3800.490.28
HSL105.49º39.06%54.31%-
HSV(B)105.49º49.46%72.16%-
XYZ26.1938.7216.45-
YUV15394.14100.9-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 29.34%
GREEN value IS 184 (72.27% from 255) = 46.94%
BLUE value IS 93 (36.72% from 255) = 23.72%
R=29.34%
G=46.94%
B=23.72%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal115184930.3800.490.28105.4939.0654.31
Hex73B85D260311C692736
Octal16327013546061341514766
Binary11100111011100010111011001100110001111001101001100111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #73B85D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(115,184,93); }

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

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

 a { background-color: rgb(115,184,93); }

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

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

 span { border-color: rgb(115,184,93); }

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