Shades of Patina #5FA380
Tints of Patina #5FA380
RGB
CMYK
RGB Variations
Color information
#5FA380 (or 0x5FA380) is known color: Patina. HEX triplet: 5F, A3 and 80. RGB value is (95,163,128). Sum of RGB (Red+Green+Blue) = 95+163+128=386 (51% of max value = 765). Red value is 95 (37.5% from 255 or 24.61% from 386); Green value is 163 (64.06% from 255 or 42.23% from 386); Blue value is 128 (50.39% from 255 or 33.16% from 386); Max value from RGB is 163 - color contains mainly: green. Hex color #5FA380 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5FA380 is #A05C7F. Grayscale: #8A8A8A. Windows color (decimal): -10509440 or 8430431. OLE color: 8430431.
HSL color Cylindrical-coordinate representation of color #5FA380: hue angle of 149.12º degrees, saturation: 0.27, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #5FA380 is Cyan = 0.42, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 95 | 163 | 128 | - |
| CMYK | 0.42 | 0 | 0.21 | 0.36 |
| HSL | 149.12º | 0.27% | 0.51% | - |
| HSV(B) | 149.12º | 0.42% | 0.64% | - |
| XYZ | 21.71 | 30.19 | 25.1 | - |
| YUV | 138.68 | 121.97 | 96.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 163 | 128 | 0.42 | 0 | 0.21 | 0.36 | 149.12 | 0.27 | 0.51 |
| Hex | 5F | A3 | 80 | 2A | 0 | 15 | 24 | 95 | 1B | 33 |
| Octal | 137 | 243 | 200 | 52 | 0 | 25 | 44 | 225 | 33 | 63 |
| Binary | 1011111 | 10100011 | 10000000 | 101010 | 0 | 10101 | 100100 | 10010101 | 11011 | 110011 |
Color Harmonies of #5FA380
Complementary color
Monochromatic Colors of #5FA380
Black with #5FA380
Text Example
Text Example
White with #5FA380
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5FA380; }
p { color: rgb(95,163,128); }
H1.HeaderClassName
{
color: #5FA380;
}
.AnyTagClassName
{
color: #5FA380;
}
</style>
background-color css
<style>
a { background-color: #5FA380; }
a { background-color: rgb(95,163,128); }
div.DivClassName
{
background-color: #5FA380;
}
.BgClassName
{
background-color: #5FA380;
}
</style>
border-color css
<style>
span { border-color: #5FA380; }
span { border-color: rgb(95,163,128); }
td.TdClassName
{
border-color: #5FA380;
}
.TagClassName
{
border-color: #5FA380;
}
</style>