Shades of Padua #7CB491
Tints of Padua #7CB491
RGB
CMYK
RGB Variations
Color information
#7CB491 (or 0x7CB491) is known color: Padua. HEX triplet: 7C, B4 and 91. RGB value is (124,180,145). Sum of RGB (Red+Green+Blue) = 124+180+145=449 (59% of max value = 765). Red value is 124 (48.83% from 255 or 27.62% from 449); Green value is 180 (70.70% from 255 or 40.09% from 449); Blue value is 145 (57.03% from 255 or 32.29% from 449); Max value from RGB is 180 - color contains mainly: green. Hex color #7CB491 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7CB491 is #834B6E. Grayscale: #9F9F9F. Windows color (decimal): -8604527 or 9548924. OLE color: 9548924.
HSL color Cylindrical-coordinate representation of color #7CB491: hue angle of 142.5º degrees, saturation: 0.27, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #7CB491 is Cyan = 0.31, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 124 | 180 | 145 | - |
| CMYK | 0.31 | 0 | 0.19 | 0.29 |
| HSL | 142.5º | 0.27% | 0.6% | - |
| HSV(B) | 142.5º | 0.31% | 0.71% | - |
| XYZ | 29.74 | 38.97 | 32.74 | - |
| YUV | 159.27 | 119.95 | 102.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 180 | 145 | 0.31 | 0 | 0.19 | 0.29 | 142.5 | 0.27 | 0.6 |
| Hex | 7C | B4 | 91 | 1F | 0 | 13 | 1D | 8E | 1B | 3C |
| Octal | 174 | 264 | 221 | 37 | 0 | 23 | 35 | 216 | 33 | 74 |
| Binary | 1111100 | 10110100 | 10010001 | 11111 | 0 | 10011 | 11101 | 10001110 | 11011 | 111100 |
Color Harmonies of #7CB491
Complementary color
Monochromatic Colors of #7CB491
Black with #7CB491
Text Example
Text Example
White with #7CB491
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7CB491; }
p { color: rgb(124,180,145); }
H1.HeaderClassName
{
color: #7CB491;
}
.AnyTagClassName
{
color: #7CB491;
}
</style>
background-color css
<style>
a { background-color: #7CB491; }
a { background-color: rgb(124,180,145); }
div.DivClassName
{
background-color: #7CB491;
}
.BgClassName
{
background-color: #7CB491;
}
</style>
border-color css
<style>
span { border-color: #7CB491; }
span { border-color: rgb(124,180,145); }
td.TdClassName
{
border-color: #7CB491;
}
.TagClassName
{
border-color: #7CB491;
}
</style>