Shades of Padua #7FAC96
Tints of Padua #7FAC96
RGB
CMYK
RGB Variations
Color information
#7FAC96 (or 0x7FAC96) is known color: Padua. HEX triplet: 7F, AC and 96. RGB value is (127,172,150). Sum of RGB (Red+Green+Blue) = 127+172+150=449 (59% of max value = 765). Red value is 127 (50% from 255 or 28.29% from 449); Green value is 172 (67.58% from 255 or 38.31% from 449); Blue value is 150 (58.98% from 255 or 33.41% from 449); Max value from RGB is 172 - color contains mainly: green. Hex color #7FAC96 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7FAC96 is #805369. Grayscale: #9C9C9C. Windows color (decimal): -8409962 or 9874559. OLE color: 9874559.
HSL color Cylindrical-coordinate representation of color #7FAC96: hue angle of 150.67º degrees, saturation: 0.21, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #7FAC96 is Cyan = 0.26, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 127 | 172 | 150 | - |
| CMYK | 0.26 | 0 | 0.13 | 0.33 |
| HSL | 150.67º | 0.21% | 0.59% | - |
| HSV(B) | 150.67º | 0.26% | 0.67% | - |
| XYZ | 29.01 | 36.22 | 34.32 | - |
| YUV | 156.04 | 124.59 | 107.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 172 | 150 | 0.26 | 0 | 0.13 | 0.33 | 150.67 | 0.21 | 0.59 |
| Hex | 7F | AC | 96 | 1A | 0 | D | 21 | 97 | 15 | 3B |
| Octal | 177 | 254 | 226 | 32 | 0 | 15 | 41 | 227 | 25 | 73 |
| Binary | 1111111 | 10101100 | 10010110 | 11010 | 0 | 1101 | 100001 | 10010111 | 10101 | 111011 |
Color Harmonies of #7FAC96
Complementary color
Monochromatic Colors of #7FAC96
Black with #7FAC96
Text Example
Text Example
White with #7FAC96
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7FAC96; }
p { color: rgb(127,172,150); }
H1.HeaderClassName
{
color: #7FAC96;
}
.AnyTagClassName
{
color: #7FAC96;
}
</style>
background-color css
<style>
a { background-color: #7FAC96; }
a { background-color: rgb(127,172,150); }
div.DivClassName
{
background-color: #7FAC96;
}
.BgClassName
{
background-color: #7FAC96;
}
</style>
border-color css
<style>
span { border-color: #7FAC96; }
span { border-color: rgb(127,172,150); }
td.TdClassName
{
border-color: #7FAC96;
}
.TagClassName
{
border-color: #7FAC96;
}
</style>