Shades of Mantis #74B569
Tints of Mantis #74B569
RGB
CMYK
RGB Variations
Color information
#74B569 (or 0x74B569) is known color: Mantis. HEX triplet: 74, B5 and 69. RGB value is (116,181,105). Sum of RGB (Red+Green+Blue) = 116+181+105=402 (53% of max value = 765). Red value is 116 (45.70% from 255 or 28.86% from 402); Green value is 181 (71.09% from 255 or 45.02% from 402); Blue value is 105 (41.41% from 255 or 26.12% from 402); Max value from RGB is 181 - color contains mainly: green. Hex color #74B569 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #74B569 is #8B4A96. Grayscale: #999999. Windows color (decimal): -9128599 or 6927732. OLE color: 6927732.
HSL color Cylindrical-coordinate representation of color #74B569: hue angle of 111.32º degrees, saturation: 0.34, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #74B569 is Cyan = 0.36, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 116 | 181 | 105 | - |
| CMYK | 0.36 | 0 | 0.42 | 0.29 |
| HSL | 111.32º | 0.34% | 0.56% | - |
| HSV(B) | 111.32º | 0.42% | 0.71% | - |
| XYZ | 26.28 | 37.78 | 19.27 | - |
| YUV | 152.9 | 100.97 | 101.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 181 | 105 | 0.36 | 0 | 0.42 | 0.29 | 111.32 | 0.34 | 0.56 |
| Hex | 74 | B5 | 69 | 24 | 0 | 2A | 1D | 6F | 22 | 38 |
| Octal | 164 | 265 | 151 | 44 | 0 | 52 | 35 | 157 | 42 | 70 |
| Binary | 1110100 | 10110101 | 1101001 | 100100 | 0 | 101010 | 11101 | 1101111 | 100010 | 111000 |
Color Harmonies of #74B569
Complementary color
Monochromatic Colors of #74B569
Black with #74B569
Text Example
Text Example
White with #74B569
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74B569; }
p { color: rgb(116,181,105); }
H1.HeaderClassName
{
color: #74B569;
}
.AnyTagClassName
{
color: #74B569;
}
</style>
background-color css
<style>
a { background-color: #74B569; }
a { background-color: rgb(116,181,105); }
div.DivClassName
{
background-color: #74B569;
}
.BgClassName
{
background-color: #74B569;
}
</style>
border-color css
<style>
span { border-color: #74B569; }
span { border-color: rgb(116,181,105); }
td.TdClassName
{
border-color: #74B569;
}
.TagClassName
{
border-color: #74B569;
}
</style>