Shades of Killarney #4F764E
Tints of Killarney #4F764E
RGB
CMYK
RGB Variations
Color information
#4F764E (or 0x4F764E) is known color: Killarney. HEX triplet: 4F, 76 and 4E. RGB value is (79,118,78). Sum of RGB (Red+Green+Blue) = 79+118+78=275 (36% of max value = 765). Red value is 79 (31.25% from 255 or 28.73% from 275); Green value is 118 (46.48% from 255 or 42.91% from 275); Blue value is 78 (30.86% from 255 or 28.36% from 275); Max value from RGB is 118 - color contains mainly: green. Hex color #4F764E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #4F764E is #B089B1. Grayscale: #656565. Windows color (decimal): -11569586 or 5142095. OLE color: 5142095.
HSL color Cylindrical-coordinate representation of color #4F764E: hue angle of 118.5º degrees, saturation: 0.2, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #4F764E is Cyan = 0.33, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 79 | 118 | 78 | - |
| CMYK | 0.33 | 0 | 0.34 | 0.54 |
| HSL | 118.5º | 0.2% | 0.38% | - |
| HSV(B) | 118.5º | 0.34% | 0.46% | - |
| XYZ | 11.08 | 15.17 | 9.55 | - |
| YUV | 101.78 | 114.58 | 111.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 118 | 78 | 0.33 | 0 | 0.34 | 0.54 | 118.5 | 0.2 | 0.38 |
| Hex | 4F | 76 | 4E | 21 | 0 | 22 | 36 | 76 | 14 | 26 |
| Octal | 117 | 166 | 116 | 41 | 0 | 42 | 66 | 166 | 24 | 46 |
| Binary | 1001111 | 1110110 | 1001110 | 100001 | 0 | 100010 | 110110 | 1110110 | 10100 | 100110 |
Color Harmonies of #4F764E
Complementary color
Monochromatic Colors of #4F764E
Black with #4F764E
Text Example
Text Example
White with #4F764E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F764E; }
p { color: rgb(79,118,78); }
H1.HeaderClassName
{
color: #4F764E;
}
.AnyTagClassName
{
color: #4F764E;
}
</style>
background-color css
<style>
a { background-color: #4F764E; }
a { background-color: rgb(79,118,78); }
div.DivClassName
{
background-color: #4F764E;
}
.BgClassName
{
background-color: #4F764E;
}
</style>
border-color css
<style>
span { border-color: #4F764E; }
span { border-color: rgb(79,118,78); }
td.TdClassName
{
border-color: #4F764E;
}
.TagClassName
{
border-color: #4F764E;
}
</style>