Shades of Patina #5D947A
Tints of Patina #5D947A
RGB
CMYK
RGB Variations
Color information
#5D947A (or 0x5D947A) is known color: Patina. HEX triplet: 5D, 94 and 7A. RGB value is (93,148,122). Sum of RGB (Red+Green+Blue) = 93+148+122=363 (48% of max value = 765). Red value is 93 (36.72% from 255 or 25.62% from 363); Green value is 148 (58.20% from 255 or 40.77% from 363); Blue value is 122 (48.05% from 255 or 33.61% from 363); Max value from RGB is 148 - color contains mainly: green. Hex color #5D947A is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5D947A is #A26B85. Grayscale: #808080. Windows color (decimal): -10644358 or 8033373. OLE color: 8033373.
HSL color Cylindrical-coordinate representation of color #5D947A: hue angle of 151.64º degrees, saturation: 0.23, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #5D947A is Cyan = 0.37, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 93 | 148 | 122 | - |
| CMYK | 0.37 | 0 | 0.18 | 0.42 |
| HSL | 151.64º | 0.23% | 0.47% | - |
| HSV(B) | 151.64º | 0.37% | 0.58% | - |
| XYZ | 18.62 | 24.91 | 22.24 | - |
| YUV | 128.59 | 124.28 | 102.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 148 | 122 | 0.37 | 0 | 0.18 | 0.42 | 151.64 | 0.23 | 0.47 |
| Hex | 5D | 94 | 7A | 25 | 0 | 12 | 2A | 98 | 17 | 2F |
| Octal | 135 | 224 | 172 | 45 | 0 | 22 | 52 | 230 | 27 | 57 |
| Binary | 1011101 | 10010100 | 1111010 | 100101 | 0 | 10010 | 101010 | 10011000 | 10111 | 101111 |
Color Harmonies of #5D947A
Complementary color
Monochromatic Colors of #5D947A
Black with #5D947A
Text Example
Text Example
White with #5D947A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D947A; }
p { color: rgb(93,148,122); }
H1.HeaderClassName
{
color: #5D947A;
}
.AnyTagClassName
{
color: #5D947A;
}
</style>
background-color css
<style>
a { background-color: #5D947A; }
a { background-color: rgb(93,148,122); }
div.DivClassName
{
background-color: #5D947A;
}
.BgClassName
{
background-color: #5D947A;
}
</style>
border-color css
<style>
span { border-color: #5D947A; }
span { border-color: rgb(93,148,122); }
td.TdClassName
{
border-color: #5D947A;
}
.TagClassName
{
border-color: #5D947A;
}
</style>