Shades of Patina #61987C
Tints of Patina #61987C
RGB
CMYK
RGB Variations
Color information
#61987C (or 0x61987C) is known color: Patina. HEX triplet: 61, 98 and 7C. RGB value is (97,152,124). Sum of RGB (Red+Green+Blue) = 97+152+124=373 (49% of max value = 765). Red value is 97 (38.28% from 255 or 26.01% from 373); Green value is 152 (59.77% from 255 or 40.75% from 373); Blue value is 124 (48.83% from 255 or 33.24% from 373); Max value from RGB is 152 - color contains mainly: green. Hex color #61987C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #61987C is #9E6783. Grayscale: #848484. Windows color (decimal): -10381188 or 8165473. OLE color: 8165473.
HSL color Cylindrical-coordinate representation of color #61987C: hue angle of 149.45º degrees, saturation: 0.22, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #61987C is Cyan = 0.36, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 97 | 152 | 124 | - |
| CMYK | 0.36 | 0 | 0.18 | 0.40 |
| HSL | 149.45º | 0.22% | 0.49% | - |
| HSV(B) | 149.45º | 0.36% | 0.6% | - |
| XYZ | 19.8 | 26.45 | 23.13 | - |
| YUV | 132.36 | 123.28 | 102.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 152 | 124 | 0.36 | 0 | 0.18 | 0.40 | 149.45 | 0.22 | 0.49 |
| Hex | 61 | 98 | 7C | 24 | 0 | 12 | 28 | 95 | 16 | 31 |
| Octal | 141 | 230 | 174 | 44 | 0 | 22 | 50 | 225 | 26 | 61 |
| Binary | 1100001 | 10011000 | 1111100 | 100100 | 0 | 10010 | 101000 | 10010101 | 10110 | 110001 |
Color Harmonies of #61987C
Complementary color
Monochromatic Colors of #61987C
Black with #61987C
Text Example
Text Example
White with #61987C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #61987C; }
p { color: rgb(97,152,124); }
H1.HeaderClassName
{
color: #61987C;
}
.AnyTagClassName
{
color: #61987C;
}
</style>
background-color css
<style>
a { background-color: #61987C; }
a { background-color: rgb(97,152,124); }
div.DivClassName
{
background-color: #61987C;
}
.BgClassName
{
background-color: #61987C;
}
</style>
border-color css
<style>
span { border-color: #61987C; }
span { border-color: rgb(97,152,124); }
td.TdClassName
{
border-color: #61987C;
}
.TagClassName
{
border-color: #61987C;
}
</style>