Shades of Patina #659981
Tints of Patina #659981
RGB
CMYK
RGB Variations
Color information
#659981 (or 0x659981) is known color: Patina. HEX triplet: 65, 99 and 81. RGB value is (101,153,129). Sum of RGB (Red+Green+Blue) = 101+153+129=383 (50% of max value = 765). Red value is 101 (39.84% from 255 or 26.37% from 383); Green value is 153 (60.16% from 255 or 39.95% from 383); Blue value is 129 (50.78% from 255 or 33.68% from 383); Max value from RGB is 153 - color contains mainly: green. Hex color #659981 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #659981 is #9A667E. Grayscale: #868686. Windows color (decimal): -10118783 or 8493413. OLE color: 8493413.
HSL color Cylindrical-coordinate representation of color #659981: hue angle of 152.31º degrees, saturation: 0.2, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #659981 is Cyan = 0.34, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 101 | 153 | 129 | - |
| CMYK | 0.34 | 0 | 0.16 | 0.4 |
| HSL | 152.31º | 0.2% | 0.5% | - |
| HSV(B) | 152.31º | 0.34% | 0.6% | - |
| XYZ | 20.72 | 27.13 | 24.91 | - |
| YUV | 134.72 | 124.77 | 103.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 153 | 129 | 0.34 | 0 | 0.16 | 0.4 | 152.31 | 0.2 | 0.5 |
| Hex | 65 | 99 | 81 | 22 | 0 | 10 | 28 | 98 | 14 | 32 |
| Octal | 145 | 231 | 201 | 42 | 0 | 20 | 50 | 230 | 24 | 62 |
| Binary | 1100101 | 10011001 | 10000001 | 100010 | 0 | 10000 | 101000 | 10011000 | 10100 | 110010 |
Color Harmonies of #659981
Complementary color
Monochromatic Colors of #659981
Black with #659981
Text Example
Text Example
White with #659981
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #659981; }
p { color: rgb(101,153,129); }
H1.HeaderClassName
{
color: #659981;
}
.AnyTagClassName
{
color: #659981;
}
</style>
background-color css
<style>
a { background-color: #659981; }
a { background-color: rgb(101,153,129); }
div.DivClassName
{
background-color: #659981;
}
.BgClassName
{
background-color: #659981;
}
</style>
border-color css
<style>
span { border-color: #659981; }
span { border-color: rgb(101,153,129); }
td.TdClassName
{
border-color: #659981;
}
.TagClassName
{
border-color: #659981;
}
</style>