#73B15A

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

Shades of Mantis #73B15A

Tints of Mantis #73B15A

Color information

#73B15A (or 0x73B15A) is unknown color: approx Mantis. HEX triplet: 73, B1 and 5A. RGB value is (115,177,90). Sum of RGB (Red+Green+Blue) = 115+177+90=382 (50% of max value = 765). Red value is 115 (45.31% from 255 or 30.10% from 382); Green value is 177 (69.53% from 255 or 46.34% from 382); Blue value is 90 (35.55% from 255 or 23.56% from 382); Max value from RGB is 177 - color contains mainly: green. Hex color #73B15A is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #73B15A is #8C4EA5. Grayscale: #949494. Windows color (decimal): -9195174 or 5943667. OLE color: 5943667.

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

Color convert

RGB11517790-
CMYK0.3500.490.31
HSL102.76º35.8%52.35%-
HSV(B)102.76º49.15%69.41%-
XYZ24.6435.8315.29-
YUV148.5494.96104.07-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 30.10%
GREEN value IS 177 (69.53% from 255) = 46.34%
BLUE value IS 90 (35.55% from 255) = 23.56%
R=30.10%
G=46.34%
B=23.56%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal115177900.3500.490.31102.7635.852.35
Hex73B15A230311F672434
Octal16326113243061371474464
Binary11100111011000110110101000110110001111111100111100100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #73B15A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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