Shades of Patina #5F978E
Tints of Patina #5F978E
RGB
CMYK
RGB Variations
Color information
#5F978E (or 0x5F978E) is known color: Patina. HEX triplet: 5F, 97 and 8E. RGB value is (95,151,142). Sum of RGB (Red+Green+Blue) = 95+151+142=388 (51% of max value = 765). Red value is 95 (37.5% from 255 or 24.48% from 388); Green value is 151 (59.38% from 255 or 38.92% from 388); Blue value is 142 (55.86% from 255 or 36.60% from 388); Max value from RGB is 151 - color contains mainly: green. Hex color #5F978E is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5F978E is #A06871. Grayscale: #858585. Windows color (decimal): -10512498 or 9344863. OLE color: 9344863.
HSL color Cylindrical-coordinate representation of color #5F978E: hue angle of 170.36º degrees, saturation: 0.23, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #5F978E is Cyan = 0.37, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 95 | 151 | 142 | - |
| CMYK | 0.37 | 0 | 0.06 | 0.41 |
| HSL | 170.36º | 0.23% | 0.48% | - |
| HSV(B) | 170.36º | 0.37% | 0.59% | - |
| XYZ | 20.67 | 26.52 | 29.62 | - |
| YUV | 133.23 | 132.95 | 100.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 151 | 142 | 0.37 | 0 | 0.06 | 0.41 | 170.36 | 0.23 | 0.48 |
| Hex | 5F | 97 | 8E | 25 | 0 | 6 | 29 | AA | 17 | 30 |
| Octal | 137 | 227 | 216 | 45 | 0 | 6 | 51 | 252 | 27 | 60 |
| Binary | 1011111 | 10010111 | 10001110 | 100101 | 0 | 110 | 101001 | 10101010 | 10111 | 110000 |
Color Harmonies of #5F978E
Complementary color
Monochromatic Colors of #5F978E
Black with #5F978E
Text Example
Text Example
White with #5F978E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5F978E; }
p { color: rgb(95,151,142); }
H1.HeaderClassName
{
color: #5F978E;
}
.AnyTagClassName
{
color: #5F978E;
}
</style>
background-color css
<style>
a { background-color: #5F978E; }
a { background-color: rgb(95,151,142); }
div.DivClassName
{
background-color: #5F978E;
}
.BgClassName
{
background-color: #5F978E;
}
</style>
border-color css
<style>
span { border-color: #5F978E; }
span { border-color: rgb(95,151,142); }
td.TdClassName
{
border-color: #5F978E;
}
.TagClassName
{
border-color: #5F978E;
}
</style>