Shades of Mantis #77CB69
Tints of Mantis #77CB69
RGB
CMYK
RGB Variations
Color information
#77CB69 (or 0x77CB69) is known color: Mantis. HEX triplet: 77, CB and 69. RGB value is (119,203,105). Sum of RGB (Red+Green+Blue) = 119+203+105=427 (56% of max value = 765). Red value is 119 (46.88% from 255 or 27.87% from 427); Green value is 203 (79.69% from 255 or 47.54% from 427); Blue value is 105 (41.41% from 255 or 24.59% from 427); Max value from RGB is 203 - color contains mainly: green. Hex color #77CB69 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #77CB69 is #883496. Grayscale: #A7A7A7. Windows color (decimal): -8926359 or 6933367. OLE color: 6933367.
HSL color Cylindrical-coordinate representation of color #77CB69: hue angle of 111.43º degrees, saturation: 0.49, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #77CB69 is Cyan = 0.41, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 119 | 203 | 105 | - |
| CMYK | 0.41 | 0 | 0.48 | 0.20 |
| HSL | 111.43º | 0.49% | 0.6% | - |
| HSV(B) | 111.43º | 0.48% | 0.8% | - |
| XYZ | 31.51 | 47.65 | 20.9 | - |
| YUV | 166.71 | 93.17 | 93.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 203 | 105 | 0.41 | 0 | 0.48 | 0.20 | 111.43 | 0.49 | 0.6 |
| Hex | 77 | CB | 69 | 29 | 0 | 30 | 14 | 6F | 31 | 3C |
| Octal | 167 | 313 | 151 | 51 | 0 | 60 | 24 | 157 | 61 | 74 |
| Binary | 1110111 | 11001011 | 1101001 | 101001 | 0 | 110000 | 10100 | 1101111 | 110001 | 111100 |
Color Harmonies of #77CB69
Complementary color
Monochromatic Colors of #77CB69
Black with #77CB69
Text Example
Text Example
White with #77CB69
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #77CB69; }
p { color: rgb(119,203,105); }
H1.HeaderClassName
{
color: #77CB69;
}
.AnyTagClassName
{
color: #77CB69;
}
</style>
background-color css
<style>
a { background-color: #77CB69; }
a { background-color: rgb(119,203,105); }
div.DivClassName
{
background-color: #77CB69;
}
.BgClassName
{
background-color: #77CB69;
}
</style>
border-color css
<style>
span { border-color: #77CB69; }
span { border-color: rgb(119,203,105); }
td.TdClassName
{
border-color: #77CB69;
}
.TagClassName
{
border-color: #77CB69;
}
</style>