Shades of Mantis #7AB669
Tints of Mantis #7AB669
RGB
CMYK
RGB Variations
Color information
#7AB669 (or 0x7AB669) is known color: Mantis. HEX triplet: 7A, B6 and 69. RGB value is (122,182,105). Sum of RGB (Red+Green+Blue) = 122+182+105=409 (54% of max value = 765). Red value is 122 (48.05% from 255 or 29.83% from 409); Green value is 182 (71.48% from 255 or 44.50% from 409); Blue value is 105 (41.41% from 255 or 25.67% from 409); Max value from RGB is 182 - color contains mainly: green. Hex color #7AB669 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #7AB669 is #854996. Grayscale: #9B9B9B. Windows color (decimal): -8735127 or 6927994. OLE color: 6927994.
HSL color Cylindrical-coordinate representation of color #7AB669: hue angle of 106.75º degrees, saturation: 0.35, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #7AB669 is Cyan = 0.33, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 122 | 182 | 105 | - |
| CMYK | 0.33 | 0 | 0.42 | 0.29 |
| HSL | 106.75º | 0.35% | 0.56% | - |
| HSV(B) | 106.75º | 0.42% | 0.71% | - |
| XYZ | 27.3 | 38.61 | 19.38 | - |
| YUV | 155.28 | 99.62 | 104.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 182 | 105 | 0.33 | 0 | 0.42 | 0.29 | 106.75 | 0.35 | 0.56 |
| Hex | 7A | B6 | 69 | 21 | 0 | 2A | 1D | 6B | 23 | 38 |
| Octal | 172 | 266 | 151 | 41 | 0 | 52 | 35 | 153 | 43 | 70 |
| Binary | 1111010 | 10110110 | 1101001 | 100001 | 0 | 101010 | 11101 | 1101011 | 100011 | 111000 |
Color Harmonies of #7AB669
Complementary color
Monochromatic Colors of #7AB669
Black with #7AB669
Text Example
Text Example
White with #7AB669
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7AB669; }
p { color: rgb(122,182,105); }
H1.HeaderClassName
{
color: #7AB669;
}
.AnyTagClassName
{
color: #7AB669;
}
</style>
background-color css
<style>
a { background-color: #7AB669; }
a { background-color: rgb(122,182,105); }
div.DivClassName
{
background-color: #7AB669;
}
.BgClassName
{
background-color: #7AB669;
}
</style>
border-color css
<style>
span { border-color: #7AB669; }
span { border-color: rgb(122,182,105); }
td.TdClassName
{
border-color: #7AB669;
}
.TagClassName
{
border-color: #7AB669;
}
</style>