Shades of Patina #609C7C
Tints of Patina #609C7C
RGB
CMYK
RGB Variations
Color information
#609C7C (or 0x609C7C) is known color: Patina. HEX triplet: 60, 9C and 7C. RGB value is (96,156,124). Sum of RGB (Red+Green+Blue) = 96+156+124=376 (49% of max value = 765). Red value is 96 (37.89% from 255 or 25.53% from 376); Green value is 156 (61.33% from 255 or 41.49% from 376); Blue value is 124 (48.83% from 255 or 32.98% from 376); Max value from RGB is 156 - color contains mainly: green. Hex color #609C7C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #609C7C is #9F6383. Grayscale: #868686. Windows color (decimal): -10445700 or 8166496. OLE color: 8166496.
HSL color Cylindrical-coordinate representation of color #609C7C: hue angle of 148º 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 #609C7C is Cyan = 0.38, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 96 | 156 | 124 | - |
| CMYK | 0.38 | 0 | 0.21 | 0.39 |
| HSL | 148º | 0.24% | 0.49% | - |
| HSV(B) | 148º | 0.38% | 0.61% | - |
| XYZ | 20.35 | 27.72 | 23.35 | - |
| YUV | 134.41 | 122.12 | 100.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 156 | 124 | 0.38 | 0 | 0.21 | 0.39 | 148 | 0.24 | 0.49 |
| Hex | 60 | 9C | 7C | 26 | 0 | 15 | 27 | 94 | 18 | 31 |
| Octal | 140 | 234 | 174 | 46 | 0 | 25 | 47 | 224 | 30 | 61 |
| Binary | 1100000 | 10011100 | 1111100 | 100110 | 0 | 10101 | 100111 | 10010100 | 11000 | 110001 |
Color Harmonies of #609C7C
Complementary color
Monochromatic Colors of #609C7C
Black with #609C7C
Text Example
Text Example
White with #609C7C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #609C7C; }
p { color: rgb(96,156,124); }
H1.HeaderClassName
{
color: #609C7C;
}
.AnyTagClassName
{
color: #609C7C;
}
</style>
background-color css
<style>
a { background-color: #609C7C; }
a { background-color: rgb(96,156,124); }
div.DivClassName
{
background-color: #609C7C;
}
.BgClassName
{
background-color: #609C7C;
}
</style>
border-color css
<style>
span { border-color: #609C7C; }
span { border-color: rgb(96,156,124); }
td.TdClassName
{
border-color: #609C7C;
}
.TagClassName
{
border-color: #609C7C;
}
</style>