Shades of Mantis #74B656
Tints of Mantis #74B656
RGB
CMYK
RGB Variations
Color information
#74B656 (or 0x74B656) is known color: Mantis. HEX triplet: 74, B6 and 56. RGB value is (116,182,86). Sum of RGB (Red+Green+Blue) = 116+182+86=384 (50% of max value = 765). Red value is 116 (45.70% from 255 or 30.21% from 384); Green value is 182 (71.48% from 255 or 47.40% from 384); Blue value is 86 (33.98% from 255 or 22.40% from 384); Max value from RGB is 182 - color contains mainly: green. Hex color #74B656 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #74B656 is #8B49A9. Grayscale: #979797. Windows color (decimal): -9128362 or 5682804. OLE color: 5682804.
HSL color Cylindrical-coordinate representation of color #74B656: hue angle of 101.25º degrees, saturation: 0.4, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #74B656 is Cyan = 0.36, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 116 | 182 | 86 | - |
| CMYK | 0.36 | 0 | 0.53 | 0.29 |
| HSL | 101.25º | 0.4% | 0.53% | - |
| HSV(B) | 101.25º | 0.53% | 0.71% | - |
| XYZ | 25.61 | 37.84 | 14.76 | - |
| YUV | 151.32 | 91.13 | 102.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 182 | 86 | 0.36 | 0 | 0.53 | 0.29 | 101.25 | 0.4 | 0.53 |
| Hex | 74 | B6 | 56 | 24 | 0 | 35 | 1D | 65 | 28 | 35 |
| Octal | 164 | 266 | 126 | 44 | 0 | 65 | 35 | 145 | 50 | 65 |
| Binary | 1110100 | 10110110 | 1010110 | 100100 | 0 | 110101 | 11101 | 1100101 | 101000 | 110101 |
Color Harmonies of #74B656
Complementary color
Monochromatic Colors of #74B656
Black with #74B656
Text Example
Text Example
White with #74B656
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74B656; }
p { color: rgb(116,182,86); }
H1.HeaderClassName
{
color: #74B656;
}
.AnyTagClassName
{
color: #74B656;
}
</style>
background-color css
<style>
a { background-color: #74B656; }
a { background-color: rgb(116,182,86); }
div.DivClassName
{
background-color: #74B656;
}
.BgClassName
{
background-color: #74B656;
}
</style>
border-color css
<style>
span { border-color: #74B656; }
span { border-color: rgb(116,182,86); }
td.TdClassName
{
border-color: #74B656;
}
.TagClassName
{
border-color: #74B656;
}
</style>