Shades of Mantis #74B359
Tints of Mantis #74B359
RGB
CMYK
RGB Variations
Color information
#74B359 (or 0x74B359) is known color: Mantis. HEX triplet: 74, B3 and 59. RGB value is (116,179,89). Sum of RGB (Red+Green+Blue) = 116+179+89=384 (50% of max value = 765). Red value is 116 (45.70% from 255 or 30.21% from 384); Green value is 179 (70.31% from 255 or 46.61% from 384); Blue value is 89 (35.16% from 255 or 23.18% from 384); Max value from RGB is 179 - color contains mainly: green. Hex color #74B359 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #74B359 is #8B4CA6. Grayscale: #969696. Windows color (decimal): -9129127 or 5878644. OLE color: 5878644.
HSL color Cylindrical-coordinate representation of color #74B359: hue angle of 102º degrees, saturation: 0.37, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #74B359 is Cyan = 0.35, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 116 | 179 | 89 | - |
| CMYK | 0.35 | 0 | 0.50 | 0.30 |
| HSL | 102º | 0.37% | 0.53% | - |
| HSV(B) | 102º | 0.5% | 0.7% | - |
| XYZ | 25.13 | 36.67 | 15.21 | - |
| YUV | 149.9 | 93.63 | 103.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 179 | 89 | 0.35 | 0 | 0.50 | 0.30 | 102 | 0.37 | 0.53 |
| Hex | 74 | B3 | 59 | 23 | 0 | 32 | 1E | 66 | 25 | 35 |
| Octal | 164 | 263 | 131 | 43 | 0 | 62 | 36 | 146 | 45 | 65 |
| Binary | 1110100 | 10110011 | 1011001 | 100011 | 0 | 110010 | 11110 | 1100110 | 100101 | 110101 |
Color Harmonies of #74B359
Complementary color
Monochromatic Colors of #74B359
Black with #74B359
Text Example
Text Example
White with #74B359
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74B359; }
p { color: rgb(116,179,89); }
H1.HeaderClassName
{
color: #74B359;
}
.AnyTagClassName
{
color: #74B359;
}
</style>
background-color css
<style>
a { background-color: #74B359; }
a { background-color: rgb(116,179,89); }
div.DivClassName
{
background-color: #74B359;
}
.BgClassName
{
background-color: #74B359;
}
</style>
border-color css
<style>
span { border-color: #74B359; }
span { border-color: rgb(116,179,89); }
td.TdClassName
{
border-color: #74B359;
}
.TagClassName
{
border-color: #74B359;
}
</style>