Shades of Padua #79B295
Tints of Padua #79B295
RGB
CMYK
RGB Variations
Color information
#79B295 (or 0x79B295) is known color: Padua. HEX triplet: 79, B2 and 95. RGB value is (121,178,149). Sum of RGB (Red+Green+Blue) = 121+178+149=448 (59% of max value = 765). Red value is 121 (47.66% from 255 or 27.01% from 448); Green value is 178 (69.92% from 255 or 39.73% from 448); Blue value is 149 (58.59% from 255 or 33.26% from 448); Max value from RGB is 178 - color contains mainly: green. Hex color #79B295 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #79B295 is #864D6A. Grayscale: #9D9D9D. Windows color (decimal): -8801643 or 9810553. OLE color: 9810553.
HSL color Cylindrical-coordinate representation of color #79B295: hue angle of 149.47º degrees, saturation: 0.27, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #79B295 is Cyan = 0.32, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 121 | 178 | 149 | - |
| CMYK | 0.32 | 0 | 0.16 | 0.30 |
| HSL | 149.47º | 0.27% | 0.59% | - |
| HSV(B) | 149.47º | 0.32% | 0.7% | - |
| XYZ | 29.23 | 38.08 | 34.24 | - |
| YUV | 157.65 | 123.12 | 101.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 178 | 149 | 0.32 | 0 | 0.16 | 0.30 | 149.47 | 0.27 | 0.59 |
| Hex | 79 | B2 | 95 | 20 | 0 | 10 | 1E | 95 | 1B | 3B |
| Octal | 171 | 262 | 225 | 40 | 0 | 20 | 36 | 225 | 33 | 73 |
| Binary | 1111001 | 10110010 | 10010101 | 100000 | 0 | 10000 | 11110 | 10010101 | 11011 | 111011 |
Color Harmonies of #79B295
Complementary color
Monochromatic Colors of #79B295
Black with #79B295
Text Example
Text Example
White with #79B295
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #79B295; }
p { color: rgb(121,178,149); }
H1.HeaderClassName
{
color: #79B295;
}
.AnyTagClassName
{
color: #79B295;
}
</style>
background-color css
<style>
a { background-color: #79B295; }
a { background-color: rgb(121,178,149); }
div.DivClassName
{
background-color: #79B295;
}
.BgClassName
{
background-color: #79B295;
}
</style>
border-color css
<style>
span { border-color: #79B295; }
span { border-color: rgb(121,178,149); }
td.TdClassName
{
border-color: #79B295;
}
.TagClassName
{
border-color: #79B295;
}
</style>