Shades of Patina #4F9E80
Tints of Patina #4F9E80
RGB
CMYK
RGB Variations
Color information
#4F9E80 (or 0x4F9E80) is known color: Patina. HEX triplet: 4F, 9E and 80. RGB value is (79,158,128). Sum of RGB (Red+Green+Blue) = 79+158+128=365 (48% of max value = 765). Red value is 79 (31.25% from 255 or 21.64% from 365); Green value is 158 (62.11% from 255 or 43.29% from 365); Blue value is 128 (50.39% from 255 or 35.07% from 365); Max value from RGB is 158 - color contains mainly: green. Hex color #4F9E80 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #4F9E80 is #B0617F. Grayscale: #838383. Windows color (decimal): -11559296 or 8429135. OLE color: 8429135.
HSL color Cylindrical-coordinate representation of color #4F9E80: hue angle of 157.22º degrees, saturation: 0.33, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #4F9E80 is Cyan = 0.50, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 79 | 158 | 128 | - |
| CMYK | 0.50 | 0 | 0.19 | 0.38 |
| HSL | 157.22º | 0.33% | 0.46% | - |
| HSV(B) | 157.22º | 0.5% | 0.62% | - |
| XYZ | 19.35 | 27.67 | 24.74 | - |
| YUV | 130.96 | 126.33 | 90.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 158 | 128 | 0.50 | 0 | 0.19 | 0.38 | 157.22 | 0.33 | 0.46 |
| Hex | 4F | 9E | 80 | 32 | 0 | 13 | 26 | 9D | 21 | 2E |
| Octal | 117 | 236 | 200 | 62 | 0 | 23 | 46 | 235 | 41 | 56 |
| Binary | 1001111 | 10011110 | 10000000 | 110010 | 0 | 10011 | 100110 | 10011101 | 100001 | 101110 |
Color Harmonies of #4F9E80
Complementary color
Monochromatic Colors of #4F9E80
Black with #4F9E80
Text Example
Text Example
White with #4F9E80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F9E80; }
p { color: rgb(79,158,128); }
H1.HeaderClassName
{
color: #4F9E80;
}
.AnyTagClassName
{
color: #4F9E80;
}
</style>
background-color css
<style>
a { background-color: #4F9E80; }
a { background-color: rgb(79,158,128); }
div.DivClassName
{
background-color: #4F9E80;
}
.BgClassName
{
background-color: #4F9E80;
}
</style>
border-color css
<style>
span { border-color: #4F9E80; }
span { border-color: rgb(79,158,128); }
td.TdClassName
{
border-color: #4F9E80;
}
.TagClassName
{
border-color: #4F9E80;
}
</style>