Shades of Patina #608D83
Tints of Patina #608D83
RGB
CMYK
RGB Variations
Color information
#608D83 (or 0x608D83) is known color: Patina. HEX triplet: 60, 8D and 83. RGB value is (96,141,131). Sum of RGB (Red+Green+Blue) = 96+141+131=368 (48% of max value = 765). Red value is 96 (37.89% from 255 or 26.09% from 368); Green value is 141 (55.47% from 255 or 38.32% from 368); Blue value is 131 (51.56% from 255 or 35.60% from 368); Max value from RGB is 141 - color contains mainly: green. Hex color #608D83 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #608D83 is #9F727C. Grayscale: #7E7E7E. Windows color (decimal): -10449533 or 8621408. OLE color: 8621408.
HSL color Cylindrical-coordinate representation of color #608D83: hue angle of 166.67º degrees, saturation: 0.19, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #608D83 is Cyan = 0.32, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 96 | 141 | 131 | - |
| CMYK | 0.32 | 0 | 0.07 | 0.45 |
| HSL | 166.67º | 0.19% | 0.46% | - |
| HSV(B) | 166.67º | 0.32% | 0.55% | - |
| XYZ | 18.45 | 23.18 | 24.97 | - |
| YUV | 126.41 | 130.59 | 106.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 141 | 131 | 0.32 | 0 | 0.07 | 0.45 | 166.67 | 0.19 | 0.46 |
| Hex | 60 | 8D | 83 | 20 | 0 | 7 | 2D | A7 | 13 | 2E |
| Octal | 140 | 215 | 203 | 40 | 0 | 7 | 55 | 247 | 23 | 56 |
| Binary | 1100000 | 10001101 | 10000011 | 100000 | 0 | 111 | 101101 | 10100111 | 10011 | 101110 |
Color Harmonies of #608D83
Complementary color
Monochromatic Colors of #608D83
Black with #608D83
Text Example
Text Example
White with #608D83
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #608D83; }
p { color: rgb(96,141,131); }
H1.HeaderClassName
{
color: #608D83;
}
.AnyTagClassName
{
color: #608D83;
}
</style>
background-color css
<style>
a { background-color: #608D83; }
a { background-color: rgb(96,141,131); }
div.DivClassName
{
background-color: #608D83;
}
.BgClassName
{
background-color: #608D83;
}
</style>
border-color css
<style>
span { border-color: #608D83; }
span { border-color: rgb(96,141,131); }
td.TdClassName
{
border-color: #608D83;
}
.TagClassName
{
border-color: #608D83;
}
</style>