Shades of Mantis #73AF5B
Tints of Mantis #73AF5B
RGB
CMYK
RGB Variations
Color information
#73AF5B (or 0x73AF5B) is known color: Mantis. HEX triplet: 73, AF and 5B. RGB value is (115,175,91). Sum of RGB (Red+Green+Blue) = 115+175+91=381 (50% of max value = 765). Red value is 115 (45.31% from 255 or 30.18% from 381); Green value is 175 (68.75% from 255 or 45.93% from 381); Blue value is 91 (35.94% from 255 or 23.88% from 381); Max value from RGB is 175 - color contains mainly: green. Hex color #73AF5B is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #73AF5B is #8C50A4. Grayscale: #939393. Windows color (decimal): -9195685 or 6008691. OLE color: 6008691.
HSL color Cylindrical-coordinate representation of color #73AF5B: hue angle of 102.86º degrees, saturation: 0.34, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #73AF5B is Cyan = 0.34, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 115 | 175 | 91 | - |
| CMYK | 0.34 | 0 | 0.48 | 0.31 |
| HSL | 102.86º | 0.34% | 0.52% | - |
| HSV(B) | 102.86º | 0.48% | 0.69% | - |
| XYZ | 24.29 | 35.06 | 15.38 | - |
| YUV | 147.48 | 96.12 | 104.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 175 | 91 | 0.34 | 0 | 0.48 | 0.31 | 102.86 | 0.34 | 0.52 |
| Hex | 73 | AF | 5B | 22 | 0 | 30 | 1F | 67 | 22 | 34 |
| Octal | 163 | 257 | 133 | 42 | 0 | 60 | 37 | 147 | 42 | 64 |
| Binary | 1110011 | 10101111 | 1011011 | 100010 | 0 | 110000 | 11111 | 1100111 | 100010 | 110100 |
Color Harmonies of #73AF5B
Complementary color
Monochromatic Colors of #73AF5B
Black with #73AF5B
Text Example
Text Example
White with #73AF5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73AF5B; }
p { color: rgb(115,175,91); }
H1.HeaderClassName
{
color: #73AF5B;
}
.AnyTagClassName
{
color: #73AF5B;
}
</style>
background-color css
<style>
a { background-color: #73AF5B; }
a { background-color: rgb(115,175,91); }
div.DivClassName
{
background-color: #73AF5B;
}
.BgClassName
{
background-color: #73AF5B;
}
</style>
border-color css
<style>
span { border-color: #73AF5B; }
span { border-color: rgb(115,175,91); }
td.TdClassName
{
border-color: #73AF5B;
}
.TagClassName
{
border-color: #73AF5B;
}
</style>