Shades of Mantis #74B766
Tints of Mantis #74B766
RGB
CMYK
RGB Variations
Color information
#74B766 (or 0x74B766) is known color: Mantis. HEX triplet: 74, B7 and 66. RGB value is (116,183,102). Sum of RGB (Red+Green+Blue) = 116+183+102=401 (53% of max value = 765). Red value is 116 (45.70% from 255 or 28.93% from 401); Green value is 183 (71.88% from 255 or 45.64% from 401); Blue value is 102 (40.23% from 255 or 25.44% from 401); Max value from RGB is 183 - color contains mainly: green. Hex color #74B766 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #74B766 is #8B4899. Grayscale: #999999. Windows color (decimal): -9128090 or 6731636. OLE color: 6731636.
HSL color Cylindrical-coordinate representation of color #74B766: hue angle of 109.63º degrees, saturation: 0.36, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #74B766 is Cyan = 0.37, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 116 | 183 | 102 | - |
| CMYK | 0.37 | 0 | 0.44 | 0.28 |
| HSL | 109.63º | 0.36% | 0.56% | - |
| HSV(B) | 109.63º | 0.44% | 0.72% | - |
| XYZ | 26.53 | 38.54 | 18.61 | - |
| YUV | 153.73 | 98.8 | 101.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 183 | 102 | 0.37 | 0 | 0.44 | 0.28 | 109.63 | 0.36 | 0.56 |
| Hex | 74 | B7 | 66 | 25 | 0 | 2C | 1C | 6E | 24 | 38 |
| Octal | 164 | 267 | 146 | 45 | 0 | 54 | 34 | 156 | 44 | 70 |
| Binary | 1110100 | 10110111 | 1100110 | 100101 | 0 | 101100 | 11100 | 1101110 | 100100 | 111000 |
Color Harmonies of #74B766
Complementary color
Monochromatic Colors of #74B766
Black with #74B766
Text Example
Text Example
White with #74B766
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74B766; }
p { color: rgb(116,183,102); }
H1.HeaderClassName
{
color: #74B766;
}
.AnyTagClassName
{
color: #74B766;
}
</style>
background-color css
<style>
a { background-color: #74B766; }
a { background-color: rgb(116,183,102); }
div.DivClassName
{
background-color: #74B766;
}
.BgClassName
{
background-color: #74B766;
}
</style>
border-color css
<style>
span { border-color: #74B766; }
span { border-color: rgb(116,183,102); }
td.TdClassName
{
border-color: #74B766;
}
.TagClassName
{
border-color: #74B766;
}
</style>