Shades of Patina #609C7D
Tints of Patina #609C7D
RGB
CMYK
RGB Variations
Color information
#609C7D (or 0x609C7D) is known color: Patina. HEX triplet: 60, 9C and 7D. RGB value is (96,156,125). Sum of RGB (Red+Green+Blue) = 96+156+125=377 (49% of max value = 765). Red value is 96 (37.89% from 255 or 25.46% from 377); Green value is 156 (61.33% from 255 or 41.38% from 377); Blue value is 125 (49.22% from 255 or 33.16% from 377); Max value from RGB is 156 - color contains mainly: green. Hex color #609C7D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #609C7D is #9F6382. Grayscale: #868686. Windows color (decimal): -10445699 or 8232032. OLE color: 8232032.
HSL color Cylindrical-coordinate representation of color #609C7D: hue angle of 149º 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 #609C7D is Cyan = 0.38, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 96 | 156 | 125 | - |
| CMYK | 0.38 | 0 | 0.20 | 0.39 |
| HSL | 149º | 0.24% | 0.49% | - |
| HSV(B) | 149º | 0.38% | 0.61% | - |
| XYZ | 20.41 | 27.74 | 23.68 | - |
| YUV | 134.53 | 122.62 | 100.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 156 | 125 | 0.38 | 0 | 0.20 | 0.39 | 149 | 0.24 | 0.49 |
| Hex | 60 | 9C | 7D | 26 | 0 | 14 | 27 | 95 | 18 | 31 |
| Octal | 140 | 234 | 175 | 46 | 0 | 24 | 47 | 225 | 30 | 61 |
| Binary | 1100000 | 10011100 | 1111101 | 100110 | 0 | 10100 | 100111 | 10010101 | 11000 | 110001 |
Color Harmonies of #609C7D
Complementary color
Monochromatic Colors of #609C7D
Black with #609C7D
Text Example
Text Example
White with #609C7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #609C7D; }
p { color: rgb(96,156,125); }
H1.HeaderClassName
{
color: #609C7D;
}
.AnyTagClassName
{
color: #609C7D;
}
</style>
background-color css
<style>
a { background-color: #609C7D; }
a { background-color: rgb(96,156,125); }
div.DivClassName
{
background-color: #609C7D;
}
.BgClassName
{
background-color: #609C7D;
}
</style>
border-color css
<style>
span { border-color: #609C7D; }
span { border-color: rgb(96,156,125); }
td.TdClassName
{
border-color: #609C7D;
}
.TagClassName
{
border-color: #609C7D;
}
</style>