Shades of Patina #61917D
Tints of Patina #61917D
RGB
CMYK
RGB Variations
Color information
#61917D (or 0x61917D) is known color: Patina. HEX triplet: 61, 91 and 7D. RGB value is (97,145,125). Sum of RGB (Red+Green+Blue) = 97+145+125=367 (48% of max value = 765). Red value is 97 (38.28% from 255 or 26.43% from 367); Green value is 145 (57.03% from 255 or 39.51% from 367); Blue value is 125 (49.22% from 255 or 34.06% from 367); Max value from RGB is 145 - color contains mainly: green. Hex color #61917D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #61917D is #9E6E82. Grayscale: #808080. Windows color (decimal): -10382979 or 8229217. OLE color: 8229217.
HSL color Cylindrical-coordinate representation of color #61917D: hue angle of 155º 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 #61917D is Cyan = 0.33, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 97 | 145 | 125 | - |
| CMYK | 0.33 | 0 | 0.14 | 0.43 |
| HSL | 155º | 0.2% | 0.47% | - |
| HSV(B) | 155º | 0.33% | 0.57% | - |
| XYZ | 18.76 | 24.27 | 23.1 | - |
| YUV | 128.37 | 126.1 | 105.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 145 | 125 | 0.33 | 0 | 0.14 | 0.43 | 155 | 0.2 | 0.47 |
| Hex | 61 | 91 | 7D | 21 | 0 | E | 2B | 9B | 14 | 2F |
| Octal | 141 | 221 | 175 | 41 | 0 | 16 | 53 | 233 | 24 | 57 |
| Binary | 1100001 | 10010001 | 1111101 | 100001 | 0 | 1110 | 101011 | 10011011 | 10100 | 101111 |
Color Harmonies of #61917D
Complementary color
Monochromatic Colors of #61917D
Black with #61917D
Text Example
Text Example
White with #61917D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #61917D; }
p { color: rgb(97,145,125); }
H1.HeaderClassName
{
color: #61917D;
}
.AnyTagClassName
{
color: #61917D;
}
</style>
background-color css
<style>
a { background-color: #61917D; }
a { background-color: rgb(97,145,125); }
div.DivClassName
{
background-color: #61917D;
}
.BgClassName
{
background-color: #61917D;
}
</style>
border-color css
<style>
span { border-color: #61917D; }
span { border-color: rgb(97,145,125); }
td.TdClassName
{
border-color: #61917D;
}
.TagClassName
{
border-color: #61917D;
}
</style>