Shades of Mantis #74AE60
Tints of Mantis #74AE60
RGB
CMYK
RGB Variations
Color information
#74AE60 (or 0x74AE60) is known color: Mantis. HEX triplet: 74, AE and 60. RGB value is (116,174,96). Sum of RGB (Red+Green+Blue) = 116+174+96=386 (51% of max value = 765). Red value is 116 (45.70% from 255 or 30.05% from 386); Green value is 174 (68.36% from 255 or 45.08% from 386); Blue value is 96 (37.89% from 255 or 24.87% from 386); Max value from RGB is 174 - color contains mainly: green. Hex color #74AE60 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #74AE60 is #8B519F. Grayscale: #949494. Windows color (decimal): -9130400 or 6336116. OLE color: 6336116.
HSL color Cylindrical-coordinate representation of color #74AE60: hue angle of 104.62º degrees, saturation: 0.32, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #74AE60 is Cyan = 0.33, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 116 | 174 | 96 | - |
| CMYK | 0.33 | 0 | 0.45 | 0.32 |
| HSL | 104.62º | 0.33% | 0.53% | - |
| HSV(B) | 104.62º | 0.45% | 0.68% | - |
| XYZ | 24.45 | 34.83 | 16.5 | - |
| YUV | 147.77 | 98.78 | 105.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 174 | 96 | 0.33 | 0 | 0.45 | 0.32 | 104.62 | 0.33 | 0.53 |
| Hex | 74 | AE | 60 | 21 | 0 | 2D | 20 | 69 | 20 | 35 |
| Octal | 164 | 256 | 140 | 41 | 0 | 55 | 40 | 151 | 40 | 65 |
| Binary | 1110100 | 10101110 | 1100000 | 100001 | 0 | 101101 | 100000 | 1101001 | 100000 | 110101 |
Color Harmonies of #74AE60
Complementary color
Monochromatic Colors of #74AE60
Black with #74AE60
Text Example
Text Example
White with #74AE60
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74AE60; }
p { color: rgb(116,174,96); }
H1.HeaderClassName
{
color: #74AE60;
}
.AnyTagClassName
{
color: #74AE60;
}
</style>
background-color css
<style>
a { background-color: #74AE60; }
a { background-color: rgb(116,174,96); }
div.DivClassName
{
background-color: #74AE60;
}
.BgClassName
{
background-color: #74AE60;
}
</style>
border-color css
<style>
span { border-color: #74AE60; }
span { border-color: rgb(116,174,96); }
td.TdClassName
{
border-color: #74AE60;
}
.TagClassName
{
border-color: #74AE60;
}
</style>