Shades of Mantis #7BCB67
Tints of Mantis #7BCB67
RGB
CMYK
RGB Variations
Color information
#7BCB67 (or 0x7BCB67) is known color: Mantis. HEX triplet: 7B, CB and 67. RGB value is (123,203,103). Sum of RGB (Red+Green+Blue) = 123+203+103=429 (56% of max value = 765). Red value is 123 (48.44% from 255 or 28.67% from 429); Green value is 203 (79.69% from 255 or 47.32% from 429); Blue value is 103 (40.62% from 255 or 24.01% from 429); Max value from RGB is 203 - color contains mainly: green. Hex color #7BCB67 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #7BCB67 is #843498. Grayscale: #A8A8A8. Windows color (decimal): -8664217 or 6802299. OLE color: 6802299.
HSL color Cylindrical-coordinate representation of color #7BCB67: hue angle of 108º degrees, saturation: 0.49, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #7BCB67 is Cyan = 0.39, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 123 | 203 | 103 | - |
| CMYK | 0.39 | 0 | 0.49 | 0.20 |
| HSL | 108º | 0.49% | 0.6% | - |
| HSV(B) | 108º | 0.49% | 0.8% | - |
| XYZ | 31.97 | 47.9 | 20.39 | - |
| YUV | 167.68 | 91.5 | 96.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 203 | 103 | 0.39 | 0 | 0.49 | 0.20 | 108 | 0.49 | 0.6 |
| Hex | 7B | CB | 67 | 27 | 0 | 31 | 14 | 6C | 31 | 3C |
| Octal | 173 | 313 | 147 | 47 | 0 | 61 | 24 | 154 | 61 | 74 |
| Binary | 1111011 | 11001011 | 1100111 | 100111 | 0 | 110001 | 10100 | 1101100 | 110001 | 111100 |
Color Harmonies of #7BCB67
Complementary color
Monochromatic Colors of #7BCB67
Black with #7BCB67
Text Example
Text Example
White with #7BCB67
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7BCB67; }
p { color: rgb(123,203,103); }
H1.HeaderClassName
{
color: #7BCB67;
}
.AnyTagClassName
{
color: #7BCB67;
}
</style>
background-color css
<style>
a { background-color: #7BCB67; }
a { background-color: rgb(123,203,103); }
div.DivClassName
{
background-color: #7BCB67;
}
.BgClassName
{
background-color: #7BCB67;
}
</style>
border-color css
<style>
span { border-color: #7BCB67; }
span { border-color: rgb(123,203,103); }
td.TdClassName
{
border-color: #7BCB67;
}
.TagClassName
{
border-color: #7BCB67;
}
</style>