Shades of Mantis #7BC666
Tints of Mantis #7BC666
RGB
CMYK
RGB Variations
Color information
#7BC666 (or 0x7BC666) is known color: Mantis. HEX triplet: 7B, C6 and 66. RGB value is (123,198,102). Sum of RGB (Red+Green+Blue) = 123+198+102=423 (56% of max value = 765). Red value is 123 (48.44% from 255 or 29.08% from 423); Green value is 198 (77.73% from 255 or 46.81% from 423); Blue value is 102 (40.23% from 255 or 24.11% from 423); Max value from RGB is 198 - color contains mainly: green. Hex color #7BC666 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #7BC666 is #843999. Grayscale: #A4A4A4. Windows color (decimal): -8665498 or 6735483. OLE color: 6735483.
HSL color Cylindrical-coordinate representation of color #7BC666: hue angle of 106.88º degrees, saturation: 0.46, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #7BC666 is Cyan = 0.38, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 123 | 198 | 102 | - |
| CMYK | 0.38 | 0 | 0.48 | 0.22 |
| HSL | 106.88º | 0.46% | 0.59% | - |
| HSV(B) | 106.88º | 0.48% | 0.78% | - |
| XYZ | 30.76 | 45.56 | 19.74 | - |
| YUV | 164.63 | 92.65 | 98.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 198 | 102 | 0.38 | 0 | 0.48 | 0.22 | 106.88 | 0.46 | 0.59 |
| Hex | 7B | C6 | 66 | 26 | 0 | 30 | 16 | 6B | 2E | 3B |
| Octal | 173 | 306 | 146 | 46 | 0 | 60 | 26 | 153 | 56 | 73 |
| Binary | 1111011 | 11000110 | 1100110 | 100110 | 0 | 110000 | 10110 | 1101011 | 101110 | 111011 |
Color Harmonies of #7BC666
Complementary color
Monochromatic Colors of #7BC666
Black with #7BC666
Text Example
Text Example
White with #7BC666
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7BC666; }
p { color: rgb(123,198,102); }
H1.HeaderClassName
{
color: #7BC666;
}
.AnyTagClassName
{
color: #7BC666;
}
</style>
background-color css
<style>
a { background-color: #7BC666; }
a { background-color: rgb(123,198,102); }
div.DivClassName
{
background-color: #7BC666;
}
.BgClassName
{
background-color: #7BC666;
}
</style>
border-color css
<style>
span { border-color: #7BC666; }
span { border-color: rgb(123,198,102); }
td.TdClassName
{
border-color: #7BC666;
}
.TagClassName
{
border-color: #7BC666;
}
</style>