Shades of Padua #7CC097
Tints of Padua #7CC097
RGB
CMYK
RGB Variations
Color information
#7CC097 (or 0x7CC097) is known color: Padua. HEX triplet: 7C, C0 and 97. RGB value is (124,192,151). Sum of RGB (Red+Green+Blue) = 124+192+151=467 (61% of max value = 765). Red value is 124 (48.83% from 255 or 26.55% from 467); Green value is 192 (75.39% from 255 or 41.11% from 467); Blue value is 151 (59.38% from 255 or 32.33% from 467); Max value from RGB is 192 - color contains mainly: green. Hex color #7CC097 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7CC097 is #833F68. Grayscale: #A7A7A7. Windows color (decimal): -8601449 or 9945212. OLE color: 9945212.
HSL color Cylindrical-coordinate representation of color #7CC097: hue angle of 143.82º degrees, saturation: 0.35, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #7CC097 is Cyan = 0.35, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 124 | 192 | 151 | - |
| CMYK | 0.35 | 0 | 0.21 | 0.25 |
| HSL | 143.82º | 0.35% | 0.62% | - |
| HSV(B) | 143.82º | 0.35% | 0.75% | - |
| XYZ | 32.75 | 44.22 | 36.09 | - |
| YUV | 166.99 | 118.97 | 97.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 192 | 151 | 0.35 | 0 | 0.21 | 0.25 | 143.82 | 0.35 | 0.62 |
| Hex | 7C | C0 | 97 | 23 | 0 | 15 | 19 | 90 | 23 | 3E |
| Octal | 174 | 300 | 227 | 43 | 0 | 25 | 31 | 220 | 43 | 76 |
| Binary | 1111100 | 11000000 | 10010111 | 100011 | 0 | 10101 | 11001 | 10010000 | 100011 | 111110 |
Color Harmonies of #7CC097
Complementary color
Monochromatic Colors of #7CC097
Black with #7CC097
Text Example
Text Example
White with #7CC097
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7CC097; }
p { color: rgb(124,192,151); }
H1.HeaderClassName
{
color: #7CC097;
}
.AnyTagClassName
{
color: #7CC097;
}
</style>
background-color css
<style>
a { background-color: #7CC097; }
a { background-color: rgb(124,192,151); }
div.DivClassName
{
background-color: #7CC097;
}
.BgClassName
{
background-color: #7CC097;
}
</style>
border-color css
<style>
span { border-color: #7CC097; }
span { border-color: rgb(124,192,151); }
td.TdClassName
{
border-color: #7CC097;
}
.TagClassName
{
border-color: #7CC097;
}
</style>