Shades of Padua #7CB293
Tints of Padua #7CB293
RGB
CMYK
RGB Variations
Color information
#7CB293 (or 0x7CB293) is known color: Padua. HEX triplet: 7C, B2 and 93. RGB value is (124,178,147). Sum of RGB (Red+Green+Blue) = 124+178+147=449 (59% of max value = 765). Red value is 124 (48.83% from 255 or 27.62% from 449); Green value is 178 (69.92% from 255 or 39.64% from 449); Blue value is 147 (57.81% from 255 or 32.74% from 449); Max value from RGB is 178 - color contains mainly: green. Hex color #7CB293 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7CB293 is #834D6C. Grayscale: #9E9E9E. Windows color (decimal): -8605037 or 9679484. OLE color: 9679484.
HSL color Cylindrical-coordinate representation of color #7CB293: hue angle of 145.56º degrees, saturation: 0.26, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #7CB293 is Cyan = 0.30, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 124 | 178 | 147 | - |
| CMYK | 0.30 | 0 | 0.17 | 0.30 |
| HSL | 145.56º | 0.26% | 0.59% | - |
| HSV(B) | 145.56º | 0.3% | 0.7% | - |
| XYZ | 29.5 | 38.23 | 33.43 | - |
| YUV | 158.32 | 121.61 | 103.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 178 | 147 | 0.30 | 0 | 0.17 | 0.30 | 145.56 | 0.26 | 0.59 |
| Hex | 7C | B2 | 93 | 1E | 0 | 11 | 1E | 92 | 1A | 3B |
| Octal | 174 | 262 | 223 | 36 | 0 | 21 | 36 | 222 | 32 | 73 |
| Binary | 1111100 | 10110010 | 10010011 | 11110 | 0 | 10001 | 11110 | 10010010 | 11010 | 111011 |
Color Harmonies of #7CB293
Complementary color
Monochromatic Colors of #7CB293
Black with #7CB293
Text Example
Text Example
White with #7CB293
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7CB293; }
p { color: rgb(124,178,147); }
H1.HeaderClassName
{
color: #7CB293;
}
.AnyTagClassName
{
color: #7CB293;
}
</style>
background-color css
<style>
a { background-color: #7CB293; }
a { background-color: rgb(124,178,147); }
div.DivClassName
{
background-color: #7CB293;
}
.BgClassName
{
background-color: #7CB293;
}
</style>
border-color css
<style>
span { border-color: #7CB293; }
span { border-color: rgb(124,178,147); }
td.TdClassName
{
border-color: #7CB293;
}
.TagClassName
{
border-color: #7CB293;
}
</style>