Shades of Mantis #7CBF6C
Tints of Mantis #7CBF6C
RGB
CMYK
RGB Variations
Color information
#7CBF6C (or 0x7CBF6C) is known color: Mantis. HEX triplet: 7C, BF and 6C. RGB value is (124,191,108). Sum of RGB (Red+Green+Blue) = 124+191+108=423 (56% of max value = 765). Red value is 124 (48.83% from 255 or 29.31% from 423); Green value is 191 (75% from 255 or 45.15% from 423); Blue value is 108 (42.58% from 255 or 25.53% from 423); Max value from RGB is 191 - color contains mainly: green. Hex color #7CBF6C is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #7CBF6C is #834093. Grayscale: #A1A1A1. Windows color (decimal): -8601748 or 7126908. OLE color: 7126908.
HSL color Cylindrical-coordinate representation of color #7CBF6C: hue angle of 108.43º degrees, saturation: 0.39, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #7CBF6C is Cyan = 0.35, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 124 | 191 | 108 | - |
| CMYK | 0.35 | 0 | 0.43 | 0.25 |
| HSL | 108.43º | 0.39% | 0.59% | - |
| HSV(B) | 108.43º | 0.43% | 0.75% | - |
| XYZ | 29.65 | 42.63 | 20.85 | - |
| YUV | 161.51 | 97.8 | 101.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 191 | 108 | 0.35 | 0 | 0.43 | 0.25 | 108.43 | 0.39 | 0.59 |
| Hex | 7C | BF | 6C | 23 | 0 | 2B | 19 | 6C | 27 | 3B |
| Octal | 174 | 277 | 154 | 43 | 0 | 53 | 31 | 154 | 47 | 73 |
| Binary | 1111100 | 10111111 | 1101100 | 100011 | 0 | 101011 | 11001 | 1101100 | 100111 | 111011 |
Color Harmonies of #7CBF6C
Complementary color
Monochromatic Colors of #7CBF6C
Black with #7CBF6C
Text Example
Text Example
White with #7CBF6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7CBF6C; }
p { color: rgb(124,191,108); }
H1.HeaderClassName
{
color: #7CBF6C;
}
.AnyTagClassName
{
color: #7CBF6C;
}
</style>
background-color css
<style>
a { background-color: #7CBF6C; }
a { background-color: rgb(124,191,108); }
div.DivClassName
{
background-color: #7CBF6C;
}
.BgClassName
{
background-color: #7CBF6C;
}
</style>
border-color css
<style>
span { border-color: #7CBF6C; }
span { border-color: rgb(124,191,108); }
td.TdClassName
{
border-color: #7CBF6C;
}
.TagClassName
{
border-color: #7CBF6C;
}
</style>