Shades of Padua #7CBB9A
Tints of Padua #7CBB9A
RGB
CMYK
RGB Variations
Color information
#7CBB9A (or 0x7CBB9A) is known color: Padua. HEX triplet: 7C, BB and 9A. RGB value is (124,187,154). Sum of RGB (Red+Green+Blue) = 124+187+154=465 (61% of max value = 765). Red value is 124 (48.83% from 255 or 26.67% from 465); Green value is 187 (73.44% from 255 or 40.22% from 465); Blue value is 154 (60.55% from 255 or 33.12% from 465); Max value from RGB is 187 - color contains mainly: green. Hex color #7CBB9A is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7CBB9A is #834465. Grayscale: #A4A4A4. Windows color (decimal): -8602726 or 10140540. OLE color: 10140540.
HSL color Cylindrical-coordinate representation of color #7CBB9A: hue angle of 148.57º degrees, saturation: 0.32, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #7CBB9A is Cyan = 0.34, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 124 | 187 | 154 | - |
| CMYK | 0.34 | 0 | 0.18 | 0.27 |
| HSL | 148.57º | 0.32% | 0.61% | - |
| HSV(B) | 148.57º | 0.34% | 0.73% | - |
| XYZ | 31.92 | 42.16 | 37.03 | - |
| YUV | 164.4 | 122.13 | 99.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 187 | 154 | 0.34 | 0 | 0.18 | 0.27 | 148.57 | 0.32 | 0.61 |
| Hex | 7C | BB | 9A | 22 | 0 | 12 | 1B | 95 | 20 | 3D |
| Octal | 174 | 273 | 232 | 42 | 0 | 22 | 33 | 225 | 40 | 75 |
| Binary | 1111100 | 10111011 | 10011010 | 100010 | 0 | 10010 | 11011 | 10010101 | 100000 | 111101 |
Color Harmonies of #7CBB9A
Complementary color
Monochromatic Colors of #7CBB9A
Black with #7CBB9A
Text Example
Text Example
White with #7CBB9A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7CBB9A; }
p { color: rgb(124,187,154); }
H1.HeaderClassName
{
color: #7CBB9A;
}
.AnyTagClassName
{
color: #7CBB9A;
}
</style>
background-color css
<style>
a { background-color: #7CBB9A; }
a { background-color: rgb(124,187,154); }
div.DivClassName
{
background-color: #7CBB9A;
}
.BgClassName
{
background-color: #7CBB9A;
}
</style>
border-color css
<style>
span { border-color: #7CBB9A; }
span { border-color: rgb(124,187,154); }
td.TdClassName
{
border-color: #7CBB9A;
}
.TagClassName
{
border-color: #7CBB9A;
}
</style>