Shades of Patina #619F84
Tints of Patina #619F84
RGB
CMYK
RGB Variations
Color information
#619F84 (or 0x619F84) is known color: Patina. HEX triplet: 61, 9F and 84. RGB value is (97,159,132). Sum of RGB (Red+Green+Blue) = 97+159+132=388 (51% of max value = 765). Red value is 97 (38.28% from 255 or 25% from 388); Green value is 159 (62.5% from 255 or 40.98% from 388); Blue value is 132 (51.95% from 255 or 34.02% from 388); Max value from RGB is 159 - color contains mainly: green. Hex color #619F84 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #619F84 is #9E607B. Grayscale: #898989. Windows color (decimal): -10379388 or 8691553. OLE color: 8691553.
HSL color Cylindrical-coordinate representation of color #619F84: hue angle of 153.87º degrees, saturation: 0.24, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #619F84 is Cyan = 0.39, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 97 | 159 | 132 | - |
| CMYK | 0.39 | 0 | 0.17 | 0.38 |
| HSL | 153.87º | 0.24% | 0.5% | - |
| HSV(B) | 153.87º | 0.39% | 0.62% | - |
| XYZ | 21.49 | 29 | 26.3 | - |
| YUV | 137.38 | 124.96 | 99.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 159 | 132 | 0.39 | 0 | 0.17 | 0.38 | 153.87 | 0.24 | 0.5 |
| Hex | 61 | 9F | 84 | 27 | 0 | 11 | 26 | 9A | 18 | 32 |
| Octal | 141 | 237 | 204 | 47 | 0 | 21 | 46 | 232 | 30 | 62 |
| Binary | 1100001 | 10011111 | 10000100 | 100111 | 0 | 10001 | 100110 | 10011010 | 11000 | 110010 |
Color Harmonies of #619F84
Complementary color
Monochromatic Colors of #619F84
Black with #619F84
Text Example
Text Example
White with #619F84
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #619F84; }
p { color: rgb(97,159,132); }
H1.HeaderClassName
{
color: #619F84;
}
.AnyTagClassName
{
color: #619F84;
}
</style>
background-color css
<style>
a { background-color: #619F84; }
a { background-color: rgb(97,159,132); }
div.DivClassName
{
background-color: #619F84;
}
.BgClassName
{
background-color: #619F84;
}
</style>
border-color css
<style>
span { border-color: #619F84; }
span { border-color: rgb(97,159,132); }
td.TdClassName
{
border-color: #619F84;
}
.TagClassName
{
border-color: #619F84;
}
</style>