Shades of Padua #7CB89F
Tints of Padua #7CB89F
RGB
CMYK
RGB Variations
Color information
#7CB89F (or 0x7CB89F) is known color: Padua. HEX triplet: 7C, B8 and 9F. RGB value is (124,184,159). Sum of RGB (Red+Green+Blue) = 124+184+159=467 (61% of max value = 765). Red value is 124 (48.83% from 255 or 26.55% from 467); Green value is 184 (72.27% from 255 or 39.40% from 467); Blue value is 159 (62.5% from 255 or 34.05% from 467); Max value from RGB is 184 - color contains mainly: green. Hex color #7CB89F is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7CB89F is #834760. Grayscale: #A3A3A3. Windows color (decimal): -8603489 or 10467452. OLE color: 10467452.
HSL color Cylindrical-coordinate representation of color #7CB89F: hue angle of 155º 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 #7CB89F is Cyan = 0.33, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 124 | 184 | 159 | - |
| CMYK | 0.33 | 0 | 0.14 | 0.28 |
| HSL | 155º | 0.3% | 0.6% | - |
| HSV(B) | 155º | 0.33% | 0.72% | - |
| XYZ | 31.71 | 41.07 | 39.06 | - |
| YUV | 163.21 | 125.62 | 100.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 184 | 159 | 0.33 | 0 | 0.14 | 0.28 | 155 | 0.3 | 0.6 |
| Hex | 7C | B8 | 9F | 21 | 0 | E | 1C | 9B | 1E | 3C |
| Octal | 174 | 270 | 237 | 41 | 0 | 16 | 34 | 233 | 36 | 74 |
| Binary | 1111100 | 10111000 | 10011111 | 100001 | 0 | 1110 | 11100 | 10011011 | 11110 | 111100 |
Color Harmonies of #7CB89F
Complementary color
Monochromatic Colors of #7CB89F
Black with #7CB89F
Text Example
Text Example
White with #7CB89F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7CB89F; }
p { color: rgb(124,184,159); }
H1.HeaderClassName
{
color: #7CB89F;
}
.AnyTagClassName
{
color: #7CB89F;
}
</style>
background-color css
<style>
a { background-color: #7CB89F; }
a { background-color: rgb(124,184,159); }
div.DivClassName
{
background-color: #7CB89F;
}
.BgClassName
{
background-color: #7CB89F;
}
</style>
border-color css
<style>
span { border-color: #7CB89F; }
span { border-color: rgb(124,184,159); }
td.TdClassName
{
border-color: #7CB89F;
}
.TagClassName
{
border-color: #7CB89F;
}
</style>