Shades of Patina #659F84
Tints of Patina #659F84
RGB
CMYK
RGB Variations
Color information
#659F84 (or 0x659F84) is known color: Patina. HEX triplet: 65, 9F and 84. RGB value is (101,159,132). Sum of RGB (Red+Green+Blue) = 101+159+132=392 (51% of max value = 765). Red value is 101 (39.84% from 255 or 25.77% from 392); Green value is 159 (62.5% from 255 or 40.56% from 392); Blue value is 132 (51.95% from 255 or 33.67% from 392); Max value from RGB is 159 - color contains mainly: green. Hex color #659F84 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #659F84 is #9A607B. Grayscale: #8A8A8A. Windows color (decimal): -10117244 or 8691557. OLE color: 8691557.
HSL color Cylindrical-coordinate representation of color #659F84: hue angle of 152.07º degrees, saturation: 0.23, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #659F84 is Cyan = 0.36, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 101 | 159 | 132 | - |
| CMYK | 0.36 | 0 | 0.17 | 0.38 |
| HSL | 152.07º | 0.23% | 0.51% | - |
| HSV(B) | 152.07º | 0.36% | 0.62% | - |
| XYZ | 21.93 | 29.23 | 26.32 | - |
| YUV | 138.58 | 124.28 | 101.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 159 | 132 | 0.36 | 0 | 0.17 | 0.38 | 152.07 | 0.23 | 0.51 |
| Hex | 65 | 9F | 84 | 24 | 0 | 11 | 26 | 98 | 17 | 33 |
| Octal | 145 | 237 | 204 | 44 | 0 | 21 | 46 | 230 | 27 | 63 |
| Binary | 1100101 | 10011111 | 10000100 | 100100 | 0 | 10001 | 100110 | 10011000 | 10111 | 110011 |
Color Harmonies of #659F84
Complementary color
Monochromatic Colors of #659F84
Black with #659F84
Text Example
Text Example
White with #659F84
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #659F84; }
p { color: rgb(101,159,132); }
H1.HeaderClassName
{
color: #659F84;
}
.AnyTagClassName
{
color: #659F84;
}
</style>
background-color css
<style>
a { background-color: #659F84; }
a { background-color: rgb(101,159,132); }
div.DivClassName
{
background-color: #659F84;
}
.BgClassName
{
background-color: #659F84;
}
</style>
border-color css
<style>
span { border-color: #659F84; }
span { border-color: rgb(101,159,132); }
td.TdClassName
{
border-color: #659F84;
}
.TagClassName
{
border-color: #659F84;
}
</style>