Shades of Patina #609D8C
Tints of Patina #609D8C
RGB
CMYK
RGB Variations
Color information
#609D8C (or 0x609D8C) is known color: Patina. HEX triplet: 60, 9D and 8C. RGB value is (96,157,140). Sum of RGB (Red+Green+Blue) = 96+157+140=393 (52% of max value = 765). Red value is 96 (37.89% from 255 or 24.43% from 393); Green value is 157 (61.72% from 255 or 39.95% from 393); Blue value is 140 (55.08% from 255 or 35.62% from 393); Max value from RGB is 157 - color contains mainly: green. Hex color #609D8C is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #609D8C is #9F6273. Grayscale: #888888. Windows color (decimal): -10445428 or 9215328. OLE color: 9215328.
HSL color Cylindrical-coordinate representation of color #609D8C: hue angle of 163.28º degrees, saturation: 0.24, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #609D8C is Cyan = 0.39, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 96 | 157 | 140 | - |
| CMYK | 0.39 | 0 | 0.11 | 0.38 |
| HSL | 163.28º | 0.24% | 0.5% | - |
| HSV(B) | 163.28º | 0.39% | 0.62% | - |
| XYZ | 21.61 | 28.49 | 29.17 | - |
| YUV | 136.82 | 129.79 | 98.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 157 | 140 | 0.39 | 0 | 0.11 | 0.38 | 163.28 | 0.24 | 0.5 |
| Hex | 60 | 9D | 8C | 27 | 0 | B | 26 | A3 | 18 | 32 |
| Octal | 140 | 235 | 214 | 47 | 0 | 13 | 46 | 243 | 30 | 62 |
| Binary | 1100000 | 10011101 | 10001100 | 100111 | 0 | 1011 | 100110 | 10100011 | 11000 | 110010 |
Color Harmonies of #609D8C
Complementary color
Monochromatic Colors of #609D8C
Black with #609D8C
Text Example
Text Example
White with #609D8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #609D8C; }
p { color: rgb(96,157,140); }
H1.HeaderClassName
{
color: #609D8C;
}
.AnyTagClassName
{
color: #609D8C;
}
</style>
background-color css
<style>
a { background-color: #609D8C; }
a { background-color: rgb(96,157,140); }
div.DivClassName
{
background-color: #609D8C;
}
.BgClassName
{
background-color: #609D8C;
}
</style>
border-color css
<style>
span { border-color: #609D8C; }
span { border-color: rgb(96,157,140); }
td.TdClassName
{
border-color: #609D8C;
}
.TagClassName
{
border-color: #609D8C;
}
</style>