Shades of Mantis #73AF63
Tints of Mantis #73AF63
RGB
CMYK
RGB Variations
Color information
#73AF63 (or 0x73AF63) is known color: Mantis. HEX triplet: 73, AF and 63. RGB value is (115,175,99). Sum of RGB (Red+Green+Blue) = 115+175+99=389 (51% of max value = 765). Red value is 115 (45.31% from 255 or 29.56% from 389); Green value is 175 (68.75% from 255 or 44.99% from 389); Blue value is 99 (39.06% from 255 or 25.45% from 389); Max value from RGB is 175 - color contains mainly: green. Hex color #73AF63 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #73AF63 is #8C509C. Grayscale: #949494. Windows color (decimal): -9195677 or 6532979. OLE color: 6532979.
HSL color Cylindrical-coordinate representation of color #73AF63: hue angle of 107.37º degrees, saturation: 0.32, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #73AF63 is Cyan = 0.34, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 115 | 175 | 99 | - |
| CMYK | 0.34 | 0 | 0.43 | 0.31 |
| HSL | 107.37º | 0.32% | 0.54% | - |
| HSV(B) | 107.37º | 0.43% | 0.69% | - |
| XYZ | 24.65 | 35.21 | 17.3 | - |
| YUV | 148.4 | 100.12 | 104.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 175 | 99 | 0.34 | 0 | 0.43 | 0.31 | 107.37 | 0.32 | 0.54 |
| Hex | 73 | AF | 63 | 22 | 0 | 2B | 1F | 6B | 20 | 36 |
| Octal | 163 | 257 | 143 | 42 | 0 | 53 | 37 | 153 | 40 | 66 |
| Binary | 1110011 | 10101111 | 1100011 | 100010 | 0 | 101011 | 11111 | 1101011 | 100000 | 110110 |
Color Harmonies of #73AF63
Complementary color
Monochromatic Colors of #73AF63
Black with #73AF63
Text Example
Text Example
White with #73AF63
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73AF63; }
p { color: rgb(115,175,99); }
H1.HeaderClassName
{
color: #73AF63;
}
.AnyTagClassName
{
color: #73AF63;
}
</style>
background-color css
<style>
a { background-color: #73AF63; }
a { background-color: rgb(115,175,99); }
div.DivClassName
{
background-color: #73AF63;
}
.BgClassName
{
background-color: #73AF63;
}
</style>
border-color css
<style>
span { border-color: #73AF63; }
span { border-color: rgb(115,175,99); }
td.TdClassName
{
border-color: #73AF63;
}
.TagClassName
{
border-color: #73AF63;
}
</style>