Shades of Padua #7FAB92
Tints of Padua #7FAB92
RGB
CMYK
RGB Variations
Color information
#7FAB92 (or 0x7FAB92) is known color: Padua. HEX triplet: 7F, AB and 92. RGB value is (127,171,146). Sum of RGB (Red+Green+Blue) = 127+171+146=444 (58% of max value = 765). Red value is 127 (50% from 255 or 28.60% from 444); Green value is 171 (67.19% from 255 or 38.51% from 444); Blue value is 146 (57.42% from 255 or 32.88% from 444); Max value from RGB is 171 - color contains mainly: green. Hex color #7FAB92 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7FAB92 is #80546D. Grayscale: #9B9B9B. Windows color (decimal): -8410222 or 9612159. OLE color: 9612159.
HSL color Cylindrical-coordinate representation of color #7FAB92: hue angle of 145.91º degrees, saturation: 0.21, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #7FAB92 is Cyan = 0.26, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 127 | 171 | 146 | - |
| CMYK | 0.26 | 0 | 0.15 | 0.33 |
| HSL | 145.91º | 0.21% | 0.58% | - |
| HSV(B) | 145.91º | 0.26% | 0.67% | - |
| XYZ | 28.5 | 35.71 | 32.59 | - |
| YUV | 154.99 | 122.92 | 108.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 171 | 146 | 0.26 | 0 | 0.15 | 0.33 | 145.91 | 0.21 | 0.58 |
| Hex | 7F | AB | 92 | 1A | 0 | F | 21 | 92 | 15 | 3A |
| Octal | 177 | 253 | 222 | 32 | 0 | 17 | 41 | 222 | 25 | 72 |
| Binary | 1111111 | 10101011 | 10010010 | 11010 | 0 | 1111 | 100001 | 10010010 | 10101 | 111010 |
Color Harmonies of #7FAB92
Complementary color
Monochromatic Colors of #7FAB92
Black with #7FAB92
Text Example
Text Example
White with #7FAB92
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7FAB92; }
p { color: rgb(127,171,146); }
H1.HeaderClassName
{
color: #7FAB92;
}
.AnyTagClassName
{
color: #7FAB92;
}
</style>
background-color css
<style>
a { background-color: #7FAB92; }
a { background-color: rgb(127,171,146); }
div.DivClassName
{
background-color: #7FAB92;
}
.BgClassName
{
background-color: #7FAB92;
}
</style>
border-color css
<style>
span { border-color: #7FAB92; }
span { border-color: rgb(127,171,146); }
td.TdClassName
{
border-color: #7FAB92;
}
.TagClassName
{
border-color: #7FAB92;
}
</style>