Shades of Mantis #77AF61
Tints of Mantis #77AF61
RGB
CMYK
RGB Variations
Color information
#77AF61 (or 0x77AF61) is known color: Mantis. HEX triplet: 77, AF and 61. RGB value is (119,175,97). Sum of RGB (Red+Green+Blue) = 119+175+97=391 (51% of max value = 765). Red value is 119 (46.88% from 255 or 30.43% from 391); Green value is 175 (68.75% from 255 or 44.76% from 391); Blue value is 97 (38.28% from 255 or 24.81% from 391); Max value from RGB is 175 - color contains mainly: green. Hex color #77AF61 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #77AF61 is #88509E. Grayscale: #959595. Windows color (decimal): -8933535 or 6401911. OLE color: 6401911.
HSL color Cylindrical-coordinate representation of color #77AF61: hue angle of 103.08º degrees, saturation: 0.33, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #77AF61 is Cyan = 0.32, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 119 | 175 | 97 | - |
| CMYK | 0.32 | 0 | 0.45 | 0.31 |
| HSL | 103.08º | 0.33% | 0.53% | - |
| HSV(B) | 103.08º | 0.45% | 0.69% | - |
| XYZ | 25.1 | 35.44 | 16.83 | - |
| YUV | 149.36 | 98.45 | 106.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 175 | 97 | 0.32 | 0 | 0.45 | 0.31 | 103.08 | 0.33 | 0.53 |
| Hex | 77 | AF | 61 | 20 | 0 | 2D | 1F | 67 | 21 | 35 |
| Octal | 167 | 257 | 141 | 40 | 0 | 55 | 37 | 147 | 41 | 65 |
| Binary | 1110111 | 10101111 | 1100001 | 100000 | 0 | 101101 | 11111 | 1100111 | 100001 | 110101 |
Color Harmonies of #77AF61
Complementary color
Monochromatic Colors of #77AF61
Black with #77AF61
Text Example
Text Example
White with #77AF61
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #77AF61; }
p { color: rgb(119,175,97); }
H1.HeaderClassName
{
color: #77AF61;
}
.AnyTagClassName
{
color: #77AF61;
}
</style>
background-color css
<style>
a { background-color: #77AF61; }
a { background-color: rgb(119,175,97); }
div.DivClassName
{
background-color: #77AF61;
}
.BgClassName
{
background-color: #77AF61;
}
</style>
border-color css
<style>
span { border-color: #77AF61; }
span { border-color: rgb(119,175,97); }
td.TdClassName
{
border-color: #77AF61;
}
.TagClassName
{
border-color: #77AF61;
}
</style>