Shades of Mantis #7BCC69
Tints of Mantis #7BCC69
RGB
CMYK
RGB Variations
Color information
#7BCC69 (or 0x7BCC69) is known color: Mantis. HEX triplet: 7B, CC and 69. RGB value is (123,204,105). Sum of RGB (Red+Green+Blue) = 123+204+105=432 (57% of max value = 765). Red value is 123 (48.44% from 255 or 28.47% from 432); Green value is 204 (80.08% from 255 or 47.22% from 432); Blue value is 105 (41.41% from 255 or 24.31% from 432); Max value from RGB is 204 - color contains mainly: green. Hex color #7BCC69 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #7BCC69 is #843396. Grayscale: #A8A8A8. Windows color (decimal): -8663959 or 6933627. OLE color: 6933627.
HSL color Cylindrical-coordinate representation of color #7BCC69: hue angle of 109.09º degrees, saturation: 0.49, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #7BCC69 is Cyan = 0.40, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 123 | 204 | 105 | - |
| CMYK | 0.40 | 0 | 0.49 | 0.2 |
| HSL | 109.09º | 0.49% | 0.61% | - |
| HSV(B) | 109.09º | 0.49% | 0.8% | - |
| XYZ | 32.31 | 48.42 | 21.01 | - |
| YUV | 168.5 | 92.16 | 95.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 204 | 105 | 0.40 | 0 | 0.49 | 0.2 | 109.09 | 0.49 | 0.61 |
| Hex | 7B | CC | 69 | 28 | 0 | 31 | 14 | 6D | 31 | 3D |
| Octal | 173 | 314 | 151 | 50 | 0 | 61 | 24 | 155 | 61 | 75 |
| Binary | 1111011 | 11001100 | 1101001 | 101000 | 0 | 110001 | 10100 | 1101101 | 110001 | 111101 |
Color Harmonies of #7BCC69
Complementary color
Monochromatic Colors of #7BCC69
Black with #7BCC69
Text Example
Text Example
White with #7BCC69
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7BCC69; }
p { color: rgb(123,204,105); }
H1.HeaderClassName
{
color: #7BCC69;
}
.AnyTagClassName
{
color: #7BCC69;
}
</style>
background-color css
<style>
a { background-color: #7BCC69; }
a { background-color: rgb(123,204,105); }
div.DivClassName
{
background-color: #7BCC69;
}
.BgClassName
{
background-color: #7BCC69;
}
</style>
border-color css
<style>
span { border-color: #7BCC69; }
span { border-color: rgb(123,204,105); }
td.TdClassName
{
border-color: #7BCC69;
}
.TagClassName
{
border-color: #7BCC69;
}
</style>