Shades of Patina #608E7E
Tints of Patina #608E7E
RGB
CMYK
RGB Variations
Color information
#608E7E (or 0x608E7E) is known color: Patina. HEX triplet: 60, 8E and 7E. RGB value is (96,142,126). Sum of RGB (Red+Green+Blue) = 96+142+126=364 (48% of max value = 765). Red value is 96 (37.89% from 255 or 26.37% from 364); Green value is 142 (55.86% from 255 or 39.01% from 364); Blue value is 126 (49.61% from 255 or 34.62% from 364); Max value from RGB is 142 - color contains mainly: green. Hex color #608E7E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #608E7E is #9F7181. Grayscale: #7E7E7E. Windows color (decimal): -10449282 or 8293984. OLE color: 8293984.
HSL color Cylindrical-coordinate representation of color #608E7E: hue angle of 159.13º degrees, saturation: 0.19, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #608E7E is Cyan = 0.32, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 96 | 142 | 126 | - |
| CMYK | 0.32 | 0 | 0.11 | 0.44 |
| HSL | 159.13º | 0.19% | 0.47% | - |
| HSV(B) | 159.13º | 0.32% | 0.56% | - |
| XYZ | 18.26 | 23.34 | 23.28 | - |
| YUV | 126.42 | 127.76 | 106.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 142 | 126 | 0.32 | 0 | 0.11 | 0.44 | 159.13 | 0.19 | 0.47 |
| Hex | 60 | 8E | 7E | 20 | 0 | B | 2C | 9F | 13 | 2F |
| Octal | 140 | 216 | 176 | 40 | 0 | 13 | 54 | 237 | 23 | 57 |
| Binary | 1100000 | 10001110 | 1111110 | 100000 | 0 | 1011 | 101100 | 10011111 | 10011 | 101111 |
Color Harmonies of #608E7E
Complementary color
Monochromatic Colors of #608E7E
Black with #608E7E
Text Example
Text Example
White with #608E7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #608E7E; }
p { color: rgb(96,142,126); }
H1.HeaderClassName
{
color: #608E7E;
}
.AnyTagClassName
{
color: #608E7E;
}
</style>
background-color css
<style>
a { background-color: #608E7E; }
a { background-color: rgb(96,142,126); }
div.DivClassName
{
background-color: #608E7E;
}
.BgClassName
{
background-color: #608E7E;
}
</style>
border-color css
<style>
span { border-color: #608E7E; }
span { border-color: rgb(96,142,126); }
td.TdClassName
{
border-color: #608E7E;
}
.TagClassName
{
border-color: #608E7E;
}
</style>