Shades of Mantis #74B75D
Tints of Mantis #74B75D
RGB
CMYK
RGB Variations
Color information
#74B75D (or 0x74B75D) is known color: Mantis. HEX triplet: 74, B7 and 5D. RGB value is (116,183,93). Sum of RGB (Red+Green+Blue) = 116+183+93=392 (51% of max value = 765). Red value is 116 (45.70% from 255 or 29.59% from 392); Green value is 183 (71.88% from 255 or 46.68% from 392); Blue value is 93 (36.72% from 255 or 23.72% from 392); Max value from RGB is 183 - color contains mainly: green. Hex color #74B75D is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #74B75D is #8B48A2. Grayscale: #989898. Windows color (decimal): -9128099 or 6141812. OLE color: 6141812.
HSL color Cylindrical-coordinate representation of color #74B75D: hue angle of 104.67º degrees, saturation: 0.38, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #74B75D is Cyan = 0.37, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 116 | 183 | 93 | - |
| CMYK | 0.37 | 0 | 0.49 | 0.28 |
| HSL | 104.67º | 0.38% | 0.54% | - |
| HSV(B) | 104.67º | 0.49% | 0.72% | - |
| XYZ | 26.11 | 38.37 | 16.39 | - |
| YUV | 152.71 | 94.3 | 101.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 183 | 93 | 0.37 | 0 | 0.49 | 0.28 | 104.67 | 0.38 | 0.54 |
| Hex | 74 | B7 | 5D | 25 | 0 | 31 | 1C | 69 | 26 | 36 |
| Octal | 164 | 267 | 135 | 45 | 0 | 61 | 34 | 151 | 46 | 66 |
| Binary | 1110100 | 10110111 | 1011101 | 100101 | 0 | 110001 | 11100 | 1101001 | 100110 | 110110 |
Color Harmonies of #74B75D
Complementary color
Monochromatic Colors of #74B75D
Black with #74B75D
Text Example
Text Example
White with #74B75D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74B75D; }
p { color: rgb(116,183,93); }
H1.HeaderClassName
{
color: #74B75D;
}
.AnyTagClassName
{
color: #74B75D;
}
</style>
background-color css
<style>
a { background-color: #74B75D; }
a { background-color: rgb(116,183,93); }
div.DivClassName
{
background-color: #74B75D;
}
.BgClassName
{
background-color: #74B75D;
}
</style>
border-color css
<style>
span { border-color: #74B75D; }
span { border-color: rgb(116,183,93); }
td.TdClassName
{
border-color: #74B75D;
}
.TagClassName
{
border-color: #74B75D;
}
</style>