Shades of Patina #619884
Tints of Patina #619884
RGB
CMYK
RGB Variations
Color information
#619884 (or 0x619884) is known color: Patina. HEX triplet: 61, 98 and 84. RGB value is (97,152,132). Sum of RGB (Red+Green+Blue) = 97+152+132=381 (50% of max value = 765). Red value is 97 (38.28% from 255 or 25.46% from 381); Green value is 152 (59.77% from 255 or 39.90% from 381); Blue value is 132 (51.95% from 255 or 34.65% from 381); Max value from RGB is 152 - color contains mainly: green. Hex color #619884 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #619884 is #9E677B. Grayscale: #858585. Windows color (decimal): -10381180 or 8689761. OLE color: 8689761.
HSL color Cylindrical-coordinate representation of color #619884: hue angle of 158.18º degrees, saturation: 0.22, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #619884 is Cyan = 0.36, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 97 | 152 | 132 | - |
| CMYK | 0.36 | 0 | 0.13 | 0.40 |
| HSL | 158.18º | 0.22% | 0.49% | - |
| HSV(B) | 158.18º | 0.36% | 0.6% | - |
| XYZ | 20.32 | 26.66 | 25.91 | - |
| YUV | 133.28 | 127.28 | 102.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 152 | 132 | 0.36 | 0 | 0.13 | 0.40 | 158.18 | 0.22 | 0.49 |
| Hex | 61 | 98 | 84 | 24 | 0 | D | 28 | 9E | 16 | 31 |
| Octal | 141 | 230 | 204 | 44 | 0 | 15 | 50 | 236 | 26 | 61 |
| Binary | 1100001 | 10011000 | 10000100 | 100100 | 0 | 1101 | 101000 | 10011110 | 10110 | 110001 |
Color Harmonies of #619884
Complementary color
Monochromatic Colors of #619884
Black with #619884
Text Example
Text Example
White with #619884
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #619884; }
p { color: rgb(97,152,132); }
H1.HeaderClassName
{
color: #619884;
}
.AnyTagClassName
{
color: #619884;
}
</style>
background-color css
<style>
a { background-color: #619884; }
a { background-color: rgb(97,152,132); }
div.DivClassName
{
background-color: #619884;
}
.BgClassName
{
background-color: #619884;
}
</style>
border-color css
<style>
span { border-color: #619884; }
span { border-color: rgb(97,152,132); }
td.TdClassName
{
border-color: #619884;
}
.TagClassName
{
border-color: #619884;
}
</style>