Shades of Patina #61927A
Tints of Patina #61927A
RGB
CMYK
RGB Variations
Color information
#61927A (or 0x61927A) is known color: Patina. HEX triplet: 61, 92 and 7A. RGB value is (97,146,122). Sum of RGB (Red+Green+Blue) = 97+146+122=365 (48% of max value = 765). Red value is 97 (38.28% from 255 or 26.58% from 365); Green value is 146 (57.42% from 255 or 40% from 365); Blue value is 122 (48.05% from 255 or 33.42% from 365); Max value from RGB is 146 - color contains mainly: green. Hex color #61927A is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #61927A is #9E6D85. Grayscale: #808080. Windows color (decimal): -10382726 or 8032865. OLE color: 8032865.
HSL color Cylindrical-coordinate representation of color #61927A: hue angle of 150.61º degrees, saturation: 0.2, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #61927A is Cyan = 0.34, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 97 | 146 | 122 | - |
| CMYK | 0.34 | 0 | 0.16 | 0.43 |
| HSL | 150.61º | 0.2% | 0.48% | - |
| HSV(B) | 150.61º | 0.34% | 0.57% | - |
| XYZ | 18.72 | 24.5 | 22.16 | - |
| YUV | 128.61 | 124.27 | 105.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 146 | 122 | 0.34 | 0 | 0.16 | 0.43 | 150.61 | 0.2 | 0.48 |
| Hex | 61 | 92 | 7A | 22 | 0 | 10 | 2B | 97 | 14 | 30 |
| Octal | 141 | 222 | 172 | 42 | 0 | 20 | 53 | 227 | 24 | 60 |
| Binary | 1100001 | 10010010 | 1111010 | 100010 | 0 | 10000 | 101011 | 10010111 | 10100 | 110000 |
Color Harmonies of #61927A
Complementary color
Monochromatic Colors of #61927A
Black with #61927A
Text Example
Text Example
White with #61927A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #61927A; }
p { color: rgb(97,146,122); }
H1.HeaderClassName
{
color: #61927A;
}
.AnyTagClassName
{
color: #61927A;
}
</style>
background-color css
<style>
a { background-color: #61927A; }
a { background-color: rgb(97,146,122); }
div.DivClassName
{
background-color: #61927A;
}
.BgClassName
{
background-color: #61927A;
}
</style>
border-color css
<style>
span { border-color: #61927A; }
span { border-color: rgb(97,146,122); }
td.TdClassName
{
border-color: #61927A;
}
.TagClassName
{
border-color: #61927A;
}
</style>