Shades of Killarney #4F6D50
Tints of Killarney #4F6D50
RGB
CMYK
RGB Variations
Color information
#4F6D50 (or 0x4F6D50) is known color: Killarney. HEX triplet: 4F, 6D and 50. RGB value is (79,109,80). Sum of RGB (Red+Green+Blue) = 79+109+80=268 (35% of max value = 765). Red value is 79 (31.25% from 255 or 29.48% from 268); Green value is 109 (42.97% from 255 or 40.67% from 268); Blue value is 80 (31.64% from 255 or 29.85% from 268); Max value from RGB is 109 - color contains mainly: green. Hex color #4F6D50 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #4F6D50 is #B092AF. Grayscale: #606060. Windows color (decimal): -11571888 or 5270863. OLE color: 5270863.
HSL color Cylindrical-coordinate representation of color #4F6D50: hue angle of 122º degrees, saturation: 0.16, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #4F6D50 is Cyan = 0.28, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 79 | 109 | 80 | - |
| CMYK | 0.28 | 0 | 0.27 | 0.57 |
| HSL | 122º | 0.16% | 0.37% | - |
| HSV(B) | 122º | 0.28% | 0.43% | - |
| XYZ | 10.14 | 13.18 | 9.6 | - |
| YUV | 96.72 | 118.56 | 115.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 109 | 80 | 0.28 | 0 | 0.27 | 0.57 | 122 | 0.16 | 0.37 |
| Hex | 4F | 6D | 50 | 1C | 0 | 1B | 39 | 7A | 10 | 25 |
| Octal | 117 | 155 | 120 | 34 | 0 | 33 | 71 | 172 | 20 | 45 |
| Binary | 1001111 | 1101101 | 1010000 | 11100 | 0 | 11011 | 111001 | 1111010 | 10000 | 100101 |
Color Harmonies of #4F6D50
Complementary color
Monochromatic Colors of #4F6D50
Black with #4F6D50
Text Example
Text Example
White with #4F6D50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F6D50; }
p { color: rgb(79,109,80); }
H1.HeaderClassName
{
color: #4F6D50;
}
.AnyTagClassName
{
color: #4F6D50;
}
</style>
background-color css
<style>
a { background-color: #4F6D50; }
a { background-color: rgb(79,109,80); }
div.DivClassName
{
background-color: #4F6D50;
}
.BgClassName
{
background-color: #4F6D50;
}
</style>
border-color css
<style>
span { border-color: #4F6D50; }
span { border-color: rgb(79,109,80); }
td.TdClassName
{
border-color: #4F6D50;
}
.TagClassName
{
border-color: #4F6D50;
}
</style>