Shades of Patina #609C8C
Tints of Patina #609C8C
RGB
CMYK
RGB Variations
Color information
#609C8C (or 0x609C8C) is known color: Patina. HEX triplet: 60, 9C and 8C. RGB value is (96,156,140). Sum of RGB (Red+Green+Blue) = 96+156+140=392 (51% of max value = 765). Red value is 96 (37.89% from 255 or 24.49% from 392); Green value is 156 (61.33% from 255 or 39.80% from 392); Blue value is 140 (55.08% from 255 or 35.71% from 392); Max value from RGB is 156 - color contains mainly: green. Hex color #609C8C is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #609C8C is #9F6373. Grayscale: #888888. Windows color (decimal): -10445684 or 9215072. OLE color: 9215072.
HSL color Cylindrical-coordinate representation of color #609C8C: hue angle of 164º degrees, saturation: 0.24, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #609C8C is Cyan = 0.38, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 96 | 156 | 140 | - |
| CMYK | 0.38 | 0 | 0.10 | 0.39 |
| HSL | 164º | 0.24% | 0.49% | - |
| HSV(B) | 164º | 0.38% | 0.61% | - |
| XYZ | 21.45 | 28.16 | 29.12 | - |
| YUV | 136.24 | 130.12 | 99.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 156 | 140 | 0.38 | 0 | 0.10 | 0.39 | 164 | 0.24 | 0.49 |
| Hex | 60 | 9C | 8C | 26 | 0 | A | 27 | A4 | 18 | 31 |
| Octal | 140 | 234 | 214 | 46 | 0 | 12 | 47 | 244 | 30 | 61 |
| Binary | 1100000 | 10011100 | 10001100 | 100110 | 0 | 1010 | 100111 | 10100100 | 11000 | 110001 |
Color Harmonies of #609C8C
Complementary color
Monochromatic Colors of #609C8C
Black with #609C8C
Text Example
Text Example
White with #609C8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #609C8C; }
p { color: rgb(96,156,140); }
H1.HeaderClassName
{
color: #609C8C;
}
.AnyTagClassName
{
color: #609C8C;
}
</style>
background-color css
<style>
a { background-color: #609C8C; }
a { background-color: rgb(96,156,140); }
div.DivClassName
{
background-color: #609C8C;
}
.BgClassName
{
background-color: #609C8C;
}
</style>
border-color css
<style>
span { border-color: #609C8C; }
span { border-color: rgb(96,156,140); }
td.TdClassName
{
border-color: #609C8C;
}
.TagClassName
{
border-color: #609C8C;
}
</style>