Shades of Mantis #7BB255
Tints of Mantis #7BB255
RGB
CMYK
RGB Variations
Color information
#7BB255 (or 0x7BB255) is known color: Mantis. HEX triplet: 7B, B2 and 55. RGB value is (123,178,85). Sum of RGB (Red+Green+Blue) = 123+178+85=386 (51% of max value = 765). Red value is 123 (48.44% from 255 or 31.87% from 386); Green value is 178 (69.92% from 255 or 46.11% from 386); Blue value is 85 (33.59% from 255 or 22.02% from 386); Max value from RGB is 178 - color contains mainly: green. Hex color #7BB255 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7BB255 is #844DAA. Grayscale: #979797. Windows color (decimal): -8670635 or 5616251. OLE color: 5616251.
HSL color Cylindrical-coordinate representation of color #7BB255: hue angle of 95.48º degrees, saturation: 0.38, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #7BB255 is Cyan = 0.31, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 123 | 178 | 85 | - |
| CMYK | 0.31 | 0 | 0.52 | 0.30 |
| HSL | 95.48º | 0.38% | 0.52% | - |
| HSV(B) | 95.48º | 0.52% | 0.7% | - |
| XYZ | 25.73 | 36.71 | 14.32 | - |
| YUV | 150.95 | 90.78 | 108.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 178 | 85 | 0.31 | 0 | 0.52 | 0.30 | 95.48 | 0.38 | 0.52 |
| Hex | 7B | B2 | 55 | 1F | 0 | 34 | 1E | 5F | 26 | 34 |
| Octal | 173 | 262 | 125 | 37 | 0 | 64 | 36 | 137 | 46 | 64 |
| Binary | 1111011 | 10110010 | 1010101 | 11111 | 0 | 110100 | 11110 | 1011111 | 100110 | 110100 |
Color Harmonies of #7BB255
Complementary color
Monochromatic Colors of #7BB255
Black with #7BB255
Text Example
Text Example
White with #7BB255
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7BB255; }
p { color: rgb(123,178,85); }
H1.HeaderClassName
{
color: #7BB255;
}
.AnyTagClassName
{
color: #7BB255;
}
</style>
background-color css
<style>
a { background-color: #7BB255; }
a { background-color: rgb(123,178,85); }
div.DivClassName
{
background-color: #7BB255;
}
.BgClassName
{
background-color: #7BB255;
}
</style>
border-color css
<style>
span { border-color: #7BB255; }
span { border-color: rgb(123,178,85); }
td.TdClassName
{
border-color: #7BB255;
}
.TagClassName
{
border-color: #7BB255;
}
</style>