Shades of Mantis #77B75C
Tints of Mantis #77B75C
RGB
CMYK
RGB Variations
Color information
#77B75C (or 0x77B75C) is known color: Mantis. HEX triplet: 77, B7 and 5C. RGB value is (119,183,92). Sum of RGB (Red+Green+Blue) = 119+183+92=394 (52% of max value = 765). Red value is 119 (46.88% from 255 or 30.20% from 394); Green value is 183 (71.88% from 255 or 46.45% from 394); Blue value is 92 (36.33% from 255 or 23.35% from 394); Max value from RGB is 183 - color contains mainly: green. Hex color #77B75C is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #77B75C is #8848A3. Grayscale: #999999. Windows color (decimal): -8931492 or 6076279. OLE color: 6076279.
HSL color Cylindrical-coordinate representation of color #77B75C: hue angle of 102.2º degrees, saturation: 0.39, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #77B75C is Cyan = 0.35, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 119 | 183 | 92 | - |
| CMYK | 0.35 | 0 | 0.50 | 0.28 |
| HSL | 102.2º | 0.39% | 0.54% | - |
| HSV(B) | 102.2º | 0.5% | 0.72% | - |
| XYZ | 26.47 | 38.56 | 16.17 | - |
| YUV | 153.49 | 93.3 | 103.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 183 | 92 | 0.35 | 0 | 0.50 | 0.28 | 102.2 | 0.39 | 0.54 |
| Hex | 77 | B7 | 5C | 23 | 0 | 32 | 1C | 66 | 27 | 36 |
| Octal | 167 | 267 | 134 | 43 | 0 | 62 | 34 | 146 | 47 | 66 |
| Binary | 1110111 | 10110111 | 1011100 | 100011 | 0 | 110010 | 11100 | 1100110 | 100111 | 110110 |
Color Harmonies of #77B75C
Complementary color
Monochromatic Colors of #77B75C
Black with #77B75C
Text Example
Text Example
White with #77B75C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #77B75C; }
p { color: rgb(119,183,92); }
H1.HeaderClassName
{
color: #77B75C;
}
.AnyTagClassName
{
color: #77B75C;
}
</style>
background-color css
<style>
a { background-color: #77B75C; }
a { background-color: rgb(119,183,92); }
div.DivClassName
{
background-color: #77B75C;
}
.BgClassName
{
background-color: #77B75C;
}
</style>
border-color css
<style>
span { border-color: #77B75C; }
span { border-color: rgb(119,183,92); }
td.TdClassName
{
border-color: #77B75C;
}
.TagClassName
{
border-color: #77B75C;
}
</style>