Shades of Padua #7CBD93
Tints of Padua #7CBD93
RGB
CMYK
RGB Variations
Color information
#7CBD93 (or 0x7CBD93) is known color: Padua. HEX triplet: 7C, BD and 93. RGB value is (124,189,147). Sum of RGB (Red+Green+Blue) = 124+189+147=460 (60% of max value = 765). Red value is 124 (48.83% from 255 or 26.96% from 460); Green value is 189 (74.22% from 255 or 41.09% from 460); Blue value is 147 (57.81% from 255 or 31.96% from 460); Max value from RGB is 189 - color contains mainly: green. Hex color #7CBD93 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7CBD93 is #83426C. Grayscale: #A4A4A4. Windows color (decimal): -8602221 or 9682300. OLE color: 9682300.
HSL color Cylindrical-coordinate representation of color #7CBD93: hue angle of 141.23º degrees, saturation: 0.33, 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 #7CBD93 is Cyan = 0.34, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 124 | 189 | 147 | - |
| CMYK | 0.34 | 0 | 0.22 | 0.26 |
| HSL | 141.23º | 0.33% | 0.61% | - |
| HSV(B) | 141.23º | 0.34% | 0.74% | - |
| XYZ | 31.78 | 42.79 | 34.19 | - |
| YUV | 164.78 | 117.97 | 98.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 189 | 147 | 0.34 | 0 | 0.22 | 0.26 | 141.23 | 0.33 | 0.61 |
| Hex | 7C | BD | 93 | 22 | 0 | 16 | 1A | 8D | 21 | 3D |
| Octal | 174 | 275 | 223 | 42 | 0 | 26 | 32 | 215 | 41 | 75 |
| Binary | 1111100 | 10111101 | 10010011 | 100010 | 0 | 10110 | 11010 | 10001101 | 100001 | 111101 |
Color Harmonies of #7CBD93
Complementary color
Monochromatic Colors of #7CBD93
Black with #7CBD93
Text Example
Text Example
White with #7CBD93
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7CBD93; }
p { color: rgb(124,189,147); }
H1.HeaderClassName
{
color: #7CBD93;
}
.AnyTagClassName
{
color: #7CBD93;
}
</style>
background-color css
<style>
a { background-color: #7CBD93; }
a { background-color: rgb(124,189,147); }
div.DivClassName
{
background-color: #7CBD93;
}
.BgClassName
{
background-color: #7CBD93;
}
</style>
border-color css
<style>
span { border-color: #7CBD93; }
span { border-color: rgb(124,189,147); }
td.TdClassName
{
border-color: #7CBD93;
}
.TagClassName
{
border-color: #7CBD93;
}
</style>