Shades of Patina #619181
Tints of Patina #619181
RGB
CMYK
RGB Variations
Color information
#619181 (or 0x619181) is known color: Patina. HEX triplet: 61, 91 and 81. RGB value is (97,145,129). Sum of RGB (Red+Green+Blue) = 97+145+129=371 (49% of max value = 765). Red value is 97 (38.28% from 255 or 26.15% from 371); Green value is 145 (57.03% from 255 or 39.08% from 371); Blue value is 129 (50.78% from 255 or 34.77% from 371); Max value from RGB is 145 - color contains mainly: green. Hex color #619181 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #619181 is #9E6E7E. Grayscale: #808080. Windows color (decimal): -10382975 or 8491361. OLE color: 8491361.
HSL color Cylindrical-coordinate representation of color #619181: hue angle of 160º 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 #619181 is Cyan = 0.33, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 97 | 145 | 129 | - |
| CMYK | 0.33 | 0 | 0.11 | 0.43 |
| HSL | 160º | 0.2% | 0.47% | - |
| HSV(B) | 160º | 0.33% | 0.57% | - |
| XYZ | 19.02 | 24.38 | 24.47 | - |
| YUV | 128.82 | 128.1 | 105.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 145 | 129 | 0.33 | 0 | 0.11 | 0.43 | 160 | 0.2 | 0.47 |
| Hex | 61 | 91 | 81 | 21 | 0 | B | 2B | A0 | 14 | 2F |
| Octal | 141 | 221 | 201 | 41 | 0 | 13 | 53 | 240 | 24 | 57 |
| Binary | 1100001 | 10010001 | 10000001 | 100001 | 0 | 1011 | 101011 | 10100000 | 10100 | 101111 |
Color Harmonies of #619181
Complementary color
Monochromatic Colors of #619181
Black with #619181
Text Example
Text Example
White with #619181
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #619181; }
p { color: rgb(97,145,129); }
H1.HeaderClassName
{
color: #619181;
}
.AnyTagClassName
{
color: #619181;
}
</style>
background-color css
<style>
a { background-color: #619181; }
a { background-color: rgb(97,145,129); }
div.DivClassName
{
background-color: #619181;
}
.BgClassName
{
background-color: #619181;
}
</style>
border-color css
<style>
span { border-color: #619181; }
span { border-color: rgb(97,145,129); }
td.TdClassName
{
border-color: #619181;
}
.TagClassName
{
border-color: #619181;
}
</style>