Shades of Patina #61988C
Tints of Patina #61988C
RGB
CMYK
RGB Variations
Color information
#61988C (or 0x61988C) is known color: Patina. HEX triplet: 61, 98 and 8C. RGB value is (97,152,140). Sum of RGB (Red+Green+Blue) = 97+152+140=389 (51% of max value = 765). Red value is 97 (38.28% from 255 or 24.94% from 389); Green value is 152 (59.77% from 255 or 39.07% from 389); Blue value is 140 (55.08% from 255 or 35.99% from 389); Max value from RGB is 152 - color contains mainly: green. Hex color #61988C is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #61988C is #9E6773. Grayscale: #868686. Windows color (decimal): -10381172 or 9214049. OLE color: 9214049.
HSL color Cylindrical-coordinate representation of color #61988C: hue angle of 166.91º 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 #61988C is Cyan = 0.36, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 97 | 152 | 140 | - |
| CMYK | 0.36 | 0 | 0.08 | 0.40 |
| HSL | 166.91º | 0.22% | 0.49% | - |
| HSV(B) | 166.91º | 0.36% | 0.6% | - |
| XYZ | 20.89 | 26.89 | 28.9 | - |
| YUV | 134.19 | 131.28 | 101.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 152 | 140 | 0.36 | 0 | 0.08 | 0.40 | 166.91 | 0.22 | 0.49 |
| Hex | 61 | 98 | 8C | 24 | 0 | 8 | 28 | A7 | 16 | 31 |
| Octal | 141 | 230 | 214 | 44 | 0 | 10 | 50 | 247 | 26 | 61 |
| Binary | 1100001 | 10011000 | 10001100 | 100100 | 0 | 1000 | 101000 | 10100111 | 10110 | 110001 |
Color Harmonies of #61988C
Complementary color
Monochromatic Colors of #61988C
Black with #61988C
Text Example
Text Example
White with #61988C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #61988C; }
p { color: rgb(97,152,140); }
H1.HeaderClassName
{
color: #61988C;
}
.AnyTagClassName
{
color: #61988C;
}
</style>
background-color css
<style>
a { background-color: #61988C; }
a { background-color: rgb(97,152,140); }
div.DivClassName
{
background-color: #61988C;
}
.BgClassName
{
background-color: #61988C;
}
</style>
border-color css
<style>
span { border-color: #61988C; }
span { border-color: rgb(97,152,140); }
td.TdClassName
{
border-color: #61988C;
}
.TagClassName
{
border-color: #61988C;
}
</style>