Shades of Padua #7CB99D
Tints of Padua #7CB99D
RGB
CMYK
RGB Variations
Color information
#7CB99D (or 0x7CB99D) is known color: Padua. HEX triplet: 7C, B9 and 9D. RGB value is (124,185,157). Sum of RGB (Red+Green+Blue) = 124+185+157=466 (61% of max value = 765). Red value is 124 (48.83% from 255 or 26.61% from 466); Green value is 185 (72.66% from 255 or 39.70% from 466); Blue value is 157 (61.72% from 255 or 33.69% from 466); Max value from RGB is 185 - color contains mainly: green. Hex color #7CB99D is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7CB99D is #834662. Grayscale: #A3A3A3. Windows color (decimal): -8603235 or 10336636. OLE color: 10336636.
HSL color Cylindrical-coordinate representation of color #7CB99D: hue angle of 152.46º degrees, saturation: 0.3, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #7CB99D is Cyan = 0.33, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 124 | 185 | 157 | - |
| CMYK | 0.33 | 0 | 0.15 | 0.27 |
| HSL | 152.46º | 0.3% | 0.61% | - |
| HSV(B) | 152.46º | 0.33% | 0.73% | - |
| XYZ | 31.75 | 41.42 | 38.22 | - |
| YUV | 163.57 | 124.29 | 99.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 185 | 157 | 0.33 | 0 | 0.15 | 0.27 | 152.46 | 0.3 | 0.61 |
| Hex | 7C | B9 | 9D | 21 | 0 | F | 1B | 98 | 1E | 3D |
| Octal | 174 | 271 | 235 | 41 | 0 | 17 | 33 | 230 | 36 | 75 |
| Binary | 1111100 | 10111001 | 10011101 | 100001 | 0 | 1111 | 11011 | 10011000 | 11110 | 111101 |
Color Harmonies of #7CB99D
Complementary color
Monochromatic Colors of #7CB99D
Black with #7CB99D
Text Example
Text Example
White with #7CB99D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7CB99D; }
p { color: rgb(124,185,157); }
H1.HeaderClassName
{
color: #7CB99D;
}
.AnyTagClassName
{
color: #7CB99D;
}
</style>
background-color css
<style>
a { background-color: #7CB99D; }
a { background-color: rgb(124,185,157); }
div.DivClassName
{
background-color: #7CB99D;
}
.BgClassName
{
background-color: #7CB99D;
}
</style>
border-color css
<style>
span { border-color: #7CB99D; }
span { border-color: rgb(124,185,157); }
td.TdClassName
{
border-color: #7CB99D;
}
.TagClassName
{
border-color: #7CB99D;
}
</style>