Shades of Padua #7BC997
Tints of Padua #7BC997
RGB
CMYK
RGB Variations
Color information
#7BC997 (or 0x7BC997) is known color: Padua. HEX triplet: 7B, C9 and 97. RGB value is (123,201,151). Sum of RGB (Red+Green+Blue) = 123+201+151=475 (62% of max value = 765). Red value is 123 (48.44% from 255 or 25.89% from 475); Green value is 201 (78.91% from 255 or 42.32% from 475); Blue value is 151 (59.38% from 255 or 31.79% from 475); Max value from RGB is 201 - color contains mainly: green. Hex color #7BC997 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7BC997 is #843668. Grayscale: #ACACAC. Windows color (decimal): -8664681 or 9947515. OLE color: 9947515.
HSL color Cylindrical-coordinate representation of color #7BC997: hue angle of 141.54º degrees, saturation: 0.42, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #7BC997 is Cyan = 0.39, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 123 | 201 | 151 | - |
| CMYK | 0.39 | 0 | 0.25 | 0.21 |
| HSL | 141.54º | 0.42% | 0.64% | - |
| HSV(B) | 141.54º | 0.39% | 0.79% | - |
| XYZ | 34.64 | 48.22 | 36.76 | - |
| YUV | 171.98 | 116.16 | 93.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 201 | 151 | 0.39 | 0 | 0.25 | 0.21 | 141.54 | 0.42 | 0.64 |
| Hex | 7B | C9 | 97 | 27 | 0 | 19 | 15 | 8E | 2A | 40 |
| Octal | 173 | 311 | 227 | 47 | 0 | 31 | 25 | 216 | 52 | 100 |
| Binary | 1111011 | 11001001 | 10010111 | 100111 | 0 | 11001 | 10101 | 10001110 | 101010 | 1000000 |
Color Harmonies of #7BC997
Complementary color
Monochromatic Colors of #7BC997
Black with #7BC997
Text Example
Text Example
White with #7BC997
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7BC997; }
p { color: rgb(123,201,151); }
H1.HeaderClassName
{
color: #7BC997;
}
.AnyTagClassName
{
color: #7BC997;
}
</style>
background-color css
<style>
a { background-color: #7BC997; }
a { background-color: rgb(123,201,151); }
div.DivClassName
{
background-color: #7BC997;
}
.BgClassName
{
background-color: #7BC997;
}
</style>
border-color css
<style>
span { border-color: #7BC997; }
span { border-color: rgb(123,201,151); }
td.TdClassName
{
border-color: #7BC997;
}
.TagClassName
{
border-color: #7BC997;
}
</style>