Shades of Patina #5F907B
Tints of Patina #5F907B
RGB
CMYK
RGB Variations
Color information
#5F907B (or 0x5F907B) is known color: Patina. HEX triplet: 5F, 90 and 7B. RGB value is (95,144,123). Sum of RGB (Red+Green+Blue) = 95+144+123=362 (47% of max value = 765). Red value is 95 (37.5% from 255 or 26.24% from 362); Green value is 144 (56.64% from 255 or 39.78% from 362); Blue value is 123 (48.44% from 255 or 33.98% from 362); Max value from RGB is 144 - color contains mainly: green. Hex color #5F907B is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5F907B is #A06F84. Grayscale: #7E7E7E. Windows color (decimal): -10514309 or 8097887. OLE color: 8097887.
HSL color Cylindrical-coordinate representation of color #5F907B: hue angle of 154.29º degrees, saturation: 0.21, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #5F907B is Cyan = 0.34, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 95 | 144 | 123 | - |
| CMYK | 0.34 | 0 | 0.15 | 0.44 |
| HSL | 154.29º | 0.21% | 0.47% | - |
| HSV(B) | 154.29º | 0.34% | 0.56% | - |
| XYZ | 18.27 | 23.81 | 22.37 | - |
| YUV | 126.96 | 125.77 | 105.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 144 | 123 | 0.34 | 0 | 0.15 | 0.44 | 154.29 | 0.21 | 0.47 |
| Hex | 5F | 90 | 7B | 22 | 0 | F | 2C | 9A | 15 | 2F |
| Octal | 137 | 220 | 173 | 42 | 0 | 17 | 54 | 232 | 25 | 57 |
| Binary | 1011111 | 10010000 | 1111011 | 100010 | 0 | 1111 | 101100 | 10011010 | 10101 | 101111 |
Color Harmonies of #5F907B
Complementary color
Monochromatic Colors of #5F907B
Black with #5F907B
Text Example
Text Example
White with #5F907B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5F907B; }
p { color: rgb(95,144,123); }
H1.HeaderClassName
{
color: #5F907B;
}
.AnyTagClassName
{
color: #5F907B;
}
</style>
background-color css
<style>
a { background-color: #5F907B; }
a { background-color: rgb(95,144,123); }
div.DivClassName
{
background-color: #5F907B;
}
.BgClassName
{
background-color: #5F907B;
}
</style>
border-color css
<style>
span { border-color: #5F907B; }
span { border-color: rgb(95,144,123); }
td.TdClassName
{
border-color: #5F907B;
}
.TagClassName
{
border-color: #5F907B;
}
</style>