Shades of Patina #5F8C7B
Tints of Patina #5F8C7B
RGB
CMYK
RGB Variations
Color information
#5F8C7B (or 0x5F8C7B) is known color: Patina. HEX triplet: 5F, 8C and 7B. RGB value is (95,140,123). Sum of RGB (Red+Green+Blue) = 95+140+123=358 (47% of max value = 765). Red value is 95 (37.5% from 255 or 26.54% from 358); Green value is 140 (55.08% from 255 or 39.11% from 358); Blue value is 123 (48.44% from 255 or 34.36% from 358); Max value from RGB is 140 - color contains mainly: green. Hex color #5F8C7B is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5F8C7B is #A07384. Grayscale: #7C7C7C. Windows color (decimal): -10515333 or 8096863. OLE color: 8096863.
HSL color Cylindrical-coordinate representation of color #5F8C7B: hue angle of 157.33º degrees, saturation: 0.19, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #5F8C7B is Cyan = 0.32, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 95 | 140 | 123 | - |
| CMYK | 0.32 | 0 | 0.12 | 0.45 |
| HSL | 157.33º | 0.19% | 0.46% | - |
| HSV(B) | 157.33º | 0.32% | 0.55% | - |
| XYZ | 17.67 | 22.62 | 22.17 | - |
| YUV | 124.61 | 127.09 | 106.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 140 | 123 | 0.32 | 0 | 0.12 | 0.45 | 157.33 | 0.19 | 0.46 |
| Hex | 5F | 8C | 7B | 20 | 0 | C | 2D | 9D | 13 | 2E |
| Octal | 137 | 214 | 173 | 40 | 0 | 14 | 55 | 235 | 23 | 56 |
| Binary | 1011111 | 10001100 | 1111011 | 100000 | 0 | 1100 | 101101 | 10011101 | 10011 | 101110 |
Color Harmonies of #5F8C7B
Complementary color
Monochromatic Colors of #5F8C7B
Black with #5F8C7B
Text Example
Text Example
White with #5F8C7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5F8C7B; }
p { color: rgb(95,140,123); }
H1.HeaderClassName
{
color: #5F8C7B;
}
.AnyTagClassName
{
color: #5F8C7B;
}
</style>
background-color css
<style>
a { background-color: #5F8C7B; }
a { background-color: rgb(95,140,123); }
div.DivClassName
{
background-color: #5F8C7B;
}
.BgClassName
{
background-color: #5F8C7B;
}
</style>
border-color css
<style>
span { border-color: #5F8C7B; }
span { border-color: rgb(95,140,123); }
td.TdClassName
{
border-color: #5F8C7B;
}
.TagClassName
{
border-color: #5F8C7B;
}
</style>