Shades of Patina #619C8A
Tints of Patina #619C8A
RGB
CMYK
RGB Variations
Color information
#619C8A (or 0x619C8A) is known color: Patina. HEX triplet: 61, 9C and 8A. RGB value is (97,156,138). Sum of RGB (Red+Green+Blue) = 97+156+138=391 (51% of max value = 765). Red value is 97 (38.28% from 255 or 24.81% from 391); Green value is 156 (61.33% from 255 or 39.90% from 391); Blue value is 138 (54.30% from 255 or 35.29% from 391); Max value from RGB is 156 - color contains mainly: green. Hex color #619C8A is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #619C8A is #9E6375. Grayscale: #888888. Windows color (decimal): -10380150 or 9084001. OLE color: 9084001.
HSL color Cylindrical-coordinate representation of color #619C8A: hue angle of 161.69º degrees, saturation: 0.23, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #619C8A is Cyan = 0.38, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 97 | 156 | 138 | - |
| CMYK | 0.38 | 0 | 0.12 | 0.39 |
| HSL | 161.69º | 0.23% | 0.5% | - |
| HSV(B) | 161.69º | 0.38% | 0.61% | - |
| XYZ | 21.41 | 28.15 | 28.35 | - |
| YUV | 136.31 | 128.95 | 99.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 156 | 138 | 0.38 | 0 | 0.12 | 0.39 | 161.69 | 0.23 | 0.5 |
| Hex | 61 | 9C | 8A | 26 | 0 | C | 27 | A2 | 17 | 32 |
| Octal | 141 | 234 | 212 | 46 | 0 | 14 | 47 | 242 | 27 | 62 |
| Binary | 1100001 | 10011100 | 10001010 | 100110 | 0 | 1100 | 100111 | 10100010 | 10111 | 110010 |
Color Harmonies of #619C8A
Complementary color
Monochromatic Colors of #619C8A
Black with #619C8A
Text Example
Text Example
White with #619C8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #619C8A; }
p { color: rgb(97,156,138); }
H1.HeaderClassName
{
color: #619C8A;
}
.AnyTagClassName
{
color: #619C8A;
}
</style>
background-color css
<style>
a { background-color: #619C8A; }
a { background-color: rgb(97,156,138); }
div.DivClassName
{
background-color: #619C8A;
}
.BgClassName
{
background-color: #619C8A;
}
</style>
border-color css
<style>
span { border-color: #619C8A; }
span { border-color: rgb(97,156,138); }
td.TdClassName
{
border-color: #619C8A;
}
.TagClassName
{
border-color: #619C8A;
}
</style>