Shades of Mantis #7ACF67
Tints of Mantis #7ACF67
RGB
CMYK
RGB Variations
Color information
#7ACF67 (or 0x7ACF67) is known color: Mantis. HEX triplet: 7A, CF and 67. RGB value is (122,207,103). Sum of RGB (Red+Green+Blue) = 122+207+103=432 (57% of max value = 765). Red value is 122 (48.05% from 255 or 28.24% from 432); Green value is 207 (81.25% from 255 or 47.92% from 432); Blue value is 103 (40.62% from 255 or 23.84% from 432); Max value from RGB is 207 - color contains mainly: green. Hex color #7ACF67 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #7ACF67 is #853098. Grayscale: #AAAAAA. Windows color (decimal): -8728729 or 6803322. OLE color: 6803322.
HSL color Cylindrical-coordinate representation of color #7ACF67: hue angle of 109.04º degrees, saturation: 0.52, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #7ACF67 is Cyan = 0.41, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 122 | 207 | 103 | - |
| CMYK | 0.41 | 0 | 0.50 | 0.19 |
| HSL | 109.04º | 0.52% | 0.61% | - |
| HSV(B) | 109.04º | 0.5% | 0.81% | - |
| XYZ | 32.79 | 49.74 | 20.71 | - |
| YUV | 169.73 | 90.34 | 93.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 207 | 103 | 0.41 | 0 | 0.50 | 0.19 | 109.04 | 0.52 | 0.61 |
| Hex | 7A | CF | 67 | 29 | 0 | 32 | 13 | 6D | 34 | 3D |
| Octal | 172 | 317 | 147 | 51 | 0 | 62 | 23 | 155 | 64 | 75 |
| Binary | 1111010 | 11001111 | 1100111 | 101001 | 0 | 110010 | 10011 | 1101101 | 110100 | 111101 |
Color Harmonies of #7ACF67
Complementary color
Monochromatic Colors of #7ACF67
Black with #7ACF67
Text Example
Text Example
White with #7ACF67
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7ACF67; }
p { color: rgb(122,207,103); }
H1.HeaderClassName
{
color: #7ACF67;
}
.AnyTagClassName
{
color: #7ACF67;
}
</style>
background-color css
<style>
a { background-color: #7ACF67; }
a { background-color: rgb(122,207,103); }
div.DivClassName
{
background-color: #7ACF67;
}
.BgClassName
{
background-color: #7ACF67;
}
</style>
border-color css
<style>
span { border-color: #7ACF67; }
span { border-color: rgb(122,207,103); }
td.TdClassName
{
border-color: #7ACF67;
}
.TagClassName
{
border-color: #7ACF67;
}
</style>