Shades of Mantis #76CB67
Tints of Mantis #76CB67
RGB
CMYK
RGB Variations
Color information
#76CB67 (or 0x76CB67) is known color: Mantis. HEX triplet: 76, CB and 67. RGB value is (118,203,103). Sum of RGB (Red+Green+Blue) = 118+203+103=424 (56% of max value = 765). Red value is 118 (46.48% from 255 or 27.83% from 424); Green value is 203 (79.69% from 255 or 47.88% from 424); Blue value is 103 (40.62% from 255 or 24.29% from 424); Max value from RGB is 203 - color contains mainly: green. Hex color #76CB67 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #76CB67 is #893498. Grayscale: #A6A6A6. Windows color (decimal): -8991897 or 6802294. OLE color: 6802294.
HSL color Cylindrical-coordinate representation of color #76CB67: hue angle of 111º degrees, saturation: 0.49, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #76CB67 is Cyan = 0.42, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 118 | 203 | 103 | - |
| CMYK | 0.42 | 0 | 0.49 | 0.20 |
| HSL | 111º | 0.49% | 0.6% | - |
| HSV(B) | 111º | 0.49% | 0.8% | - |
| XYZ | 31.28 | 47.54 | 20.36 | - |
| YUV | 166.19 | 92.34 | 93.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 203 | 103 | 0.42 | 0 | 0.49 | 0.20 | 111 | 0.49 | 0.6 |
| Hex | 76 | CB | 67 | 2A | 0 | 31 | 14 | 6F | 31 | 3C |
| Octal | 166 | 313 | 147 | 52 | 0 | 61 | 24 | 157 | 61 | 74 |
| Binary | 1110110 | 11001011 | 1100111 | 101010 | 0 | 110001 | 10100 | 1101111 | 110001 | 111100 |
Color Harmonies of #76CB67
Complementary color
Monochromatic Colors of #76CB67
Black with #76CB67
Text Example
Text Example
White with #76CB67
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76CB67; }
p { color: rgb(118,203,103); }
H1.HeaderClassName
{
color: #76CB67;
}
.AnyTagClassName
{
color: #76CB67;
}
</style>
background-color css
<style>
a { background-color: #76CB67; }
a { background-color: rgb(118,203,103); }
div.DivClassName
{
background-color: #76CB67;
}
.BgClassName
{
background-color: #76CB67;
}
</style>
border-color css
<style>
span { border-color: #76CB67; }
span { border-color: rgb(118,203,103); }
td.TdClassName
{
border-color: #76CB67;
}
.TagClassName
{
border-color: #76CB67;
}
</style>