Shades of Mantis #7CBD68
Tints of Mantis #7CBD68
RGB
CMYK
RGB Variations
Color information
#7CBD68 (or 0x7CBD68) is known color: Mantis. HEX triplet: 7C, BD and 68. RGB value is (124,189,104). Sum of RGB (Red+Green+Blue) = 124+189+104=417 (55% of max value = 765). Red value is 124 (48.83% from 255 or 29.74% from 417); Green value is 189 (74.22% from 255 or 45.32% from 417); Blue value is 104 (41.02% from 255 or 24.94% from 417); Max value from RGB is 189 - color contains mainly: green. Hex color #7CBD68 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #7CBD68 is #834297. Grayscale: #A0A0A0. Windows color (decimal): -8602264 or 6864252. OLE color: 6864252.
HSL color Cylindrical-coordinate representation of color #7CBD68: hue angle of 105.88º degrees, saturation: 0.39, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #7CBD68 is Cyan = 0.34, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 124 | 189 | 104 | - |
| CMYK | 0.34 | 0 | 0.45 | 0.26 |
| HSL | 105.88º | 0.39% | 0.57% | - |
| HSV(B) | 105.88º | 0.45% | 0.74% | - |
| XYZ | 29.01 | 41.68 | 19.61 | - |
| YUV | 159.88 | 96.47 | 102.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 189 | 104 | 0.34 | 0 | 0.45 | 0.26 | 105.88 | 0.39 | 0.57 |
| Hex | 7C | BD | 68 | 22 | 0 | 2D | 1A | 6A | 27 | 39 |
| Octal | 174 | 275 | 150 | 42 | 0 | 55 | 32 | 152 | 47 | 71 |
| Binary | 1111100 | 10111101 | 1101000 | 100010 | 0 | 101101 | 11010 | 1101010 | 100111 | 111001 |
Color Harmonies of #7CBD68
Complementary color
Monochromatic Colors of #7CBD68
Black with #7CBD68
Text Example
Text Example
White with #7CBD68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7CBD68; }
p { color: rgb(124,189,104); }
H1.HeaderClassName
{
color: #7CBD68;
}
.AnyTagClassName
{
color: #7CBD68;
}
</style>
background-color css
<style>
a { background-color: #7CBD68; }
a { background-color: rgb(124,189,104); }
div.DivClassName
{
background-color: #7CBD68;
}
.BgClassName
{
background-color: #7CBD68;
}
</style>
border-color css
<style>
span { border-color: #7CBD68; }
span { border-color: rgb(124,189,104); }
td.TdClassName
{
border-color: #7CBD68;
}
.TagClassName
{
border-color: #7CBD68;
}
</style>