Shades of Patina #5FA68B
Tints of Patina #5FA68B
RGB
CMYK
RGB Variations
Color information
#5FA68B (or 0x5FA68B) is known color: Patina. HEX triplet: 5F, A6 and 8B. RGB value is (95,166,139). Sum of RGB (Red+Green+Blue) = 95+166+139=400 (52% of max value = 765). Red value is 95 (37.5% from 255 or 23.75% from 400); Green value is 166 (65.23% from 255 or 41.5% from 400); Blue value is 139 (54.69% from 255 or 34.75% from 400); Max value from RGB is 166 - color contains mainly: green. Hex color #5FA68B is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5FA68B is #A05974. Grayscale: #8D8D8D. Windows color (decimal): -10508661 or 9152095. OLE color: 9152095.
HSL color Cylindrical-coordinate representation of color #5FA68B: hue angle of 157.18º degrees, saturation: 0.29, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #5FA68B is Cyan = 0.43, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 95 | 166 | 139 | - |
| CMYK | 0.43 | 0 | 0.16 | 0.35 |
| HSL | 157.18º | 0.29% | 0.51% | - |
| HSV(B) | 157.18º | 0.43% | 0.65% | - |
| XYZ | 23.02 | 31.57 | 29.31 | - |
| YUV | 141.69 | 126.48 | 94.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 166 | 139 | 0.43 | 0 | 0.16 | 0.35 | 157.18 | 0.29 | 0.51 |
| Hex | 5F | A6 | 8B | 2B | 0 | 10 | 23 | 9D | 1D | 33 |
| Octal | 137 | 246 | 213 | 53 | 0 | 20 | 43 | 235 | 35 | 63 |
| Binary | 1011111 | 10100110 | 10001011 | 101011 | 0 | 10000 | 100011 | 10011101 | 11101 | 110011 |
Color Harmonies of #5FA68B
Complementary color
Monochromatic Colors of #5FA68B
Black with #5FA68B
Text Example
Text Example
White with #5FA68B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5FA68B; }
p { color: rgb(95,166,139); }
H1.HeaderClassName
{
color: #5FA68B;
}
.AnyTagClassName
{
color: #5FA68B;
}
</style>
background-color css
<style>
a { background-color: #5FA68B; }
a { background-color: rgb(95,166,139); }
div.DivClassName
{
background-color: #5FA68B;
}
.BgClassName
{
background-color: #5FA68B;
}
</style>
border-color css
<style>
span { border-color: #5FA68B; }
span { border-color: rgb(95,166,139); }
td.TdClassName
{
border-color: #5FA68B;
}
.TagClassName
{
border-color: #5FA68B;
}
</style>