Shades of Mantis #74B860
Tints of Mantis #74B860
RGB
CMYK
RGB Variations
Color information
#74B860 (or 0x74B860) is known color: Mantis. HEX triplet: 74, B8 and 60. RGB value is (116,184,96). Sum of RGB (Red+Green+Blue) = 116+184+96=396 (52% of max value = 765). Red value is 116 (45.70% from 255 or 29.29% from 396); Green value is 184 (72.27% from 255 or 46.46% from 396); Blue value is 96 (37.89% from 255 or 24.24% from 396); Max value from RGB is 184 - color contains mainly: green. Hex color #74B860 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #74B860 is #8B479F. Grayscale: #999999. Windows color (decimal): -9127840 or 6338676. OLE color: 6338676.
HSL color Cylindrical-coordinate representation of color #74B860: hue angle of 106.36º degrees, saturation: 0.38, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #74B860 is Cyan = 0.37, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 116 | 184 | 96 | - |
| CMYK | 0.37 | 0 | 0.48 | 0.28 |
| HSL | 106.36º | 0.38% | 0.55% | - |
| HSV(B) | 106.36º | 0.48% | 0.72% | - |
| XYZ | 26.45 | 38.84 | 17.17 | - |
| YUV | 153.64 | 95.47 | 101.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 184 | 96 | 0.37 | 0 | 0.48 | 0.28 | 106.36 | 0.38 | 0.55 |
| Hex | 74 | B8 | 60 | 25 | 0 | 30 | 1C | 6A | 26 | 37 |
| Octal | 164 | 270 | 140 | 45 | 0 | 60 | 34 | 152 | 46 | 67 |
| Binary | 1110100 | 10111000 | 1100000 | 100101 | 0 | 110000 | 11100 | 1101010 | 100110 | 110111 |
Color Harmonies of #74B860
Complementary color
Monochromatic Colors of #74B860
Black with #74B860
Text Example
Text Example
White with #74B860
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74B860; }
p { color: rgb(116,184,96); }
H1.HeaderClassName
{
color: #74B860;
}
.AnyTagClassName
{
color: #74B860;
}
</style>
background-color css
<style>
a { background-color: #74B860; }
a { background-color: rgb(116,184,96); }
div.DivClassName
{
background-color: #74B860;
}
.BgClassName
{
background-color: #74B860;
}
</style>
border-color css
<style>
span { border-color: #74B860; }
span { border-color: rgb(116,184,96); }
td.TdClassName
{
border-color: #74B860;
}
.TagClassName
{
border-color: #74B860;
}
</style>