Shades of Patina #5C9D7F
Tints of Patina #5C9D7F
RGB
CMYK
RGB Variations
Color information
#5C9D7F (or 0x5C9D7F) is known color: Patina. HEX triplet: 5C, 9D and 7F. RGB value is (92,157,127). Sum of RGB (Red+Green+Blue) = 92+157+127=376 (49% of max value = 765). Red value is 92 (36.33% from 255 or 24.47% from 376); Green value is 157 (61.72% from 255 or 41.76% from 376); Blue value is 127 (50% from 255 or 33.78% from 376); Max value from RGB is 157 - color contains mainly: green. Hex color #5C9D7F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5C9D7F is #A36280. Grayscale: #868686. Windows color (decimal): -10707585 or 8363356. OLE color: 8363356.
HSL color Cylindrical-coordinate representation of color #5C9D7F: hue angle of 152.31º degrees, saturation: 0.26, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #5C9D7F is Cyan = 0.41, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 92 | 157 | 127 | - |
| CMYK | 0.41 | 0 | 0.19 | 0.38 |
| HSL | 152.31º | 0.26% | 0.49% | - |
| HSV(B) | 152.31º | 0.41% | 0.62% | - |
| XYZ | 20.3 | 27.92 | 24.4 | - |
| YUV | 134.15 | 123.97 | 97.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 157 | 127 | 0.41 | 0 | 0.19 | 0.38 | 152.31 | 0.26 | 0.49 |
| Hex | 5C | 9D | 7F | 29 | 0 | 13 | 26 | 98 | 1A | 31 |
| Octal | 134 | 235 | 177 | 51 | 0 | 23 | 46 | 230 | 32 | 61 |
| Binary | 1011100 | 10011101 | 1111111 | 101001 | 0 | 10011 | 100110 | 10011000 | 11010 | 110001 |
Color Harmonies of #5C9D7F
Complementary color
Monochromatic Colors of #5C9D7F
Black with #5C9D7F
Text Example
Text Example
White with #5C9D7F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5C9D7F; }
p { color: rgb(92,157,127); }
H1.HeaderClassName
{
color: #5C9D7F;
}
.AnyTagClassName
{
color: #5C9D7F;
}
</style>
background-color css
<style>
a { background-color: #5C9D7F; }
a { background-color: rgb(92,157,127); }
div.DivClassName
{
background-color: #5C9D7F;
}
.BgClassName
{
background-color: #5C9D7F;
}
</style>
border-color css
<style>
span { border-color: #5C9D7F; }
span { border-color: rgb(92,157,127); }
td.TdClassName
{
border-color: #5C9D7F;
}
.TagClassName
{
border-color: #5C9D7F;
}
</style>