Shades of Mantis #7ACB68
Tints of Mantis #7ACB68
RGB
CMYK
RGB Variations
Color information
#7ACB68 (or 0x7ACB68) is known color: Mantis. HEX triplet: 7A, CB and 68. RGB value is (122,203,104). Sum of RGB (Red+Green+Blue) = 122+203+104=429 (56% of max value = 765). Red value is 122 (48.05% from 255 or 28.44% from 429); Green value is 203 (79.69% from 255 or 47.32% from 429); Blue value is 104 (41.02% from 255 or 24.24% from 429); Max value from RGB is 203 - color contains mainly: green. Hex color #7ACB68 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #7ACB68 is #853497. Grayscale: #A7A7A7. Windows color (decimal): -8729752 or 6867834. OLE color: 6867834.
HSL color Cylindrical-coordinate representation of color #7ACB68: hue angle of 109.09º 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 #7ACB68 is Cyan = 0.40, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 122 | 203 | 104 | - |
| CMYK | 0.40 | 0 | 0.49 | 0.20 |
| HSL | 109.09º | 0.49% | 0.6% | - |
| HSV(B) | 109.09º | 0.49% | 0.8% | - |
| XYZ | 31.88 | 47.85 | 20.65 | - |
| YUV | 167.5 | 92.16 | 95.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 203 | 104 | 0.40 | 0 | 0.49 | 0.20 | 109.09 | 0.49 | 0.6 |
| Hex | 7A | CB | 68 | 28 | 0 | 31 | 14 | 6D | 31 | 3C |
| Octal | 172 | 313 | 150 | 50 | 0 | 61 | 24 | 155 | 61 | 74 |
| Binary | 1111010 | 11001011 | 1101000 | 101000 | 0 | 110001 | 10100 | 1101101 | 110001 | 111100 |
Color Harmonies of #7ACB68
Complementary color
Monochromatic Colors of #7ACB68
Black with #7ACB68
Text Example
Text Example
White with #7ACB68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7ACB68; }
p { color: rgb(122,203,104); }
H1.HeaderClassName
{
color: #7ACB68;
}
.AnyTagClassName
{
color: #7ACB68;
}
</style>
background-color css
<style>
a { background-color: #7ACB68; }
a { background-color: rgb(122,203,104); }
div.DivClassName
{
background-color: #7ACB68;
}
.BgClassName
{
background-color: #7ACB68;
}
</style>
border-color css
<style>
span { border-color: #7ACB68; }
span { border-color: rgb(122,203,104); }
td.TdClassName
{
border-color: #7ACB68;
}
.TagClassName
{
border-color: #7ACB68;
}
</style>