Shades of Padua #7BC69C
Tints of Padua #7BC69C
RGB
CMYK
RGB Variations
Color information
#7BC69C (or 0x7BC69C) is known color: Padua. HEX triplet: 7B, C6 and 9C. RGB value is (123,198,156). Sum of RGB (Red+Green+Blue) = 123+198+156=477 (63% of max value = 765). Red value is 123 (48.44% from 255 or 25.79% from 477); Green value is 198 (77.73% from 255 or 41.51% from 477); Blue value is 156 (61.33% from 255 or 32.70% from 477); Max value from RGB is 198 - color contains mainly: green. Hex color #7BC69C is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7BC69C is #843963. Grayscale: #AAAAAA. Windows color (decimal): -8665444 or 10274427. OLE color: 10274427.
HSL color Cylindrical-coordinate representation of color #7BC69C: hue angle of 146.4º 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 #7BC69C is Cyan = 0.38, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 123 | 198 | 156 | - |
| CMYK | 0.38 | 0 | 0.21 | 0.22 |
| HSL | 146.4º | 0.4% | 0.63% | - |
| HSV(B) | 146.4º | 0.38% | 0.78% | - |
| XYZ | 34.36 | 47 | 38.71 | - |
| YUV | 170.79 | 119.65 | 93.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 198 | 156 | 0.38 | 0 | 0.21 | 0.22 | 146.4 | 0.4 | 0.63 |
| Hex | 7B | C6 | 9C | 26 | 0 | 15 | 16 | 92 | 28 | 3F |
| Octal | 173 | 306 | 234 | 46 | 0 | 25 | 26 | 222 | 50 | 77 |
| Binary | 1111011 | 11000110 | 10011100 | 100110 | 0 | 10101 | 10110 | 10010010 | 101000 | 111111 |
Color Harmonies of #7BC69C
Complementary color
Monochromatic Colors of #7BC69C
Black with #7BC69C
Text Example
Text Example
White with #7BC69C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7BC69C; }
p { color: rgb(123,198,156); }
H1.HeaderClassName
{
color: #7BC69C;
}
.AnyTagClassName
{
color: #7BC69C;
}
</style>
background-color css
<style>
a { background-color: #7BC69C; }
a { background-color: rgb(123,198,156); }
div.DivClassName
{
background-color: #7BC69C;
}
.BgClassName
{
background-color: #7BC69C;
}
</style>
border-color css
<style>
span { border-color: #7BC69C; }
span { border-color: rgb(123,198,156); }
td.TdClassName
{
border-color: #7BC69C;
}
.TagClassName
{
border-color: #7BC69C;
}
</style>