Shades of Padua #7BB194
Tints of Padua #7BB194
RGB
CMYK
RGB Variations
Color information
#7BB194 (or 0x7BB194) is known color: Padua. HEX triplet: 7B, B1 and 94. RGB value is (123,177,148). Sum of RGB (Red+Green+Blue) = 123+177+148=448 (59% of max value = 765). Red value is 123 (48.44% from 255 or 27.46% from 448); Green value is 177 (69.53% from 255 or 39.51% from 448); Blue value is 148 (58.20% from 255 or 33.04% from 448); Max value from RGB is 177 - color contains mainly: green. Hex color #7BB194 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7BB194 is #844E6B. Grayscale: #9D9D9D. Windows color (decimal): -8670828 or 9744763. OLE color: 9744763.
HSL color Cylindrical-coordinate representation of color #7BB194: hue angle of 147.78º degrees, saturation: 0.26, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #7BB194 is Cyan = 0.31, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 123 | 177 | 148 | - |
| CMYK | 0.31 | 0 | 0.16 | 0.31 |
| HSL | 147.78º | 0.26% | 0.59% | - |
| HSV(B) | 147.78º | 0.31% | 0.69% | - |
| XYZ | 29.24 | 37.79 | 33.77 | - |
| YUV | 157.55 | 122.61 | 103.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 177 | 148 | 0.31 | 0 | 0.16 | 0.31 | 147.78 | 0.26 | 0.59 |
| Hex | 7B | B1 | 94 | 1F | 0 | 10 | 1F | 94 | 1A | 3B |
| Octal | 173 | 261 | 224 | 37 | 0 | 20 | 37 | 224 | 32 | 73 |
| Binary | 1111011 | 10110001 | 10010100 | 11111 | 0 | 10000 | 11111 | 10010100 | 11010 | 111011 |
Color Harmonies of #7BB194
Complementary color
Monochromatic Colors of #7BB194
Black with #7BB194
Text Example
Text Example
White with #7BB194
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7BB194; }
p { color: rgb(123,177,148); }
H1.HeaderClassName
{
color: #7BB194;
}
.AnyTagClassName
{
color: #7BB194;
}
</style>
background-color css
<style>
a { background-color: #7BB194; }
a { background-color: rgb(123,177,148); }
div.DivClassName
{
background-color: #7BB194;
}
.BgClassName
{
background-color: #7BB194;
}
</style>
border-color css
<style>
span { border-color: #7BB194; }
span { border-color: rgb(123,177,148); }
td.TdClassName
{
border-color: #7BB194;
}
.TagClassName
{
border-color: #7BB194;
}
</style>