Shades of Mantis #76C269
Tints of Mantis #76C269
RGB
CMYK
RGB Variations
Color information
#76C269 (or 0x76C269) is known color: Mantis. HEX triplet: 76, C2 and 69. RGB value is (118,194,105). Sum of RGB (Red+Green+Blue) = 118+194+105=417 (55% of max value = 765). Red value is 118 (46.48% from 255 or 28.30% from 417); Green value is 194 (76.17% from 255 or 46.52% from 417); Blue value is 105 (41.41% from 255 or 25.18% from 417); Max value from RGB is 194 - color contains mainly: green. Hex color #76C269 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #76C269 is #893D96. Grayscale: #A1A1A1. Windows color (decimal): -8994199 or 6931062. OLE color: 6931062.
HSL color Cylindrical-coordinate representation of color #76C269: hue angle of 111.24º degrees, saturation: 0.42, 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 #76C269 is Cyan = 0.39, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 118 | 194 | 105 | - |
| CMYK | 0.39 | 0 | 0.46 | 0.24 |
| HSL | 111.24º | 0.42% | 0.59% | - |
| HSV(B) | 111.24º | 0.46% | 0.76% | - |
| XYZ | 29.31 | 43.46 | 20.21 | - |
| YUV | 161.13 | 96.32 | 97.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 194 | 105 | 0.39 | 0 | 0.46 | 0.24 | 111.24 | 0.42 | 0.59 |
| Hex | 76 | C2 | 69 | 27 | 0 | 2E | 18 | 6F | 2A | 3B |
| Octal | 166 | 302 | 151 | 47 | 0 | 56 | 30 | 157 | 52 | 73 |
| Binary | 1110110 | 11000010 | 1101001 | 100111 | 0 | 101110 | 11000 | 1101111 | 101010 | 111011 |
Color Harmonies of #76C269
Complementary color
Monochromatic Colors of #76C269
Black with #76C269
Text Example
Text Example
White with #76C269
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76C269; }
p { color: rgb(118,194,105); }
H1.HeaderClassName
{
color: #76C269;
}
.AnyTagClassName
{
color: #76C269;
}
</style>
background-color css
<style>
a { background-color: #76C269; }
a { background-color: rgb(118,194,105); }
div.DivClassName
{
background-color: #76C269;
}
.BgClassName
{
background-color: #76C269;
}
</style>
border-color css
<style>
span { border-color: #76C269; }
span { border-color: rgb(118,194,105); }
td.TdClassName
{
border-color: #76C269;
}
.TagClassName
{
border-color: #76C269;
}
</style>