Shades of Patina #608E7F
Tints of Patina #608E7F
RGB
CMYK
RGB Variations
Color information
#608E7F (or 0x608E7F) is known color: Patina. HEX triplet: 60, 8E and 7F. RGB value is (96,142,127). Sum of RGB (Red+Green+Blue) = 96+142+127=365 (48% of max value = 765). Red value is 96 (37.89% from 255 or 26.30% from 365); Green value is 142 (55.86% from 255 or 38.90% from 365); Blue value is 127 (50% from 255 or 34.79% from 365); Max value from RGB is 142 - color contains mainly: green. Hex color #608E7F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #608E7F is #9F7180. Grayscale: #7E7E7E. Windows color (decimal): -10449281 or 8359520. OLE color: 8359520.
HSL color Cylindrical-coordinate representation of color #608E7F: hue angle of 160.43º 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 #608E7F is Cyan = 0.32, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 96 | 142 | 127 | - |
| CMYK | 0.32 | 0 | 0.11 | 0.44 |
| HSL | 160.43º | 0.19% | 0.47% | - |
| HSV(B) | 160.43º | 0.32% | 0.56% | - |
| XYZ | 18.33 | 23.37 | 23.62 | - |
| YUV | 126.54 | 128.26 | 106.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 142 | 127 | 0.32 | 0 | 0.11 | 0.44 | 160.43 | 0.19 | 0.47 |
| Hex | 60 | 8E | 7F | 20 | 0 | B | 2C | A0 | 13 | 2F |
| Octal | 140 | 216 | 177 | 40 | 0 | 13 | 54 | 240 | 23 | 57 |
| Binary | 1100000 | 10001110 | 1111111 | 100000 | 0 | 1011 | 101100 | 10100000 | 10011 | 101111 |
Color Harmonies of #608E7F
Complementary color
Monochromatic Colors of #608E7F
Black with #608E7F
Text Example
Text Example
White with #608E7F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #608E7F; }
p { color: rgb(96,142,127); }
H1.HeaderClassName
{
color: #608E7F;
}
.AnyTagClassName
{
color: #608E7F;
}
</style>
background-color css
<style>
a { background-color: #608E7F; }
a { background-color: rgb(96,142,127); }
div.DivClassName
{
background-color: #608E7F;
}
.BgClassName
{
background-color: #608E7F;
}
</style>
border-color css
<style>
span { border-color: #608E7F; }
span { border-color: rgb(96,142,127); }
td.TdClassName
{
border-color: #608E7F;
}
.TagClassName
{
border-color: #608E7F;
}
</style>