Shades of Padua #7CBC9A
Tints of Padua #7CBC9A
RGB
CMYK
RGB Variations
Color information
#7CBC9A (or 0x7CBC9A) is known color: Padua. HEX triplet: 7C, BC and 9A. RGB value is (124,188,154). Sum of RGB (Red+Green+Blue) = 124+188+154=466 (61% of max value = 765). Red value is 124 (48.83% from 255 or 26.61% from 466); Green value is 188 (73.83% from 255 or 40.34% from 466); Blue value is 154 (60.55% from 255 or 33.05% from 466); Max value from RGB is 188 - color contains mainly: green. Hex color #7CBC9A is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7CBC9A is #834365. Grayscale: #A5A5A5. Windows color (decimal): -8602470 or 10140796. OLE color: 10140796.
HSL color Cylindrical-coordinate representation of color #7CBC9A: hue angle of 148.12º degrees, saturation: 0.32, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #7CBC9A is Cyan = 0.34, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 124 | 188 | 154 | - |
| CMYK | 0.34 | 0 | 0.18 | 0.26 |
| HSL | 148.13º | 0.32% | 0.61% | - |
| HSV(B) | 148.13º | 0.34% | 0.74% | - |
| XYZ | 32.13 | 42.58 | 37.1 | - |
| YUV | 164.99 | 121.8 | 98.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 188 | 154 | 0.34 | 0 | 0.18 | 0.26 | 148.13 | 0.32 | 0.61 |
| Hex | 7C | BC | 9A | 22 | 0 | 12 | 1A | 94 | 20 | 3D |
| Octal | 174 | 274 | 232 | 42 | 0 | 22 | 32 | 224 | 40 | 75 |
| Binary | 1111100 | 10111100 | 10011010 | 100010 | 0 | 10010 | 11010 | 10010100 | 100000 | 111101 |
Color Harmonies of #7CBC9A
Complementary color
Monochromatic Colors of #7CBC9A
Black with #7CBC9A
Text Example
Text Example
White with #7CBC9A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7CBC9A; }
p { color: rgb(124,188,154); }
H1.HeaderClassName
{
color: #7CBC9A;
}
.AnyTagClassName
{
color: #7CBC9A;
}
</style>
background-color css
<style>
a { background-color: #7CBC9A; }
a { background-color: rgb(124,188,154); }
div.DivClassName
{
background-color: #7CBC9A;
}
.BgClassName
{
background-color: #7CBC9A;
}
</style>
border-color css
<style>
span { border-color: #7CBC9A; }
span { border-color: rgb(124,188,154); }
td.TdClassName
{
border-color: #7CBC9A;
}
.TagClassName
{
border-color: #7CBC9A;
}
</style>