Shades of Mantis #74B759
Tints of Mantis #74B759
RGB
CMYK
RGB Variations
Color information
#74B759 (or 0x74B759) is known color: Mantis. HEX triplet: 74, B7 and 59. RGB value is (116,183,89). Sum of RGB (Red+Green+Blue) = 116+183+89=388 (51% of max value = 765). Red value is 116 (45.70% from 255 or 29.90% from 388); Green value is 183 (71.88% from 255 or 47.16% from 388); Blue value is 89 (35.16% from 255 or 22.94% from 388); Max value from RGB is 183 - color contains mainly: green. Hex color #74B759 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #74B759 is #8B48A6. Grayscale: #989898. Windows color (decimal): -9128103 or 5879668. OLE color: 5879668.
HSL color Cylindrical-coordinate representation of color #74B759: hue angle of 102.77º degrees, saturation: 0.39, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #74B759 is Cyan = 0.37, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 116 | 183 | 89 | - |
| CMYK | 0.37 | 0 | 0.51 | 0.28 |
| HSL | 102.77º | 0.39% | 0.53% | - |
| HSV(B) | 102.77º | 0.51% | 0.72% | - |
| XYZ | 25.94 | 38.3 | 15.48 | - |
| YUV | 152.25 | 92.3 | 102.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 183 | 89 | 0.37 | 0 | 0.51 | 0.28 | 102.77 | 0.39 | 0.53 |
| Hex | 74 | B7 | 59 | 25 | 0 | 33 | 1C | 67 | 27 | 35 |
| Octal | 164 | 267 | 131 | 45 | 0 | 63 | 34 | 147 | 47 | 65 |
| Binary | 1110100 | 10110111 | 1011001 | 100101 | 0 | 110011 | 11100 | 1100111 | 100111 | 110101 |
Color Harmonies of #74B759
Complementary color
Monochromatic Colors of #74B759
Black with #74B759
Text Example
Text Example
White with #74B759
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74B759; }
p { color: rgb(116,183,89); }
H1.HeaderClassName
{
color: #74B759;
}
.AnyTagClassName
{
color: #74B759;
}
</style>
background-color css
<style>
a { background-color: #74B759; }
a { background-color: rgb(116,183,89); }
div.DivClassName
{
background-color: #74B759;
}
.BgClassName
{
background-color: #74B759;
}
</style>
border-color css
<style>
span { border-color: #74B759; }
span { border-color: rgb(116,183,89); }
td.TdClassName
{
border-color: #74B759;
}
.TagClassName
{
border-color: #74B759;
}
</style>