Shades of Patina #61978E
Tints of Patina #61978E
RGB
CMYK
RGB Variations
Color information
#61978E (or 0x61978E) is known color: Patina. HEX triplet: 61, 97 and 8E. RGB value is (97,151,142). Sum of RGB (Red+Green+Blue) = 97+151+142=390 (51% of max value = 765). Red value is 97 (38.28% from 255 or 24.87% from 390); Green value is 151 (59.38% from 255 or 38.72% from 390); Blue value is 142 (55.86% from 255 or 36.41% from 390); Max value from RGB is 151 - color contains mainly: green. Hex color #61978E is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #61978E is #9E6871. Grayscale: #858585. Windows color (decimal): -10381426 or 9344865. OLE color: 9344865.
HSL color Cylindrical-coordinate representation of color #61978E: hue angle of 170º degrees, saturation: 0.22, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #61978E is Cyan = 0.36, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 97 | 151 | 142 | - |
| CMYK | 0.36 | 0 | 0.06 | 0.41 |
| HSL | 170º | 0.22% | 0.49% | - |
| HSV(B) | 170º | 0.36% | 0.59% | - |
| XYZ | 20.88 | 26.63 | 29.63 | - |
| YUV | 133.83 | 132.61 | 101.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 151 | 142 | 0.36 | 0 | 0.06 | 0.41 | 170 | 0.22 | 0.49 |
| Hex | 61 | 97 | 8E | 24 | 0 | 6 | 29 | AA | 16 | 31 |
| Octal | 141 | 227 | 216 | 44 | 0 | 6 | 51 | 252 | 26 | 61 |
| Binary | 1100001 | 10010111 | 10001110 | 100100 | 0 | 110 | 101001 | 10101010 | 10110 | 110001 |
Color Harmonies of #61978E
Complementary color
Monochromatic Colors of #61978E
Black with #61978E
Text Example
Text Example
White with #61978E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #61978E; }
p { color: rgb(97,151,142); }
H1.HeaderClassName
{
color: #61978E;
}
.AnyTagClassName
{
color: #61978E;
}
</style>
background-color css
<style>
a { background-color: #61978E; }
a { background-color: rgb(97,151,142); }
div.DivClassName
{
background-color: #61978E;
}
.BgClassName
{
background-color: #61978E;
}
</style>
border-color css
<style>
span { border-color: #61978E; }
span { border-color: rgb(97,151,142); }
td.TdClassName
{
border-color: #61978E;
}
.TagClassName
{
border-color: #61978E;
}
</style>