Shades of Patina #608B83
Tints of Patina #608B83
RGB
CMYK
RGB Variations
Color information
#608B83 (or 0x608B83) is known color: Patina. HEX triplet: 60, 8B and 83. RGB value is (96,139,131). Sum of RGB (Red+Green+Blue) = 96+139+131=366 (48% of max value = 765). Red value is 96 (37.89% from 255 or 26.23% from 366); Green value is 139 (54.69% from 255 or 37.98% from 366); Blue value is 131 (51.56% from 255 or 35.79% from 366); Max value from RGB is 139 - color contains mainly: green. Hex color #608B83 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #608B83 is #9F747C. Grayscale: #7D7D7D. Windows color (decimal): -10450045 or 8620896. OLE color: 8620896.
HSL color Cylindrical-coordinate representation of color #608B83: hue angle of 168.84º degrees, saturation: 0.18, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #608B83 is Cyan = 0.31, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 96 | 139 | 131 | - |
| CMYK | 0.31 | 0 | 0.06 | 0.45 |
| HSL | 168.84º | 0.18% | 0.46% | - |
| HSV(B) | 168.84º | 0.31% | 0.55% | - |
| XYZ | 18.15 | 22.59 | 24.88 | - |
| YUV | 125.23 | 131.25 | 107.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 139 | 131 | 0.31 | 0 | 0.06 | 0.45 | 168.84 | 0.18 | 0.46 |
| Hex | 60 | 8B | 83 | 1F | 0 | 6 | 2D | A9 | 12 | 2E |
| Octal | 140 | 213 | 203 | 37 | 0 | 6 | 55 | 251 | 22 | 56 |
| Binary | 1100000 | 10001011 | 10000011 | 11111 | 0 | 110 | 101101 | 10101001 | 10010 | 101110 |
Color Harmonies of #608B83
Complementary color
Monochromatic Colors of #608B83
Black with #608B83
Text Example
Text Example
White with #608B83
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #608B83; }
p { color: rgb(96,139,131); }
H1.HeaderClassName
{
color: #608B83;
}
.AnyTagClassName
{
color: #608B83;
}
</style>
background-color css
<style>
a { background-color: #608B83; }
a { background-color: rgb(96,139,131); }
div.DivClassName
{
background-color: #608B83;
}
.BgClassName
{
background-color: #608B83;
}
</style>
border-color css
<style>
span { border-color: #608B83; }
span { border-color: rgb(96,139,131); }
td.TdClassName
{
border-color: #608B83;
}
.TagClassName
{
border-color: #608B83;
}
</style>