Shades of Mantis #79B15A
Tints of Mantis #79B15A
RGB
CMYK
RGB Variations
Color information
#79B15A (or 0x79B15A) is known color: Mantis. HEX triplet: 79, B1 and 5A. RGB value is (121,177,90). Sum of RGB (Red+Green+Blue) = 121+177+90=388 (51% of max value = 765). Red value is 121 (47.66% from 255 or 31.19% from 388); Green value is 177 (69.53% from 255 or 45.62% from 388); Blue value is 90 (35.55% from 255 or 23.20% from 388); Max value from RGB is 177 - color contains mainly: green. Hex color #79B15A is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #79B15A is #864EA5. Grayscale: #969696. Windows color (decimal): -8801958 or 5943673. OLE color: 5943673.
HSL color Cylindrical-coordinate representation of color #79B15A: hue angle of 98.62º degrees, saturation: 0.36, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #79B15A is Cyan = 0.32, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 121 | 177 | 90 | - |
| CMYK | 0.32 | 0 | 0.49 | 0.31 |
| HSL | 98.62º | 0.36% | 0.52% | - |
| HSV(B) | 98.62º | 0.49% | 0.69% | - |
| XYZ | 25.45 | 36.25 | 15.33 | - |
| YUV | 150.34 | 93.95 | 107.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 177 | 90 | 0.32 | 0 | 0.49 | 0.31 | 98.62 | 0.36 | 0.52 |
| Hex | 79 | B1 | 5A | 20 | 0 | 31 | 1F | 63 | 24 | 34 |
| Octal | 171 | 261 | 132 | 40 | 0 | 61 | 37 | 143 | 44 | 64 |
| Binary | 1111001 | 10110001 | 1011010 | 100000 | 0 | 110001 | 11111 | 1100011 | 100100 | 110100 |
Color Harmonies of #79B15A
Complementary color
Monochromatic Colors of #79B15A
Black with #79B15A
Text Example
Text Example
White with #79B15A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #79B15A; }
p { color: rgb(121,177,90); }
H1.HeaderClassName
{
color: #79B15A;
}
.AnyTagClassName
{
color: #79B15A;
}
</style>
background-color css
<style>
a { background-color: #79B15A; }
a { background-color: rgb(121,177,90); }
div.DivClassName
{
background-color: #79B15A;
}
.BgClassName
{
background-color: #79B15A;
}
</style>
border-color css
<style>
span { border-color: #79B15A; }
span { border-color: rgb(121,177,90); }
td.TdClassName
{
border-color: #79B15A;
}
.TagClassName
{
border-color: #79B15A;
}
</style>