Shades of Padua #85B69C
Tints of Padua #85B69C
RGB
CMYK
RGB Variations
Color information
#85B69C (or 0x85B69C) is known color: Padua. HEX triplet: 85, B6 and 9C. RGB value is (133,182,156). Sum of RGB (Red+Green+Blue) = 133+182+156=471 (62% of max value = 765). Red value is 133 (52.34% from 255 or 28.24% from 471); Green value is 182 (71.48% from 255 or 38.64% from 471); Blue value is 156 (61.33% from 255 or 33.12% from 471); Max value from RGB is 182 - color contains mainly: green. Hex color #85B69C is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #85B69C is #7A4963. Grayscale: #A4A4A4. Windows color (decimal): -8014180 or 10270341. OLE color: 10270341.
HSL color Cylindrical-coordinate representation of color #85B69C: hue angle of 148.16º degrees, saturation: 0.25, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #85B69C is Cyan = 0.27, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 133 | 182 | 156 | - |
| CMYK | 0.27 | 0 | 0.14 | 0.29 |
| HSL | 148.16º | 0.25% | 0.62% | - |
| HSV(B) | 148.16º | 0.27% | 0.71% | - |
| XYZ | 32.4 | 40.84 | 37.63 | - |
| YUV | 164.39 | 123.27 | 105.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 182 | 156 | 0.27 | 0 | 0.14 | 0.29 | 148.16 | 0.25 | 0.62 |
| Hex | 85 | B6 | 9C | 1B | 0 | E | 1D | 94 | 19 | 3E |
| Octal | 205 | 266 | 234 | 33 | 0 | 16 | 35 | 224 | 31 | 76 |
| Binary | 10000101 | 10110110 | 10011100 | 11011 | 0 | 1110 | 11101 | 10010100 | 11001 | 111110 |
Color Harmonies of #85B69C
Complementary color
Monochromatic Colors of #85B69C
Black with #85B69C
Text Example
Text Example
White with #85B69C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85B69C; }
p { color: rgb(133,182,156); }
H1.HeaderClassName
{
color: #85B69C;
}
.AnyTagClassName
{
color: #85B69C;
}
</style>
background-color css
<style>
a { background-color: #85B69C; }
a { background-color: rgb(133,182,156); }
div.DivClassName
{
background-color: #85B69C;
}
.BgClassName
{
background-color: #85B69C;
}
</style>
border-color css
<style>
span { border-color: #85B69C; }
span { border-color: rgb(133,182,156); }
td.TdClassName
{
border-color: #85B69C;
}
.TagClassName
{
border-color: #85B69C;
}
</style>