Shades of Padua #84A794
Tints of Padua #84A794
RGB
CMYK
RGB Variations
Color information
#84A794 (or 0x84A794) is known color: Padua. HEX triplet: 84, A7 and 94. RGB value is (132,167,148). Sum of RGB (Red+Green+Blue) = 132+167+148=447 (59% of max value = 765). Red value is 132 (51.95% from 255 or 29.53% from 447); Green value is 167 (65.62% from 255 or 37.36% from 447); Blue value is 148 (58.20% from 255 or 33.11% from 447); Max value from RGB is 167 - color contains mainly: green. Hex color #84A794 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #84A794 is #7B586B. Grayscale: #9A9A9A. Windows color (decimal): -8083564 or 9742212. OLE color: 9742212.
HSL color Cylindrical-coordinate representation of color #84A794: hue angle of 147.43º degrees, saturation: 0.17, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #84A794 is Cyan = 0.21, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 132 | 167 | 148 | - |
| CMYK | 0.21 | 0 | 0.11 | 0.35 |
| HSL | 147.43º | 0.17% | 0.59% | - |
| HSV(B) | 147.43º | 0.21% | 0.65% | - |
| XYZ | 28.68 | 34.68 | 33.2 | - |
| YUV | 154.37 | 124.4 | 112.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 167 | 148 | 0.21 | 0 | 0.11 | 0.35 | 147.43 | 0.17 | 0.59 |
| Hex | 84 | A7 | 94 | 15 | 0 | B | 23 | 93 | 11 | 3B |
| Octal | 204 | 247 | 224 | 25 | 0 | 13 | 43 | 223 | 21 | 73 |
| Binary | 10000100 | 10100111 | 10010100 | 10101 | 0 | 1011 | 100011 | 10010011 | 10001 | 111011 |
Color Harmonies of #84A794
Complementary color
Monochromatic Colors of #84A794
Black with #84A794
Text Example
Text Example
White with #84A794
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84A794; }
p { color: rgb(132,167,148); }
H1.HeaderClassName
{
color: #84A794;
}
.AnyTagClassName
{
color: #84A794;
}
</style>
background-color css
<style>
a { background-color: #84A794; }
a { background-color: rgb(132,167,148); }
div.DivClassName
{
background-color: #84A794;
}
.BgClassName
{
background-color: #84A794;
}
</style>
border-color css
<style>
span { border-color: #84A794; }
span { border-color: rgb(132,167,148); }
td.TdClassName
{
border-color: #84A794;
}
.TagClassName
{
border-color: #84A794;
}
</style>