Shades of Patina #619A8E
Tints of Patina #619A8E
RGB
CMYK
RGB Variations
Color information
#619A8E (or 0x619A8E) is known color: Patina. HEX triplet: 61, 9A and 8E. RGB value is (97,154,142). Sum of RGB (Red+Green+Blue) = 97+154+142=393 (52% of max value = 765). Red value is 97 (38.28% from 255 or 24.68% from 393); Green value is 154 (60.55% from 255 or 39.19% from 393); Blue value is 142 (55.86% from 255 or 36.13% from 393); Max value from RGB is 154 - color contains mainly: green. Hex color #619A8E is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #619A8E is #9E6571. Grayscale: #878787. Windows color (decimal): -10380658 or 9345633. OLE color: 9345633.
HSL color Cylindrical-coordinate representation of color #619A8E: hue angle of 167.37º 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 #619A8E is Cyan = 0.37, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 97 | 154 | 142 | - |
| CMYK | 0.37 | 0 | 0.08 | 0.40 |
| HSL | 167.37º | 0.23% | 0.49% | - |
| HSV(B) | 167.37º | 0.37% | 0.6% | - |
| XYZ | 21.37 | 27.61 | 29.79 | - |
| YUV | 135.59 | 131.62 | 100.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 154 | 142 | 0.37 | 0 | 0.08 | 0.40 | 167.37 | 0.23 | 0.49 |
| Hex | 61 | 9A | 8E | 25 | 0 | 8 | 28 | A7 | 17 | 31 |
| Octal | 141 | 232 | 216 | 45 | 0 | 10 | 50 | 247 | 27 | 61 |
| Binary | 1100001 | 10011010 | 10001110 | 100101 | 0 | 1000 | 101000 | 10100111 | 10111 | 110001 |
Color Harmonies of #619A8E
Complementary color
Monochromatic Colors of #619A8E
Black with #619A8E
Text Example
Text Example
White with #619A8E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #619A8E; }
p { color: rgb(97,154,142); }
H1.HeaderClassName
{
color: #619A8E;
}
.AnyTagClassName
{
color: #619A8E;
}
</style>
background-color css
<style>
a { background-color: #619A8E; }
a { background-color: rgb(97,154,142); }
div.DivClassName
{
background-color: #619A8E;
}
.BgClassName
{
background-color: #619A8E;
}
</style>
border-color css
<style>
span { border-color: #619A8E; }
span { border-color: rgb(97,154,142); }
td.TdClassName
{
border-color: #619A8E;
}
.TagClassName
{
border-color: #619A8E;
}
</style>