Shades of Mantis #77C369
Tints of Mantis #77C369
RGB
CMYK
RGB Variations
Color information
#77C369 (or 0x77C369) is known color: Mantis. HEX triplet: 77, C3 and 69. RGB value is (119,195,105). Sum of RGB (Red+Green+Blue) = 119+195+105=419 (55% of max value = 765). Red value is 119 (46.88% from 255 or 28.40% from 419); Green value is 195 (76.56% from 255 or 46.54% from 419); Blue value is 105 (41.41% from 255 or 25.06% from 419); Max value from RGB is 195 - color contains mainly: green. Hex color #77C369 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #77C369 is #883C96. Grayscale: #A2A2A2. Windows color (decimal): -8928407 or 6931319. OLE color: 6931319.
HSL color Cylindrical-coordinate representation of color #77C369: hue angle of 110.67º degrees, saturation: 0.43, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #77C369 is Cyan = 0.39, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 119 | 195 | 105 | - |
| CMYK | 0.39 | 0 | 0.46 | 0.24 |
| HSL | 110.67º | 0.43% | 0.59% | - |
| HSV(B) | 110.67º | 0.46% | 0.76% | - |
| XYZ | 29.67 | 43.97 | 20.29 | - |
| YUV | 162.02 | 95.82 | 97.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 195 | 105 | 0.39 | 0 | 0.46 | 0.24 | 110.67 | 0.43 | 0.59 |
| Hex | 77 | C3 | 69 | 27 | 0 | 2E | 18 | 6F | 2B | 3B |
| Octal | 167 | 303 | 151 | 47 | 0 | 56 | 30 | 157 | 53 | 73 |
| Binary | 1110111 | 11000011 | 1101001 | 100111 | 0 | 101110 | 11000 | 1101111 | 101011 | 111011 |
Color Harmonies of #77C369
Complementary color
Monochromatic Colors of #77C369
Black with #77C369
Text Example
Text Example
White with #77C369
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #77C369; }
p { color: rgb(119,195,105); }
H1.HeaderClassName
{
color: #77C369;
}
.AnyTagClassName
{
color: #77C369;
}
</style>
background-color css
<style>
a { background-color: #77C369; }
a { background-color: rgb(119,195,105); }
div.DivClassName
{
background-color: #77C369;
}
.BgClassName
{
background-color: #77C369;
}
</style>
border-color css
<style>
span { border-color: #77C369; }
span { border-color: rgb(119,195,105); }
td.TdClassName
{
border-color: #77C369;
}
.TagClassName
{
border-color: #77C369;
}
</style>