Shades of Padua #7CB99C
Tints of Padua #7CB99C
RGB
CMYK
RGB Variations
Color information
#7CB99C (or 0x7CB99C) is known color: Padua. HEX triplet: 7C, B9 and 9C. RGB value is (124,185,156). Sum of RGB (Red+Green+Blue) = 124+185+156=465 (61% of max value = 765). Red value is 124 (48.83% from 255 or 26.67% from 465); Green value is 185 (72.66% from 255 or 39.78% from 465); Blue value is 156 (61.33% from 255 or 33.55% from 465); Max value from RGB is 185 - color contains mainly: green. Hex color #7CB99C is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7CB99C is #834663. Grayscale: #A3A3A3. Windows color (decimal): -8603236 or 10271100. OLE color: 10271100.
HSL color Cylindrical-coordinate representation of color #7CB99C: hue angle of 151.48º 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 #7CB99C is Cyan = 0.33, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 124 | 185 | 156 | - |
| CMYK | 0.33 | 0 | 0.16 | 0.27 |
| HSL | 151.48º | 0.3% | 0.61% | - |
| HSV(B) | 151.48º | 0.33% | 0.73% | - |
| XYZ | 31.66 | 41.38 | 37.77 | - |
| YUV | 163.46 | 123.79 | 99.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 185 | 156 | 0.33 | 0 | 0.16 | 0.27 | 151.48 | 0.3 | 0.61 |
| Hex | 7C | B9 | 9C | 21 | 0 | 10 | 1B | 97 | 1E | 3D |
| Octal | 174 | 271 | 234 | 41 | 0 | 20 | 33 | 227 | 36 | 75 |
| Binary | 1111100 | 10111001 | 10011100 | 100001 | 0 | 10000 | 11011 | 10010111 | 11110 | 111101 |
Color Harmonies of #7CB99C
Complementary color
Monochromatic Colors of #7CB99C
Black with #7CB99C
Text Example
Text Example
White with #7CB99C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7CB99C; }
p { color: rgb(124,185,156); }
H1.HeaderClassName
{
color: #7CB99C;
}
.AnyTagClassName
{
color: #7CB99C;
}
</style>
background-color css
<style>
a { background-color: #7CB99C; }
a { background-color: rgb(124,185,156); }
div.DivClassName
{
background-color: #7CB99C;
}
.BgClassName
{
background-color: #7CB99C;
}
</style>
border-color css
<style>
span { border-color: #7CB99C; }
span { border-color: rgb(124,185,156); }
td.TdClassName
{
border-color: #7CB99C;
}
.TagClassName
{
border-color: #7CB99C;
}
</style>