Shades of Padua #7BC99F
Tints of Padua #7BC99F
RGB
CMYK
RGB Variations
Color information
#7BC99F (or 0x7BC99F) is known color: Padua. HEX triplet: 7B, C9 and 9F. RGB value is (123,201,159). Sum of RGB (Red+Green+Blue) = 123+201+159=483 (63% of max value = 765). Red value is 123 (48.44% from 255 or 25.47% from 483); Green value is 201 (78.91% from 255 or 41.61% from 483); Blue value is 159 (62.5% from 255 or 32.92% from 483); Max value from RGB is 201 - color contains mainly: green. Hex color #7BC99F is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7BC99F is #843660. Grayscale: #ACACAC. Windows color (decimal): -8664673 or 10471803. OLE color: 10471803.
HSL color Cylindrical-coordinate representation of color #7BC99F: hue angle of 147.69º 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 #7BC99F is Cyan = 0.39, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 123 | 201 | 159 | - |
| CMYK | 0.39 | 0 | 0.21 | 0.21 |
| HSL | 147.69º | 0.42% | 0.64% | - |
| HSV(B) | 147.69º | 0.39% | 0.79% | - |
| XYZ | 35.31 | 48.49 | 40.3 | - |
| YUV | 172.89 | 120.16 | 92.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 201 | 159 | 0.39 | 0 | 0.21 | 0.21 | 147.69 | 0.42 | 0.64 |
| Hex | 7B | C9 | 9F | 27 | 0 | 15 | 15 | 94 | 2A | 40 |
| Octal | 173 | 311 | 237 | 47 | 0 | 25 | 25 | 224 | 52 | 100 |
| Binary | 1111011 | 11001001 | 10011111 | 100111 | 0 | 10101 | 10101 | 10010100 | 101010 | 1000000 |
Color Harmonies of #7BC99F
Complementary color
Monochromatic Colors of #7BC99F
Black with #7BC99F
Text Example
Text Example
White with #7BC99F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7BC99F; }
p { color: rgb(123,201,159); }
H1.HeaderClassName
{
color: #7BC99F;
}
.AnyTagClassName
{
color: #7BC99F;
}
</style>
background-color css
<style>
a { background-color: #7BC99F; }
a { background-color: rgb(123,201,159); }
div.DivClassName
{
background-color: #7BC99F;
}
.BgClassName
{
background-color: #7BC99F;
}
</style>
border-color css
<style>
span { border-color: #7BC99F; }
span { border-color: rgb(123,201,159); }
td.TdClassName
{
border-color: #7BC99F;
}
.TagClassName
{
border-color: #7BC99F;
}
</style>