Shades of Padua #7BBC9D
Tints of Padua #7BBC9D
RGB
CMYK
RGB Variations
Color information
#7BBC9D (or 0x7BBC9D) is known color: Padua. HEX triplet: 7B, BC and 9D. RGB value is (123,188,157). Sum of RGB (Red+Green+Blue) = 123+188+157=468 (61% of max value = 765). Red value is 123 (48.44% from 255 or 26.28% from 468); Green value is 188 (73.83% from 255 or 40.17% from 468); Blue value is 157 (61.72% from 255 or 33.55% from 468); Max value from RGB is 188 - color contains mainly: green. Hex color #7BBC9D is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7BBC9D is #844362. Grayscale: #A5A5A5. Windows color (decimal): -8668003 or 10337403. OLE color: 10337403.
HSL color Cylindrical-coordinate representation of color #7BBC9D: hue angle of 151.38º degrees, saturation: 0.33, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #7BBC9D is Cyan = 0.35, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 123 | 188 | 157 | - |
| CMYK | 0.35 | 0 | 0.16 | 0.26 |
| HSL | 151.38º | 0.33% | 0.61% | - |
| HSV(B) | 151.38º | 0.35% | 0.74% | - |
| XYZ | 32.24 | 42.61 | 38.42 | - |
| YUV | 165.03 | 123.47 | 98.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 188 | 157 | 0.35 | 0 | 0.16 | 0.26 | 151.38 | 0.33 | 0.61 |
| Hex | 7B | BC | 9D | 23 | 0 | 10 | 1A | 97 | 21 | 3D |
| Octal | 173 | 274 | 235 | 43 | 0 | 20 | 32 | 227 | 41 | 75 |
| Binary | 1111011 | 10111100 | 10011101 | 100011 | 0 | 10000 | 11010 | 10010111 | 100001 | 111101 |
Color Harmonies of #7BBC9D
Complementary color
Monochromatic Colors of #7BBC9D
Black with #7BBC9D
Text Example
Text Example
White with #7BBC9D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7BBC9D; }
p { color: rgb(123,188,157); }
H1.HeaderClassName
{
color: #7BBC9D;
}
.AnyTagClassName
{
color: #7BBC9D;
}
</style>
background-color css
<style>
a { background-color: #7BBC9D; }
a { background-color: rgb(123,188,157); }
div.DivClassName
{
background-color: #7BBC9D;
}
.BgClassName
{
background-color: #7BBC9D;
}
</style>
border-color css
<style>
span { border-color: #7BBC9D; }
span { border-color: rgb(123,188,157); }
td.TdClassName
{
border-color: #7BBC9D;
}
.TagClassName
{
border-color: #7BBC9D;
}
</style>