Shades of Mantis #74B767
Tints of Mantis #74B767
RGB
CMYK
RGB Variations
Color information
#74B767 (or 0x74B767) is known color: Mantis. HEX triplet: 74, B7 and 67. RGB value is (116,183,103). Sum of RGB (Red+Green+Blue) = 116+183+103=402 (53% of max value = 765). Red value is 116 (45.70% from 255 or 28.86% from 402); Green value is 183 (71.88% from 255 or 45.52% from 402); Blue value is 103 (40.62% from 255 or 25.62% from 402); Max value from RGB is 183 - color contains mainly: green. Hex color #74B767 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #74B767 is #8B4898. Grayscale: #9A9A9A. Windows color (decimal): -9128089 or 6797172. OLE color: 6797172.
HSL color Cylindrical-coordinate representation of color #74B767: hue angle of 110.25º degrees, saturation: 0.36, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #74B767 is Cyan = 0.37, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 116 | 183 | 103 | - |
| CMYK | 0.37 | 0 | 0.44 | 0.28 |
| HSL | 110.25º | 0.36% | 0.56% | - |
| HSV(B) | 110.25º | 0.44% | 0.72% | - |
| XYZ | 26.58 | 38.56 | 18.87 | - |
| YUV | 153.85 | 99.3 | 101 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 183 | 103 | 0.37 | 0 | 0.44 | 0.28 | 110.25 | 0.36 | 0.56 |
| Hex | 74 | B7 | 67 | 25 | 0 | 2C | 1C | 6E | 24 | 38 |
| Octal | 164 | 267 | 147 | 45 | 0 | 54 | 34 | 156 | 44 | 70 |
| Binary | 1110100 | 10110111 | 1100111 | 100101 | 0 | 101100 | 11100 | 1101110 | 100100 | 111000 |
Color Harmonies of #74B767
Complementary color
Monochromatic Colors of #74B767
Black with #74B767
Text Example
Text Example
White with #74B767
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74B767; }
p { color: rgb(116,183,103); }
H1.HeaderClassName
{
color: #74B767;
}
.AnyTagClassName
{
color: #74B767;
}
</style>
background-color css
<style>
a { background-color: #74B767; }
a { background-color: rgb(116,183,103); }
div.DivClassName
{
background-color: #74B767;
}
.BgClassName
{
background-color: #74B767;
}
</style>
border-color css
<style>
span { border-color: #74B767; }
span { border-color: rgb(116,183,103); }
td.TdClassName
{
border-color: #74B767;
}
.TagClassName
{
border-color: #74B767;
}
</style>