Shades of Patina #619180
Tints of Patina #619180
RGB
CMYK
RGB Variations
Color information
#619180 (or 0x619180) is known color: Patina. HEX triplet: 61, 91 and 80. RGB value is (97,145,128). Sum of RGB (Red+Green+Blue) = 97+145+128=370 (49% of max value = 765). Red value is 97 (38.28% from 255 or 26.22% from 370); Green value is 145 (57.03% from 255 or 39.19% from 370); Blue value is 128 (50.39% from 255 or 34.59% from 370); Max value from RGB is 145 - color contains mainly: green. Hex color #619180 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #619180 is #9E6E7F. Grayscale: #808080. Windows color (decimal): -10382976 or 8425825. OLE color: 8425825.
HSL color Cylindrical-coordinate representation of color #619180: hue angle of 158.75º degrees, saturation: 0.2, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #619180 is Cyan = 0.33, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 97 | 145 | 128 | - |
| CMYK | 0.33 | 0 | 0.12 | 0.43 |
| HSL | 158.75º | 0.2% | 0.47% | - |
| HSV(B) | 158.75º | 0.33% | 0.57% | - |
| XYZ | 18.95 | 24.35 | 24.12 | - |
| YUV | 128.71 | 127.6 | 105.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 145 | 128 | 0.33 | 0 | 0.12 | 0.43 | 158.75 | 0.2 | 0.47 |
| Hex | 61 | 91 | 80 | 21 | 0 | C | 2B | 9F | 14 | 2F |
| Octal | 141 | 221 | 200 | 41 | 0 | 14 | 53 | 237 | 24 | 57 |
| Binary | 1100001 | 10010001 | 10000000 | 100001 | 0 | 1100 | 101011 | 10011111 | 10100 | 101111 |
Color Harmonies of #619180
Complementary color
Monochromatic Colors of #619180
Black with #619180
Text Example
Text Example
White with #619180
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #619180; }
p { color: rgb(97,145,128); }
H1.HeaderClassName
{
color: #619180;
}
.AnyTagClassName
{
color: #619180;
}
</style>
background-color css
<style>
a { background-color: #619180; }
a { background-color: rgb(97,145,128); }
div.DivClassName
{
background-color: #619180;
}
.BgClassName
{
background-color: #619180;
}
</style>
border-color css
<style>
span { border-color: #619180; }
span { border-color: rgb(97,145,128); }
td.TdClassName
{
border-color: #619180;
}
.TagClassName
{
border-color: #619180;
}
</style>