Shades of Patina #619188
Tints of Patina #619188
RGB
CMYK
RGB Variations
Color information
#619188 (or 0x619188) is known color: Patina. HEX triplet: 61, 91 and 88. RGB value is (97,145,136). Sum of RGB (Red+Green+Blue) = 97+145+136=378 (50% of max value = 765). Red value is 97 (38.28% from 255 or 25.66% from 378); Green value is 145 (57.03% from 255 or 38.36% from 378); Blue value is 136 (53.52% from 255 or 35.98% from 378); Max value from RGB is 145 - color contains mainly: green. Hex color #619188 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #619188 is #9E6E77. Grayscale: #818181. Windows color (decimal): -10382968 or 8950113. OLE color: 8950113.
HSL color Cylindrical-coordinate representation of color #619188: hue angle of 168.75º degrees, saturation: 0.2, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #619188 is Cyan = 0.33, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 97 | 145 | 136 | - |
| CMYK | 0.33 | 0 | 0.06 | 0.43 |
| HSL | 168.75º | 0.2% | 0.47% | - |
| HSV(B) | 168.75º | 0.33% | 0.57% | - |
| XYZ | 19.5 | 24.57 | 27.01 | - |
| YUV | 129.62 | 131.6 | 104.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 145 | 136 | 0.33 | 0 | 0.06 | 0.43 | 168.75 | 0.2 | 0.47 |
| Hex | 61 | 91 | 88 | 21 | 0 | 6 | 2B | A9 | 14 | 2F |
| Octal | 141 | 221 | 210 | 41 | 0 | 6 | 53 | 251 | 24 | 57 |
| Binary | 1100001 | 10010001 | 10001000 | 100001 | 0 | 110 | 101011 | 10101001 | 10100 | 101111 |
Color Harmonies of #619188
Complementary color
Monochromatic Colors of #619188
Black with #619188
Text Example
Text Example
White with #619188
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #619188; }
p { color: rgb(97,145,136); }
H1.HeaderClassName
{
color: #619188;
}
.AnyTagClassName
{
color: #619188;
}
</style>
background-color css
<style>
a { background-color: #619188; }
a { background-color: rgb(97,145,136); }
div.DivClassName
{
background-color: #619188;
}
.BgClassName
{
background-color: #619188;
}
</style>
border-color css
<style>
span { border-color: #619188; }
span { border-color: rgb(97,145,136); }
td.TdClassName
{
border-color: #619188;
}
.TagClassName
{
border-color: #619188;
}
</style>