Shades of Patina #61988A
Tints of Patina #61988A
RGB
CMYK
RGB Variations
Color information
#61988A (or 0x61988A) is known color: Patina. HEX triplet: 61, 98 and 8A. RGB value is (97,152,138). Sum of RGB (Red+Green+Blue) = 97+152+138=387 (51% of max value = 765). Red value is 97 (38.28% from 255 or 25.06% from 387); Green value is 152 (59.77% from 255 or 39.28% from 387); Blue value is 138 (54.30% from 255 or 35.66% from 387); Max value from RGB is 152 - color contains mainly: green. Hex color #61988A is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #61988A is #9E6775. Grayscale: #858585. Windows color (decimal): -10381174 or 9082977. OLE color: 9082977.
HSL color Cylindrical-coordinate representation of color #61988A: hue angle of 164.73º 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 #61988A is Cyan = 0.36, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 97 | 152 | 138 | - |
| CMYK | 0.36 | 0 | 0.09 | 0.40 |
| HSL | 164.73º | 0.22% | 0.49% | - |
| HSV(B) | 164.73º | 0.36% | 0.6% | - |
| XYZ | 20.75 | 26.83 | 28.13 | - |
| YUV | 133.96 | 130.28 | 101.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 152 | 138 | 0.36 | 0 | 0.09 | 0.40 | 164.73 | 0.22 | 0.49 |
| Hex | 61 | 98 | 8A | 24 | 0 | 9 | 28 | A5 | 16 | 31 |
| Octal | 141 | 230 | 212 | 44 | 0 | 11 | 50 | 245 | 26 | 61 |
| Binary | 1100001 | 10011000 | 10001010 | 100100 | 0 | 1001 | 101000 | 10100101 | 10110 | 110001 |
Color Harmonies of #61988A
Complementary color
Monochromatic Colors of #61988A
Black with #61988A
Text Example
Text Example
White with #61988A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #61988A; }
p { color: rgb(97,152,138); }
H1.HeaderClassName
{
color: #61988A;
}
.AnyTagClassName
{
color: #61988A;
}
</style>
background-color css
<style>
a { background-color: #61988A; }
a { background-color: rgb(97,152,138); }
div.DivClassName
{
background-color: #61988A;
}
.BgClassName
{
background-color: #61988A;
}
</style>
border-color css
<style>
span { border-color: #61988A; }
span { border-color: rgb(97,152,138); }
td.TdClassName
{
border-color: #61988A;
}
.TagClassName
{
border-color: #61988A;
}
</style>