Shades of Padua #7BC69B
Tints of Padua #7BC69B
RGB
CMYK
RGB Variations
Color information
#7BC69B (or 0x7BC69B) is known color: Padua. HEX triplet: 7B, C6 and 9B. RGB value is (123,198,155). Sum of RGB (Red+Green+Blue) = 123+198+155=476 (63% of max value = 765). Red value is 123 (48.44% from 255 or 25.84% from 476); Green value is 198 (77.73% from 255 or 41.60% from 476); Blue value is 155 (60.94% from 255 or 32.56% from 476); Max value from RGB is 198 - color contains mainly: green. Hex color #7BC69B is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7BC69B is #843964. Grayscale: #AAAAAA. Windows color (decimal): -8665445 or 10208891. OLE color: 10208891.
HSL color Cylindrical-coordinate representation of color #7BC69B: hue angle of 145.6º 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 #7BC69B is Cyan = 0.38, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 123 | 198 | 155 | - |
| CMYK | 0.38 | 0 | 0.22 | 0.22 |
| HSL | 145.6º | 0.4% | 0.63% | - |
| HSV(B) | 145.6º | 0.38% | 0.78% | - |
| XYZ | 34.28 | 46.97 | 38.27 | - |
| YUV | 170.67 | 119.15 | 94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 198 | 155 | 0.38 | 0 | 0.22 | 0.22 | 145.6 | 0.4 | 0.63 |
| Hex | 7B | C6 | 9B | 26 | 0 | 16 | 16 | 92 | 28 | 3F |
| Octal | 173 | 306 | 233 | 46 | 0 | 26 | 26 | 222 | 50 | 77 |
| Binary | 1111011 | 11000110 | 10011011 | 100110 | 0 | 10110 | 10110 | 10010010 | 101000 | 111111 |
Color Harmonies of #7BC69B
Complementary color
Monochromatic Colors of #7BC69B
Black with #7BC69B
Text Example
Text Example
White with #7BC69B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7BC69B; }
p { color: rgb(123,198,155); }
H1.HeaderClassName
{
color: #7BC69B;
}
.AnyTagClassName
{
color: #7BC69B;
}
</style>
background-color css
<style>
a { background-color: #7BC69B; }
a { background-color: rgb(123,198,155); }
div.DivClassName
{
background-color: #7BC69B;
}
.BgClassName
{
background-color: #7BC69B;
}
</style>
border-color css
<style>
span { border-color: #7BC69B; }
span { border-color: rgb(123,198,155); }
td.TdClassName
{
border-color: #7BC69B;
}
.TagClassName
{
border-color: #7BC69B;
}
</style>