Shades of Mantis #74B65C
Tints of Mantis #74B65C
RGB
CMYK
RGB Variations
Color information
#74B65C (or 0x74B65C) is known color: Mantis. HEX triplet: 74, B6 and 5C. RGB value is (116,182,92). Sum of RGB (Red+Green+Blue) = 116+182+92=390 (51% of max value = 765). Red value is 116 (45.70% from 255 or 29.74% from 390); Green value is 182 (71.48% from 255 or 46.67% from 390); Blue value is 92 (36.33% from 255 or 23.59% from 390); Max value from RGB is 182 - color contains mainly: green. Hex color #74B65C is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #74B65C is #8B49A3. Grayscale: #989898. Windows color (decimal): -9128356 or 6076020. OLE color: 6076020.
HSL color Cylindrical-coordinate representation of color #74B65C: hue angle of 104º degrees, saturation: 0.38, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #74B65C is Cyan = 0.36, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 116 | 182 | 92 | - |
| CMYK | 0.36 | 0 | 0.49 | 0.29 |
| HSL | 104º | 0.38% | 0.54% | - |
| HSV(B) | 104º | 0.49% | 0.71% | - |
| XYZ | 25.86 | 37.94 | 16.09 | - |
| YUV | 152.01 | 94.13 | 102.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 182 | 92 | 0.36 | 0 | 0.49 | 0.29 | 104 | 0.38 | 0.54 |
| Hex | 74 | B6 | 5C | 24 | 0 | 31 | 1D | 68 | 26 | 36 |
| Octal | 164 | 266 | 134 | 44 | 0 | 61 | 35 | 150 | 46 | 66 |
| Binary | 1110100 | 10110110 | 1011100 | 100100 | 0 | 110001 | 11101 | 1101000 | 100110 | 110110 |
Color Harmonies of #74B65C
Complementary color
Monochromatic Colors of #74B65C
Black with #74B65C
Text Example
Text Example
White with #74B65C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74B65C; }
p { color: rgb(116,182,92); }
H1.HeaderClassName
{
color: #74B65C;
}
.AnyTagClassName
{
color: #74B65C;
}
</style>
background-color css
<style>
a { background-color: #74B65C; }
a { background-color: rgb(116,182,92); }
div.DivClassName
{
background-color: #74B65C;
}
.BgClassName
{
background-color: #74B65C;
}
</style>
border-color css
<style>
span { border-color: #74B65C; }
span { border-color: rgb(116,182,92); }
td.TdClassName
{
border-color: #74B65C;
}
.TagClassName
{
border-color: #74B65C;
}
</style>