Shades of Mantis #73AF5A
Tints of Mantis #73AF5A
RGB
CMYK
RGB Variations
Color information
#73AF5A (or 0x73AF5A) is known color: Mantis. HEX triplet: 73, AF and 5A. RGB value is (115,175,90). Sum of RGB (Red+Green+Blue) = 115+175+90=380 (50% of max value = 765). Red value is 115 (45.31% from 255 or 30.26% from 380); Green value is 175 (68.75% from 255 or 46.05% from 380); Blue value is 90 (35.55% from 255 or 23.68% from 380); Max value from RGB is 175 - color contains mainly: green. Hex color #73AF5A is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #73AF5A is #8C50A5. Grayscale: #939393. Windows color (decimal): -9195686 or 5943155. OLE color: 5943155.
HSL color Cylindrical-coordinate representation of color #73AF5A: hue angle of 102.35º degrees, saturation: 0.35, 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 #73AF5A is Cyan = 0.34, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 115 | 175 | 90 | - |
| CMYK | 0.34 | 0 | 0.49 | 0.31 |
| HSL | 102.35º | 0.35% | 0.52% | - |
| HSV(B) | 102.35º | 0.49% | 0.69% | - |
| XYZ | 24.25 | 35.04 | 15.16 | - |
| YUV | 147.37 | 95.62 | 104.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 175 | 90 | 0.34 | 0 | 0.49 | 0.31 | 102.35 | 0.35 | 0.52 |
| Hex | 73 | AF | 5A | 22 | 0 | 31 | 1F | 66 | 23 | 34 |
| Octal | 163 | 257 | 132 | 42 | 0 | 61 | 37 | 146 | 43 | 64 |
| Binary | 1110011 | 10101111 | 1011010 | 100010 | 0 | 110001 | 11111 | 1100110 | 100011 | 110100 |
Color Harmonies of #73AF5A
Complementary color
Monochromatic Colors of #73AF5A
Black with #73AF5A
Text Example
Text Example
White with #73AF5A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73AF5A; }
p { color: rgb(115,175,90); }
H1.HeaderClassName
{
color: #73AF5A;
}
.AnyTagClassName
{
color: #73AF5A;
}
</style>
background-color css
<style>
a { background-color: #73AF5A; }
a { background-color: rgb(115,175,90); }
div.DivClassName
{
background-color: #73AF5A;
}
.BgClassName
{
background-color: #73AF5A;
}
</style>
border-color css
<style>
span { border-color: #73AF5A; }
span { border-color: rgb(115,175,90); }
td.TdClassName
{
border-color: #73AF5A;
}
.TagClassName
{
border-color: #73AF5A;
}
</style>