Shades of Mantis #7AB268
Tints of Mantis #7AB268
RGB
CMYK
RGB Variations
Color information
#7AB268 (or 0x7AB268) is known color: Mantis. HEX triplet: 7A, B2 and 68. RGB value is (122,178,104). Sum of RGB (Red+Green+Blue) = 122+178+104=404 (53% of max value = 765). Red value is 122 (48.05% from 255 or 30.20% from 404); Green value is 178 (69.92% from 255 or 44.06% from 404); Blue value is 104 (41.02% from 255 or 25.74% from 404); Max value from RGB is 178 - color contains mainly: green. Hex color #7AB268 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7AB268 is #854D97. Grayscale: #999999. Windows color (decimal): -8736152 or 6861434. OLE color: 6861434.
HSL color Cylindrical-coordinate representation of color #7AB268: hue angle of 105.41º degrees, saturation: 0.32, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #7AB268 is Cyan = 0.31, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 122 | 178 | 104 | - |
| CMYK | 0.31 | 0 | 0.42 | 0.30 |
| HSL | 105.41º | 0.32% | 0.55% | - |
| HSV(B) | 105.41º | 0.42% | 0.7% | - |
| XYZ | 26.45 | 36.98 | 18.84 | - |
| YUV | 152.82 | 100.45 | 106.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 178 | 104 | 0.31 | 0 | 0.42 | 0.30 | 105.41 | 0.32 | 0.55 |
| Hex | 7A | B2 | 68 | 1F | 0 | 2A | 1E | 69 | 20 | 37 |
| Octal | 172 | 262 | 150 | 37 | 0 | 52 | 36 | 151 | 40 | 67 |
| Binary | 1111010 | 10110010 | 1101000 | 11111 | 0 | 101010 | 11110 | 1101001 | 100000 | 110111 |
Color Harmonies of #7AB268
Complementary color
Monochromatic Colors of #7AB268
Black with #7AB268
Text Example
Text Example
White with #7AB268
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7AB268; }
p { color: rgb(122,178,104); }
H1.HeaderClassName
{
color: #7AB268;
}
.AnyTagClassName
{
color: #7AB268;
}
</style>
background-color css
<style>
a { background-color: #7AB268; }
a { background-color: rgb(122,178,104); }
div.DivClassName
{
background-color: #7AB268;
}
.BgClassName
{
background-color: #7AB268;
}
</style>
border-color css
<style>
span { border-color: #7AB268; }
span { border-color: rgb(122,178,104); }
td.TdClassName
{
border-color: #7AB268;
}
.TagClassName
{
border-color: #7AB268;
}
</style>