Shades of Padua #7CB397
Tints of Padua #7CB397
RGB
CMYK
RGB Variations
Color information
#7CB397 (or 0x7CB397) is known color: Padua. HEX triplet: 7C, B3 and 97. RGB value is (124,179,151). Sum of RGB (Red+Green+Blue) = 124+179+151=454 (60% of max value = 765). Red value is 124 (48.83% from 255 or 27.31% from 454); Green value is 179 (70.31% from 255 or 39.43% from 454); Blue value is 151 (59.38% from 255 or 33.26% from 454); Max value from RGB is 179 - color contains mainly: green. Hex color #7CB397 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7CB397 is #834C68. Grayscale: #9F9F9F. Windows color (decimal): -8604777 or 9941884. OLE color: 9941884.
HSL color Cylindrical-coordinate representation of color #7CB397: hue angle of 149.45º degrees, saturation: 0.27, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #7CB397 is Cyan = 0.31, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 124 | 179 | 151 | - |
| CMYK | 0.31 | 0 | 0.16 | 0.30 |
| HSL | 149.45º | 0.27% | 0.59% | - |
| HSV(B) | 149.45º | 0.31% | 0.7% | - |
| XYZ | 30.02 | 38.76 | 35.18 | - |
| YUV | 159.36 | 123.28 | 102.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 179 | 151 | 0.31 | 0 | 0.16 | 0.30 | 149.45 | 0.27 | 0.59 |
| Hex | 7C | B3 | 97 | 1F | 0 | 10 | 1E | 95 | 1B | 3B |
| Octal | 174 | 263 | 227 | 37 | 0 | 20 | 36 | 225 | 33 | 73 |
| Binary | 1111100 | 10110011 | 10010111 | 11111 | 0 | 10000 | 11110 | 10010101 | 11011 | 111011 |
Color Harmonies of #7CB397
Complementary color
Monochromatic Colors of #7CB397
Black with #7CB397
Text Example
Text Example
White with #7CB397
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7CB397; }
p { color: rgb(124,179,151); }
H1.HeaderClassName
{
color: #7CB397;
}
.AnyTagClassName
{
color: #7CB397;
}
</style>
background-color css
<style>
a { background-color: #7CB397; }
a { background-color: rgb(124,179,151); }
div.DivClassName
{
background-color: #7CB397;
}
.BgClassName
{
background-color: #7CB397;
}
</style>
border-color css
<style>
span { border-color: #7CB397; }
span { border-color: rgb(124,179,151); }
td.TdClassName
{
border-color: #7CB397;
}
.TagClassName
{
border-color: #7CB397;
}
</style>