Shades of Patina #619A90
Tints of Patina #619A90
RGB
CMYK
RGB Variations
Color information
#619A90 (or 0x619A90) is known color: Patina. HEX triplet: 61, 9A and 90. RGB value is (97,154,144). Sum of RGB (Red+Green+Blue) = 97+154+144=395 (52% of max value = 765). Red value is 97 (38.28% from 255 or 24.56% from 395); Green value is 154 (60.55% from 255 or 38.99% from 395); Blue value is 144 (56.64% from 255 or 36.46% from 395); Max value from RGB is 154 - color contains mainly: green. Hex color #619A90 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #619A90 is #9E656F. Grayscale: #878787. Windows color (decimal): -10380656 or 9476705. OLE color: 9476705.
HSL color Cylindrical-coordinate representation of color #619A90: hue angle of 169.47º degrees, saturation: 0.23, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #619A90 is Cyan = 0.37, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 97 | 154 | 144 | - |
| CMYK | 0.37 | 0 | 0.06 | 0.40 |
| HSL | 169.47º | 0.23% | 0.49% | - |
| HSV(B) | 169.47º | 0.37% | 0.6% | - |
| XYZ | 21.52 | 27.67 | 30.59 | - |
| YUV | 135.82 | 132.62 | 100.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 154 | 144 | 0.37 | 0 | 0.06 | 0.40 | 169.47 | 0.23 | 0.49 |
| Hex | 61 | 9A | 90 | 25 | 0 | 6 | 28 | A9 | 17 | 31 |
| Octal | 141 | 232 | 220 | 45 | 0 | 6 | 50 | 251 | 27 | 61 |
| Binary | 1100001 | 10011010 | 10010000 | 100101 | 0 | 110 | 101000 | 10101001 | 10111 | 110001 |
Color Harmonies of #619A90
Complementary color
Monochromatic Colors of #619A90
Black with #619A90
Text Example
Text Example
White with #619A90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #619A90; }
p { color: rgb(97,154,144); }
H1.HeaderClassName
{
color: #619A90;
}
.AnyTagClassName
{
color: #619A90;
}
</style>
background-color css
<style>
a { background-color: #619A90; }
a { background-color: rgb(97,154,144); }
div.DivClassName
{
background-color: #619A90;
}
.BgClassName
{
background-color: #619A90;
}
</style>
border-color css
<style>
span { border-color: #619A90; }
span { border-color: rgb(97,154,144); }
td.TdClassName
{
border-color: #619A90;
}
.TagClassName
{
border-color: #619A90;
}
</style>