Shades of Padua #7BCC97
Tints of Padua #7BCC97
RGB
CMYK
RGB Variations
Color information
#7BCC97 (or 0x7BCC97) is known color: Padua. HEX triplet: 7B, CC and 97. RGB value is (123,204,151). Sum of RGB (Red+Green+Blue) = 123+204+151=478 (63% of max value = 765). Red value is 123 (48.44% from 255 or 25.73% from 478); Green value is 204 (80.08% from 255 or 42.68% from 478); Blue value is 151 (59.38% from 255 or 31.59% from 478); Max value from RGB is 204 - color contains mainly: green. Hex color #7BCC97 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7BCC97 is #843368. Grayscale: #ADADAD. Windows color (decimal): -8663913 or 9948283. OLE color: 9948283.
HSL color Cylindrical-coordinate representation of color #7BCC97: hue angle of 140.74º degrees, saturation: 0.44, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #7BCC97 is Cyan = 0.40, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 123 | 204 | 151 | - |
| CMYK | 0.40 | 0 | 0.26 | 0.2 |
| HSL | 140.74º | 0.44% | 0.64% | - |
| HSV(B) | 140.74º | 0.4% | 0.8% | - |
| XYZ | 35.35 | 49.63 | 36.99 | - |
| YUV | 173.74 | 115.16 | 91.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 204 | 151 | 0.40 | 0 | 0.26 | 0.2 | 140.74 | 0.44 | 0.64 |
| Hex | 7B | CC | 97 | 28 | 0 | 1A | 14 | 8D | 2C | 40 |
| Octal | 173 | 314 | 227 | 50 | 0 | 32 | 24 | 215 | 54 | 100 |
| Binary | 1111011 | 11001100 | 10010111 | 101000 | 0 | 11010 | 10100 | 10001101 | 101100 | 1000000 |
Color Harmonies of #7BCC97
Complementary color
Monochromatic Colors of #7BCC97
Black with #7BCC97
Text Example
Text Example
White with #7BCC97
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7BCC97; }
p { color: rgb(123,204,151); }
H1.HeaderClassName
{
color: #7BCC97;
}
.AnyTagClassName
{
color: #7BCC97;
}
</style>
background-color css
<style>
a { background-color: #7BCC97; }
a { background-color: rgb(123,204,151); }
div.DivClassName
{
background-color: #7BCC97;
}
.BgClassName
{
background-color: #7BCC97;
}
</style>
border-color css
<style>
span { border-color: #7BCC97; }
span { border-color: rgb(123,204,151); }
td.TdClassName
{
border-color: #7BCC97;
}
.TagClassName
{
border-color: #7BCC97;
}
</style>