Shades of Padua #7CC69E
Tints of Padua #7CC69E
RGB
CMYK
RGB Variations
Color information
#7CC69E (or 0x7CC69E) is known color: Padua. HEX triplet: 7C, C6 and 9E. RGB value is (124,198,158). Sum of RGB (Red+Green+Blue) = 124+198+158=480 (63% of max value = 765). Red value is 124 (48.83% from 255 or 25.83% from 480); Green value is 198 (77.73% from 255 or 41.25% from 480); Blue value is 158 (62.11% from 255 or 32.92% from 480); Max value from RGB is 198 - color contains mainly: green. Hex color #7CC69E is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7CC69E is #833961. Grayscale: #ABABAB. Windows color (decimal): -8599906 or 10405500. OLE color: 10405500.
HSL color Cylindrical-coordinate representation of color #7CC69E: hue angle of 147.57º degrees, saturation: 0.39, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #7CC69E is Cyan = 0.37, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 124 | 198 | 158 | - |
| CMYK | 0.37 | 0 | 0.20 | 0.22 |
| HSL | 147.57º | 0.39% | 0.63% | - |
| HSV(B) | 147.57º | 0.37% | 0.78% | - |
| XYZ | 34.68 | 47.14 | 39.62 | - |
| YUV | 171.31 | 120.48 | 94.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 198 | 158 | 0.37 | 0 | 0.20 | 0.22 | 147.57 | 0.39 | 0.63 |
| Hex | 7C | C6 | 9E | 25 | 0 | 14 | 16 | 94 | 27 | 3F |
| Octal | 174 | 306 | 236 | 45 | 0 | 24 | 26 | 224 | 47 | 77 |
| Binary | 1111100 | 11000110 | 10011110 | 100101 | 0 | 10100 | 10110 | 10010100 | 100111 | 111111 |
Color Harmonies of #7CC69E
Complementary color
Monochromatic Colors of #7CC69E
Black with #7CC69E
Text Example
Text Example
White with #7CC69E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7CC69E; }
p { color: rgb(124,198,158); }
H1.HeaderClassName
{
color: #7CC69E;
}
.AnyTagClassName
{
color: #7CC69E;
}
</style>
background-color css
<style>
a { background-color: #7CC69E; }
a { background-color: rgb(124,198,158); }
div.DivClassName
{
background-color: #7CC69E;
}
.BgClassName
{
background-color: #7CC69E;
}
</style>
border-color css
<style>
span { border-color: #7CC69E; }
span { border-color: rgb(124,198,158); }
td.TdClassName
{
border-color: #7CC69E;
}
.TagClassName
{
border-color: #7CC69E;
}
</style>