Shades of Mantis #7ACB67
Tints of Mantis #7ACB67
RGB
CMYK
RGB Variations
Color information
#7ACB67 (or 0x7ACB67) is known color: Mantis. HEX triplet: 7A, CB and 67. RGB value is (122,203,103). Sum of RGB (Red+Green+Blue) = 122+203+103=428 (56% of max value = 765). Red value is 122 (48.05% from 255 or 28.50% from 428); Green value is 203 (79.69% from 255 or 47.43% from 428); Blue value is 103 (40.62% from 255 or 24.07% from 428); Max value from RGB is 203 - color contains mainly: green. Hex color #7ACB67 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #7ACB67 is #853498. Grayscale: #A7A7A7. Windows color (decimal): -8729753 or 6802298. OLE color: 6802298.
HSL color Cylindrical-coordinate representation of color #7ACB67: hue angle of 108.6º 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 #7ACB67 is Cyan = 0.40, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 122 | 203 | 103 | - |
| CMYK | 0.40 | 0 | 0.49 | 0.20 |
| HSL | 108.6º | 0.49% | 0.6% | - |
| HSV(B) | 108.6º | 0.49% | 0.8% | - |
| XYZ | 31.83 | 47.83 | 20.39 | - |
| YUV | 167.38 | 91.66 | 95.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 203 | 103 | 0.40 | 0 | 0.49 | 0.20 | 108.6 | 0.49 | 0.6 |
| Hex | 7A | CB | 67 | 28 | 0 | 31 | 14 | 6D | 31 | 3C |
| Octal | 172 | 313 | 147 | 50 | 0 | 61 | 24 | 155 | 61 | 74 |
| Binary | 1111010 | 11001011 | 1100111 | 101000 | 0 | 110001 | 10100 | 1101101 | 110001 | 111100 |
Color Harmonies of #7ACB67
Complementary color
Monochromatic Colors of #7ACB67
Black with #7ACB67
Text Example
Text Example
White with #7ACB67
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7ACB67; }
p { color: rgb(122,203,103); }
H1.HeaderClassName
{
color: #7ACB67;
}
.AnyTagClassName
{
color: #7ACB67;
}
</style>
background-color css
<style>
a { background-color: #7ACB67; }
a { background-color: rgb(122,203,103); }
div.DivClassName
{
background-color: #7ACB67;
}
.BgClassName
{
background-color: #7ACB67;
}
</style>
border-color css
<style>
span { border-color: #7ACB67; }
span { border-color: rgb(122,203,103); }
td.TdClassName
{
border-color: #7ACB67;
}
.TagClassName
{
border-color: #7ACB67;
}
</style>