Shades of Mantis #7BCC67
Tints of Mantis #7BCC67
RGB
CMYK
RGB Variations
Color information
#7BCC67 (or 0x7BCC67) is known color: Mantis. HEX triplet: 7B, CC and 67. RGB value is (123,204,103). Sum of RGB (Red+Green+Blue) = 123+204+103=430 (56% of max value = 765). Red value is 123 (48.44% from 255 or 28.60% from 430); Green value is 204 (80.08% from 255 or 47.44% from 430); Blue value is 103 (40.62% from 255 or 23.95% from 430); Max value from RGB is 204 - color contains mainly: green. Hex color #7BCC67 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #7BCC67 is #843398. Grayscale: #A8A8A8. Windows color (decimal): -8663961 or 6802555. OLE color: 6802555.
HSL color Cylindrical-coordinate representation of color #7BCC67: hue angle of 108.12º degrees, saturation: 0.5, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #7BCC67 is Cyan = 0.40, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 123 | 204 | 103 | - |
| CMYK | 0.40 | 0 | 0.50 | 0.2 |
| HSL | 108.12º | 0.5% | 0.6% | - |
| HSV(B) | 108.12º | 0.5% | 0.8% | - |
| XYZ | 32.21 | 48.38 | 20.47 | - |
| YUV | 168.27 | 91.16 | 95.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 204 | 103 | 0.40 | 0 | 0.50 | 0.2 | 108.12 | 0.5 | 0.6 |
| Hex | 7B | CC | 67 | 28 | 0 | 32 | 14 | 6C | 32 | 3C |
| Octal | 173 | 314 | 147 | 50 | 0 | 62 | 24 | 154 | 62 | 74 |
| Binary | 1111011 | 11001100 | 1100111 | 101000 | 0 | 110010 | 10100 | 1101100 | 110010 | 111100 |
Color Harmonies of #7BCC67
Complementary color
Monochromatic Colors of #7BCC67
Black with #7BCC67
Text Example
Text Example
White with #7BCC67
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7BCC67; }
p { color: rgb(123,204,103); }
H1.HeaderClassName
{
color: #7BCC67;
}
.AnyTagClassName
{
color: #7BCC67;
}
</style>
background-color css
<style>
a { background-color: #7BCC67; }
a { background-color: rgb(123,204,103); }
div.DivClassName
{
background-color: #7BCC67;
}
.BgClassName
{
background-color: #7BCC67;
}
</style>
border-color css
<style>
span { border-color: #7BCC67; }
span { border-color: rgb(123,204,103); }
td.TdClassName
{
border-color: #7BCC67;
}
.TagClassName
{
border-color: #7BCC67;
}
</style>