Shades of Padua #7CB89D
Tints of Padua #7CB89D
RGB
CMYK
RGB Variations
Color information
#7CB89D (or 0x7CB89D) is known color: Padua. HEX triplet: 7C, B8 and 9D. RGB value is (124,184,157). Sum of RGB (Red+Green+Blue) = 124+184+157=465 (61% of max value = 765). Red value is 124 (48.83% from 255 or 26.67% from 465); Green value is 184 (72.27% from 255 or 39.57% from 465); Blue value is 157 (61.72% from 255 or 33.76% from 465); Max value from RGB is 184 - color contains mainly: green. Hex color #7CB89D is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7CB89D is #834762. Grayscale: #A3A3A3. Windows color (decimal): -8603491 or 10336380. OLE color: 10336380.
HSL color Cylindrical-coordinate representation of color #7CB89D: hue angle of 153º degrees, saturation: 0.3, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #7CB89D is Cyan = 0.33, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 124 | 184 | 157 | - |
| CMYK | 0.33 | 0 | 0.15 | 0.28 |
| HSL | 153º | 0.3% | 0.6% | - |
| HSV(B) | 153º | 0.33% | 0.72% | - |
| XYZ | 31.54 | 41 | 38.15 | - |
| YUV | 162.98 | 124.62 | 100.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 184 | 157 | 0.33 | 0 | 0.15 | 0.28 | 153 | 0.3 | 0.6 |
| Hex | 7C | B8 | 9D | 21 | 0 | F | 1C | 99 | 1E | 3C |
| Octal | 174 | 270 | 235 | 41 | 0 | 17 | 34 | 231 | 36 | 74 |
| Binary | 1111100 | 10111000 | 10011101 | 100001 | 0 | 1111 | 11100 | 10011001 | 11110 | 111100 |
Color Harmonies of #7CB89D
Complementary color
Monochromatic Colors of #7CB89D
Black with #7CB89D
Text Example
Text Example
White with #7CB89D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7CB89D; }
p { color: rgb(124,184,157); }
H1.HeaderClassName
{
color: #7CB89D;
}
.AnyTagClassName
{
color: #7CB89D;
}
</style>
background-color css
<style>
a { background-color: #7CB89D; }
a { background-color: rgb(124,184,157); }
div.DivClassName
{
background-color: #7CB89D;
}
.BgClassName
{
background-color: #7CB89D;
}
</style>
border-color css
<style>
span { border-color: #7CB89D; }
span { border-color: rgb(124,184,157); }
td.TdClassName
{
border-color: #7CB89D;
}
.TagClassName
{
border-color: #7CB89D;
}
</style>