Shades of Padua #7BB992
Tints of Padua #7BB992
RGB
CMYK
RGB Variations
Color information
#7BB992 (or 0x7BB992) is known color: Padua. HEX triplet: 7B, B9 and 92. RGB value is (123,185,146). Sum of RGB (Red+Green+Blue) = 123+185+146=454 (60% of max value = 765). Red value is 123 (48.44% from 255 or 27.09% from 454); Green value is 185 (72.66% from 255 or 40.75% from 454); Blue value is 146 (57.42% from 255 or 32.16% from 454); Max value from RGB is 185 - color contains mainly: green. Hex color #7BB992 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7BB992 is #84466D. Grayscale: #A2A2A2. Windows color (decimal): -8668782 or 9615739. OLE color: 9615739.
HSL color Cylindrical-coordinate representation of color #7BB992: hue angle of 142.26º degrees, saturation: 0.31, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #7BB992 is Cyan = 0.34, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 123 | 185 | 146 | - |
| CMYK | 0.34 | 0 | 0.21 | 0.27 |
| HSL | 142.26º | 0.31% | 0.6% | - |
| HSV(B) | 142.26º | 0.34% | 0.73% | - |
| XYZ | 30.71 | 40.98 | 33.49 | - |
| YUV | 162.02 | 118.96 | 100.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 185 | 146 | 0.34 | 0 | 0.21 | 0.27 | 142.26 | 0.31 | 0.6 |
| Hex | 7B | B9 | 92 | 22 | 0 | 15 | 1B | 8E | 1F | 3C |
| Octal | 173 | 271 | 222 | 42 | 0 | 25 | 33 | 216 | 37 | 74 |
| Binary | 1111011 | 10111001 | 10010010 | 100010 | 0 | 10101 | 11011 | 10001110 | 11111 | 111100 |
Color Harmonies of #7BB992
Complementary color
Monochromatic Colors of #7BB992
Black with #7BB992
Text Example
Text Example
White with #7BB992
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7BB992; }
p { color: rgb(123,185,146); }
H1.HeaderClassName
{
color: #7BB992;
}
.AnyTagClassName
{
color: #7BB992;
}
</style>
background-color css
<style>
a { background-color: #7BB992; }
a { background-color: rgb(123,185,146); }
div.DivClassName
{
background-color: #7BB992;
}
.BgClassName
{
background-color: #7BB992;
}
</style>
border-color css
<style>
span { border-color: #7BB992; }
span { border-color: rgb(123,185,146); }
td.TdClassName
{
border-color: #7BB992;
}
.TagClassName
{
border-color: #7BB992;
}
</style>