Shades of Mantis #7BB64B
Tints of Mantis #7BB64B
RGB
CMYK
RGB Variations
Color information
#7BB64B (or 0x7BB64B) is known color: Mantis. HEX triplet: 7B, B6 and 4B. RGB value is (123,182,75). Sum of RGB (Red+Green+Blue) = 123+182+75=380 (50% of max value = 765). Red value is 123 (48.44% from 255 or 32.37% from 380); Green value is 182 (71.48% from 255 or 47.89% from 380); Blue value is 75 (29.69% from 255 or 19.74% from 380); Max value from RGB is 182 - color contains mainly: green. Hex color #7BB64B is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #7BB64B is #8449B4. Grayscale: #989898. Windows color (decimal): -8669621 or 4961915. OLE color: 4961915.
HSL color Cylindrical-coordinate representation of color #7BB64B: hue angle of 93.08º degrees, saturation: 0.42, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #7BB64B is Cyan = 0.32, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 123 | 182 | 75 | - |
| CMYK | 0.32 | 0 | 0.59 | 0.29 |
| HSL | 93.08º | 0.42% | 0.5% | - |
| HSV(B) | 93.08º | 0.59% | 0.71% | - |
| XYZ | 26.17 | 38.17 | 12.65 | - |
| YUV | 152.16 | 84.45 | 107.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 182 | 75 | 0.32 | 0 | 0.59 | 0.29 | 93.08 | 0.42 | 0.5 |
| Hex | 7B | B6 | 4B | 20 | 0 | 3B | 1D | 5D | 2A | 32 |
| Octal | 173 | 266 | 113 | 40 | 0 | 73 | 35 | 135 | 52 | 62 |
| Binary | 1111011 | 10110110 | 1001011 | 100000 | 0 | 111011 | 11101 | 1011101 | 101010 | 110010 |
Color Harmonies of #7BB64B
Complementary color
Monochromatic Colors of #7BB64B
Black with #7BB64B
Text Example
Text Example
White with #7BB64B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7BB64B; }
p { color: rgb(123,182,75); }
H1.HeaderClassName
{
color: #7BB64B;
}
.AnyTagClassName
{
color: #7BB64B;
}
</style>
background-color css
<style>
a { background-color: #7BB64B; }
a { background-color: rgb(123,182,75); }
div.DivClassName
{
background-color: #7BB64B;
}
.BgClassName
{
background-color: #7BB64B;
}
</style>
border-color css
<style>
span { border-color: #7BB64B; }
span { border-color: rgb(123,182,75); }
td.TdClassName
{
border-color: #7BB64B;
}
.TagClassName
{
border-color: #7BB64B;
}
</style>