#73B15F

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

Shades of Mantis #73B15F

Tints of Mantis #73B15F

Color information

#73B15F (or 0x73B15F) is unknown color: approx Mantis. HEX triplet: 73, B1 and 5F. RGB value is (115,177,95). Sum of RGB (Red+Green+Blue) = 115+177+95=387 (51% of max value = 765). Red value is 115 (45.31% from 255 or 29.72% from 387); Green value is 177 (69.53% from 255 or 45.74% from 387); Blue value is 95 (37.5% from 255 or 24.55% from 387); Max value from RGB is 177 - color contains mainly: green. Hex color #73B15F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #73B15F is #8C4EA0. Grayscale: #959595. Windows color (decimal): -9195169 or 6271347. OLE color: 6271347.

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

Color convert

RGB11517795-
CMYK0.3500.460.31
HSL105.37º34.45%53.33%-
HSV(B)105.37º46.33%69.41%-
XYZ24.8635.9216.45-
YUV149.1197.46103.67-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 29.72%
GREEN value IS 177 (69.53% from 255) = 45.74%
BLUE value IS 95 (37.5% from 255) = 24.55%
R=29.72%
G=45.74%
B=24.55%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal115177950.3500.460.31105.3734.4553.33
Hex73B15F2302E1F692235
Octal16326113743056371514265
Binary11100111011000110111111000110101110111111101001100010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #73B15F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(115,177,95); }

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

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

 a { background-color: rgb(115,177,95); }

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

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

 span { border-color: rgb(115,177,95); }

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