Shades of Patina #5B9C7F
Tints of Patina #5B9C7F
RGB
CMYK
RGB Variations
Color information
#5B9C7F (or 0x5B9C7F) is known color: Patina. HEX triplet: 5B, 9C and 7F. RGB value is (91,156,127). Sum of RGB (Red+Green+Blue) = 91+156+127=374 (49% of max value = 765). Red value is 91 (35.94% from 255 or 24.33% from 374); Green value is 156 (61.33% from 255 or 41.71% from 374); Blue value is 127 (50% from 255 or 33.96% from 374); Max value from RGB is 156 - color contains mainly: green. Hex color #5B9C7F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5B9C7F is #A46380. Grayscale: #858585. Windows color (decimal): -10773377 or 8363099. OLE color: 8363099.
HSL color Cylindrical-coordinate representation of color #5B9C7F: hue angle of 153.23º degrees, saturation: 0.26, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #5B9C7F is Cyan = 0.42, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 91 | 156 | 127 | - |
| CMYK | 0.42 | 0 | 0.19 | 0.39 |
| HSL | 153.23º | 0.26% | 0.48% | - |
| HSV(B) | 153.23º | 0.42% | 0.61% | - |
| XYZ | 20.03 | 27.53 | 24.34 | - |
| YUV | 133.26 | 124.47 | 97.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 156 | 127 | 0.42 | 0 | 0.19 | 0.39 | 153.23 | 0.26 | 0.48 |
| Hex | 5B | 9C | 7F | 2A | 0 | 13 | 27 | 99 | 1A | 30 |
| Octal | 133 | 234 | 177 | 52 | 0 | 23 | 47 | 231 | 32 | 60 |
| Binary | 1011011 | 10011100 | 1111111 | 101010 | 0 | 10011 | 100111 | 10011001 | 11010 | 110000 |
Color Harmonies of #5B9C7F
Complementary color
Monochromatic Colors of #5B9C7F
Black with #5B9C7F
Text Example
Text Example
White with #5B9C7F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B9C7F; }
p { color: rgb(91,156,127); }
H1.HeaderClassName
{
color: #5B9C7F;
}
.AnyTagClassName
{
color: #5B9C7F;
}
</style>
background-color css
<style>
a { background-color: #5B9C7F; }
a { background-color: rgb(91,156,127); }
div.DivClassName
{
background-color: #5B9C7F;
}
.BgClassName
{
background-color: #5B9C7F;
}
</style>
border-color css
<style>
span { border-color: #5B9C7F; }
span { border-color: rgb(91,156,127); }
td.TdClassName
{
border-color: #5B9C7F;
}
.TagClassName
{
border-color: #5B9C7F;
}
</style>