Shades of Padua #7CBD98
Tints of Padua #7CBD98
RGB
CMYK
RGB Variations
Color information
#7CBD98 (or 0x7CBD98) is known color: Padua. HEX triplet: 7C, BD and 98. RGB value is (124,189,152). Sum of RGB (Red+Green+Blue) = 124+189+152=465 (61% of max value = 765). Red value is 124 (48.83% from 255 or 26.67% from 465); Green value is 189 (74.22% from 255 or 40.65% from 465); Blue value is 152 (59.77% from 255 or 32.69% from 465); Max value from RGB is 189 - color contains mainly: green. Hex color #7CBD98 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7CBD98 is #834267. Grayscale: #A5A5A5. Windows color (decimal): -8602216 or 10009980. OLE color: 10009980.
HSL color Cylindrical-coordinate representation of color #7CBD98: hue angle of 145.85º 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 #7CBD98 is Cyan = 0.34, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 124 | 189 | 152 | - |
| CMYK | 0.34 | 0 | 0.20 | 0.26 |
| HSL | 145.85º | 0.33% | 0.61% | - |
| HSV(B) | 145.85º | 0.34% | 0.74% | - |
| XYZ | 32.18 | 42.95 | 36.3 | - |
| YUV | 165.35 | 120.47 | 98.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 189 | 152 | 0.34 | 0 | 0.20 | 0.26 | 145.85 | 0.33 | 0.61 |
| Hex | 7C | BD | 98 | 22 | 0 | 14 | 1A | 92 | 21 | 3D |
| Octal | 174 | 275 | 230 | 42 | 0 | 24 | 32 | 222 | 41 | 75 |
| Binary | 1111100 | 10111101 | 10011000 | 100010 | 0 | 10100 | 11010 | 10010010 | 100001 | 111101 |
Color Harmonies of #7CBD98
Complementary color
Monochromatic Colors of #7CBD98
Black with #7CBD98
Text Example
Text Example
White with #7CBD98
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7CBD98; }
p { color: rgb(124,189,152); }
H1.HeaderClassName
{
color: #7CBD98;
}
.AnyTagClassName
{
color: #7CBD98;
}
</style>
background-color css
<style>
a { background-color: #7CBD98; }
a { background-color: rgb(124,189,152); }
div.DivClassName
{
background-color: #7CBD98;
}
.BgClassName
{
background-color: #7CBD98;
}
</style>
border-color css
<style>
span { border-color: #7CBD98; }
span { border-color: rgb(124,189,152); }
td.TdClassName
{
border-color: #7CBD98;
}
.TagClassName
{
border-color: #7CBD98;
}
</style>