Shades of Patina #5A967A
Tints of Patina #5A967A
RGB
CMYK
RGB Variations
Color information
#5A967A (or 0x5A967A) is known color: Patina. HEX triplet: 5A, 96 and 7A. RGB value is (90,150,122). Sum of RGB (Red+Green+Blue) = 90+150+122=362 (47% of max value = 765). Red value is 90 (35.55% from 255 or 24.86% from 362); Green value is 150 (58.98% from 255 or 41.44% from 362); Blue value is 122 (48.05% from 255 or 33.70% from 362); Max value from RGB is 150 - color contains mainly: green. Hex color #5A967A is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5A967A is #A56985. Grayscale: #808080. Windows color (decimal): -10840454 or 8033882. OLE color: 8033882.
HSL color Cylindrical-coordinate representation of color #5A967A: hue angle of 152º degrees, saturation: 0.25, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #5A967A is Cyan = 0.4, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 90 | 150 | 122 | - |
| CMYK | 0.4 | 0 | 0.19 | 0.41 |
| HSL | 152º | 0.25% | 0.47% | - |
| HSV(B) | 152º | 0.4% | 0.59% | - |
| XYZ | 18.64 | 25.39 | 22.33 | - |
| YUV | 128.87 | 124.12 | 100.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 150 | 122 | 0.4 | 0 | 0.19 | 0.41 | 152 | 0.25 | 0.47 |
| Hex | 5A | 96 | 7A | 28 | 0 | 13 | 29 | 98 | 19 | 2F |
| Octal | 132 | 226 | 172 | 50 | 0 | 23 | 51 | 230 | 31 | 57 |
| Binary | 1011010 | 10010110 | 1111010 | 101000 | 0 | 10011 | 101001 | 10011000 | 11001 | 101111 |
Color Harmonies of #5A967A
Complementary color
Monochromatic Colors of #5A967A
Black with #5A967A
Text Example
Text Example
White with #5A967A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A967A; }
p { color: rgb(90,150,122); }
H1.HeaderClassName
{
color: #5A967A;
}
.AnyTagClassName
{
color: #5A967A;
}
</style>
background-color css
<style>
a { background-color: #5A967A; }
a { background-color: rgb(90,150,122); }
div.DivClassName
{
background-color: #5A967A;
}
.BgClassName
{
background-color: #5A967A;
}
</style>
border-color css
<style>
span { border-color: #5A967A; }
span { border-color: rgb(90,150,122); }
td.TdClassName
{
border-color: #5A967A;
}
.TagClassName
{
border-color: #5A967A;
}
</style>