Shades of Padua #7BB397
Tints of Padua #7BB397
RGB
CMYK
RGB Variations
Color information
#7BB397 (or 0x7BB397) is known color: Padua. HEX triplet: 7B, B3 and 97. RGB value is (123,179,151). Sum of RGB (Red+Green+Blue) = 123+179+151=453 (60% of max value = 765). Red value is 123 (48.44% from 255 or 27.15% from 453); Green value is 179 (70.31% from 255 or 39.51% from 453); Blue value is 151 (59.38% from 255 or 33.33% from 453); Max value from RGB is 179 - color contains mainly: green. Hex color #7BB397 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7BB397 is #844C68. Grayscale: #9F9F9F. Windows color (decimal): -8670313 or 9941883. OLE color: 9941883.
HSL color Cylindrical-coordinate representation of color #7BB397: hue angle of 150º 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 #7BB397 is Cyan = 0.31, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 123 | 179 | 151 | - |
| CMYK | 0.31 | 0 | 0.16 | 0.30 |
| HSL | 150º | 0.27% | 0.59% | - |
| HSV(B) | 150º | 0.31% | 0.7% | - |
| XYZ | 29.87 | 38.69 | 35.17 | - |
| YUV | 159.06 | 123.45 | 102.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 179 | 151 | 0.31 | 0 | 0.16 | 0.30 | 150 | 0.27 | 0.59 |
| Hex | 7B | B3 | 97 | 1F | 0 | 10 | 1E | 96 | 1B | 3B |
| Octal | 173 | 263 | 227 | 37 | 0 | 20 | 36 | 226 | 33 | 73 |
| Binary | 1111011 | 10110011 | 10010111 | 11111 | 0 | 10000 | 11110 | 10010110 | 11011 | 111011 |
Color Harmonies of #7BB397
Complementary color
Monochromatic Colors of #7BB397
Black with #7BB397
Text Example
Text Example
White with #7BB397
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7BB397; }
p { color: rgb(123,179,151); }
H1.HeaderClassName
{
color: #7BB397;
}
.AnyTagClassName
{
color: #7BB397;
}
</style>
background-color css
<style>
a { background-color: #7BB397; }
a { background-color: rgb(123,179,151); }
div.DivClassName
{
background-color: #7BB397;
}
.BgClassName
{
background-color: #7BB397;
}
</style>
border-color css
<style>
span { border-color: #7BB397; }
span { border-color: rgb(123,179,151); }
td.TdClassName
{
border-color: #7BB397;
}
.TagClassName
{
border-color: #7BB397;
}
</style>