Shades of Patina #659C80
Tints of Patina #659C80
RGB
CMYK
RGB Variations
Color information
#659C80 (or 0x659C80) is known color: Patina. HEX triplet: 65, 9C and 80. RGB value is (101,156,128). Sum of RGB (Red+Green+Blue) = 101+156+128=385 (50% of max value = 765). Red value is 101 (39.84% from 255 or 26.23% from 385); Green value is 156 (61.33% from 255 or 40.52% from 385); Blue value is 128 (50.39% from 255 or 33.25% from 385); Max value from RGB is 156 - color contains mainly: green. Hex color #659C80 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #659C80 is #9A637F. Grayscale: #888888. Windows color (decimal): -10118016 or 8428645. OLE color: 8428645.
HSL color Cylindrical-coordinate representation of color #659C80: hue angle of 149.45º degrees, saturation: 0.22, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #659C80 is Cyan = 0.35, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 101 | 156 | 128 | - |
| CMYK | 0.35 | 0 | 0.18 | 0.39 |
| HSL | 149.45º | 0.22% | 0.5% | - |
| HSV(B) | 149.45º | 0.35% | 0.61% | - |
| XYZ | 21.15 | 28.1 | 24.73 | - |
| YUV | 136.36 | 123.28 | 102.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 156 | 128 | 0.35 | 0 | 0.18 | 0.39 | 149.45 | 0.22 | 0.5 |
| Hex | 65 | 9C | 80 | 23 | 0 | 12 | 27 | 95 | 16 | 32 |
| Octal | 145 | 234 | 200 | 43 | 0 | 22 | 47 | 225 | 26 | 62 |
| Binary | 1100101 | 10011100 | 10000000 | 100011 | 0 | 10010 | 100111 | 10010101 | 10110 | 110010 |
Color Harmonies of #659C80
Complementary color
Monochromatic Colors of #659C80
Black with #659C80
Text Example
Text Example
White with #659C80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #659C80; }
p { color: rgb(101,156,128); }
H1.HeaderClassName
{
color: #659C80;
}
.AnyTagClassName
{
color: #659C80;
}
</style>
background-color css
<style>
a { background-color: #659C80; }
a { background-color: rgb(101,156,128); }
div.DivClassName
{
background-color: #659C80;
}
.BgClassName
{
background-color: #659C80;
}
</style>
border-color css
<style>
span { border-color: #659C80; }
span { border-color: rgb(101,156,128); }
td.TdClassName
{
border-color: #659C80;
}
.TagClassName
{
border-color: #659C80;
}
</style>