Shades of Padua #7BB99B
Tints of Padua #7BB99B
RGB
CMYK
RGB Variations
Color information
#7BB99B (or 0x7BB99B) is known color: Padua. HEX triplet: 7B, B9 and 9B. RGB value is (123,185,155). Sum of RGB (Red+Green+Blue) = 123+185+155=463 (61% of max value = 765). Red value is 123 (48.44% from 255 or 26.57% from 463); Green value is 185 (72.66% from 255 or 39.96% from 463); Blue value is 155 (60.94% from 255 or 33.48% from 463); Max value from RGB is 185 - color contains mainly: green. Hex color #7BB99B is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7BB99B is #844664. Grayscale: #A3A3A3. Windows color (decimal): -8668773 or 10205563. OLE color: 10205563.
HSL color Cylindrical-coordinate representation of color #7BB99B: hue angle of 150.97º 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 #7BB99B is Cyan = 0.34, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 123 | 185 | 155 | - |
| CMYK | 0.34 | 0 | 0.16 | 0.27 |
| HSL | 150.97º | 0.31% | 0.6% | - |
| HSV(B) | 150.97º | 0.34% | 0.73% | - |
| XYZ | 31.43 | 41.28 | 37.32 | - |
| YUV | 163.04 | 123.46 | 99.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 185 | 155 | 0.34 | 0 | 0.16 | 0.27 | 150.97 | 0.31 | 0.6 |
| Hex | 7B | B9 | 9B | 22 | 0 | 10 | 1B | 97 | 1F | 3C |
| Octal | 173 | 271 | 233 | 42 | 0 | 20 | 33 | 227 | 37 | 74 |
| Binary | 1111011 | 10111001 | 10011011 | 100010 | 0 | 10000 | 11011 | 10010111 | 11111 | 111100 |
Color Harmonies of #7BB99B
Complementary color
Monochromatic Colors of #7BB99B
Black with #7BB99B
Text Example
Text Example
White with #7BB99B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7BB99B; }
p { color: rgb(123,185,155); }
H1.HeaderClassName
{
color: #7BB99B;
}
.AnyTagClassName
{
color: #7BB99B;
}
</style>
background-color css
<style>
a { background-color: #7BB99B; }
a { background-color: rgb(123,185,155); }
div.DivClassName
{
background-color: #7BB99B;
}
.BgClassName
{
background-color: #7BB99B;
}
</style>
border-color css
<style>
span { border-color: #7BB99B; }
span { border-color: rgb(123,185,155); }
td.TdClassName
{
border-color: #7BB99B;
}
.TagClassName
{
border-color: #7BB99B;
}
</style>