Shades of Padua #7BC795
Tints of Padua #7BC795
RGB
CMYK
RGB Variations
Color information
#7BC795 (or 0x7BC795) is known color: Padua. HEX triplet: 7B, C7 and 95. RGB value is (123,199,149). Sum of RGB (Red+Green+Blue) = 123+199+149=471 (62% of max value = 765). Red value is 123 (48.44% from 255 or 26.11% from 471); Green value is 199 (78.12% from 255 or 42.25% from 471); Blue value is 149 (58.59% from 255 or 31.63% from 471); Max value from RGB is 199 - color contains mainly: green. Hex color #7BC795 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7BC795 is #84386A. Grayscale: #AAAAAA. Windows color (decimal): -8665195 or 9815931. OLE color: 9815931.
HSL color Cylindrical-coordinate representation of color #7BC795: hue angle of 140.53º degrees, saturation: 0.4, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #7BC795 is Cyan = 0.38, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 123 | 199 | 149 | - |
| CMYK | 0.38 | 0 | 0.25 | 0.22 |
| HSL | 140.53º | 0.4% | 0.63% | - |
| HSV(B) | 140.53º | 0.38% | 0.78% | - |
| XYZ | 34.02 | 47.23 | 35.76 | - |
| YUV | 170.58 | 115.82 | 94.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 199 | 149 | 0.38 | 0 | 0.25 | 0.22 | 140.53 | 0.4 | 0.63 |
| Hex | 7B | C7 | 95 | 26 | 0 | 19 | 16 | 8D | 28 | 3F |
| Octal | 173 | 307 | 225 | 46 | 0 | 31 | 26 | 215 | 50 | 77 |
| Binary | 1111011 | 11000111 | 10010101 | 100110 | 0 | 11001 | 10110 | 10001101 | 101000 | 111111 |
Color Harmonies of #7BC795
Complementary color
Monochromatic Colors of #7BC795
Black with #7BC795
Text Example
Text Example
White with #7BC795
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7BC795; }
p { color: rgb(123,199,149); }
H1.HeaderClassName
{
color: #7BC795;
}
.AnyTagClassName
{
color: #7BC795;
}
</style>
background-color css
<style>
a { background-color: #7BC795; }
a { background-color: rgb(123,199,149); }
div.DivClassName
{
background-color: #7BC795;
}
.BgClassName
{
background-color: #7BC795;
}
</style>
border-color css
<style>
span { border-color: #7BC795; }
span { border-color: rgb(123,199,149); }
td.TdClassName
{
border-color: #7BC795;
}
.TagClassName
{
border-color: #7BC795;
}
</style>