Shades of Patina #659D83
Tints of Patina #659D83
RGB
CMYK
RGB Variations
Color information
#659D83 (or 0x659D83) is known color: Patina. HEX triplet: 65, 9D and 83. RGB value is (101,157,131). Sum of RGB (Red+Green+Blue) = 101+157+131=389 (51% of max value = 765). Red value is 101 (39.84% from 255 or 25.96% from 389); Green value is 157 (61.72% from 255 or 40.36% from 389); Blue value is 131 (51.56% from 255 or 33.68% from 389); Max value from RGB is 157 - color contains mainly: green. Hex color #659D83 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #659D83 is #9A627C. Grayscale: #898989. Windows color (decimal): -10117757 or 8625509. OLE color: 8625509.
HSL color Cylindrical-coordinate representation of color #659D83: hue angle of 152.14º degrees, saturation: 0.22, 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 #659D83 is Cyan = 0.36, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 101 | 157 | 131 | - |
| CMYK | 0.36 | 0 | 0.17 | 0.38 |
| HSL | 152.14º | 0.22% | 0.51% | - |
| HSV(B) | 152.14º | 0.36% | 0.62% | - |
| XYZ | 21.52 | 28.52 | 25.84 | - |
| YUV | 137.29 | 124.45 | 102.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 157 | 131 | 0.36 | 0 | 0.17 | 0.38 | 152.14 | 0.22 | 0.51 |
| Hex | 65 | 9D | 83 | 24 | 0 | 11 | 26 | 98 | 16 | 33 |
| Octal | 145 | 235 | 203 | 44 | 0 | 21 | 46 | 230 | 26 | 63 |
| Binary | 1100101 | 10011101 | 10000011 | 100100 | 0 | 10001 | 100110 | 10011000 | 10110 | 110011 |
Color Harmonies of #659D83
Complementary color
Monochromatic Colors of #659D83
Black with #659D83
Text Example
Text Example
White with #659D83
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #659D83; }
p { color: rgb(101,157,131); }
H1.HeaderClassName
{
color: #659D83;
}
.AnyTagClassName
{
color: #659D83;
}
</style>
background-color css
<style>
a { background-color: #659D83; }
a { background-color: rgb(101,157,131); }
div.DivClassName
{
background-color: #659D83;
}
.BgClassName
{
background-color: #659D83;
}
</style>
border-color css
<style>
span { border-color: #659D83; }
span { border-color: rgb(101,157,131); }
td.TdClassName
{
border-color: #659D83;
}
.TagClassName
{
border-color: #659D83;
}
</style>