Shades of Padua #7CB99B
Tints of Padua #7CB99B
RGB
CMYK
RGB Variations
Color information
#7CB99B (or 0x7CB99B) is known color: Padua. HEX triplet: 7C, B9 and 9B. RGB value is (124,185,155). Sum of RGB (Red+Green+Blue) = 124+185+155=464 (61% of max value = 765). Red value is 124 (48.83% from 255 or 26.72% from 464); Green value is 185 (72.66% from 255 or 39.87% from 464); Blue value is 155 (60.94% from 255 or 33.41% from 464); Max value from RGB is 185 - color contains mainly: green. Hex color #7CB99B is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7CB99B is #834664. Grayscale: #A3A3A3. Windows color (decimal): -8603237 or 10205564. OLE color: 10205564.
HSL color Cylindrical-coordinate representation of color #7CB99B: hue angle of 150.49º 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 #7CB99B is Cyan = 0.33, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 124 | 185 | 155 | - |
| CMYK | 0.33 | 0 | 0.16 | 0.27 |
| HSL | 150.49º | 0.3% | 0.61% | - |
| HSV(B) | 150.49º | 0.33% | 0.73% | - |
| XYZ | 31.58 | 41.35 | 37.33 | - |
| YUV | 163.34 | 123.29 | 99.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 185 | 155 | 0.33 | 0 | 0.16 | 0.27 | 150.49 | 0.3 | 0.61 |
| Hex | 7C | B9 | 9B | 21 | 0 | 10 | 1B | 96 | 1E | 3D |
| Octal | 174 | 271 | 233 | 41 | 0 | 20 | 33 | 226 | 36 | 75 |
| Binary | 1111100 | 10111001 | 10011011 | 100001 | 0 | 10000 | 11011 | 10010110 | 11110 | 111101 |
Color Harmonies of #7CB99B
Complementary color
Monochromatic Colors of #7CB99B
Black with #7CB99B
Text Example
Text Example
White with #7CB99B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7CB99B; }
p { color: rgb(124,185,155); }
H1.HeaderClassName
{
color: #7CB99B;
}
.AnyTagClassName
{
color: #7CB99B;
}
</style>
background-color css
<style>
a { background-color: #7CB99B; }
a { background-color: rgb(124,185,155); }
div.DivClassName
{
background-color: #7CB99B;
}
.BgClassName
{
background-color: #7CB99B;
}
</style>
border-color css
<style>
span { border-color: #7CB99B; }
span { border-color: rgb(124,185,155); }
td.TdClassName
{
border-color: #7CB99B;
}
.TagClassName
{
border-color: #7CB99B;
}
</style>