Shades of Mantis #7CB269
Tints of Mantis #7CB269
RGB
CMYK
RGB Variations
Color information
#7CB269 (or 0x7CB269) is known color: Mantis. HEX triplet: 7C, B2 and 69. RGB value is (124,178,105). Sum of RGB (Red+Green+Blue) = 124+178+105=407 (53% of max value = 765). Red value is 124 (48.83% from 255 or 30.47% from 407); Green value is 178 (69.92% from 255 or 43.73% from 407); Blue value is 105 (41.41% from 255 or 25.80% from 407); Max value from RGB is 178 - color contains mainly: green. Hex color #7CB269 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7CB269 is #834D96. Grayscale: #999999. Windows color (decimal): -8605079 or 6926972. OLE color: 6926972.
HSL color Cylindrical-coordinate representation of color #7CB269: hue angle of 104.38º degrees, saturation: 0.32, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #7CB269 is Cyan = 0.30, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 124 | 178 | 105 | - |
| CMYK | 0.30 | 0 | 0.41 | 0.30 |
| HSL | 104.38º | 0.32% | 0.55% | - |
| HSV(B) | 104.38º | 0.41% | 0.7% | - |
| XYZ | 26.78 | 37.15 | 19.12 | - |
| YUV | 153.53 | 100.61 | 106.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 178 | 105 | 0.30 | 0 | 0.41 | 0.30 | 104.38 | 0.32 | 0.55 |
| Hex | 7C | B2 | 69 | 1E | 0 | 29 | 1E | 68 | 20 | 37 |
| Octal | 174 | 262 | 151 | 36 | 0 | 51 | 36 | 150 | 40 | 67 |
| Binary | 1111100 | 10110010 | 1101001 | 11110 | 0 | 101001 | 11110 | 1101000 | 100000 | 110111 |
Color Harmonies of #7CB269
Complementary color
Monochromatic Colors of #7CB269
Black with #7CB269
Text Example
Text Example
White with #7CB269
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7CB269; }
p { color: rgb(124,178,105); }
H1.HeaderClassName
{
color: #7CB269;
}
.AnyTagClassName
{
color: #7CB269;
}
</style>
background-color css
<style>
a { background-color: #7CB269; }
a { background-color: rgb(124,178,105); }
div.DivClassName
{
background-color: #7CB269;
}
.BgClassName
{
background-color: #7CB269;
}
</style>
border-color css
<style>
span { border-color: #7CB269; }
span { border-color: rgb(124,178,105); }
td.TdClassName
{
border-color: #7CB269;
}
.TagClassName
{
border-color: #7CB269;
}
</style>