Shades of Killarney #4F704D
Tints of Killarney #4F704D
RGB
CMYK
RGB Variations
Color information
#4F704D (or 0x4F704D) is known color: Killarney. HEX triplet: 4F, 70 and 4D. RGB value is (79,112,77). Sum of RGB (Red+Green+Blue) = 79+112+77=268 (35% of max value = 765). Red value is 79 (31.25% from 255 or 29.48% from 268); Green value is 112 (44.14% from 255 or 41.79% from 268); Blue value is 77 (30.47% from 255 or 28.73% from 268); Max value from RGB is 112 - color contains mainly: green. Hex color #4F704D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #4F704D is #B08FB2. Grayscale: #626262. Windows color (decimal): -11571123 or 5075023. OLE color: 5075023.
HSL color Cylindrical-coordinate representation of color #4F704D: hue angle of 116.57º degrees, saturation: 0.19, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #4F704D is Cyan = 0.29, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 79 | 112 | 77 | - |
| CMYK | 0.29 | 0 | 0.31 | 0.56 |
| HSL | 116.57º | 0.19% | 0.37% | - |
| HSV(B) | 116.57º | 0.31% | 0.44% | - |
| XYZ | 10.36 | 13.79 | 9.14 | - |
| YUV | 98.14 | 116.07 | 114.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 112 | 77 | 0.29 | 0 | 0.31 | 0.56 | 116.57 | 0.19 | 0.37 |
| Hex | 4F | 70 | 4D | 1D | 0 | 1F | 38 | 75 | 13 | 25 |
| Octal | 117 | 160 | 115 | 35 | 0 | 37 | 70 | 165 | 23 | 45 |
| Binary | 1001111 | 1110000 | 1001101 | 11101 | 0 | 11111 | 111000 | 1110101 | 10011 | 100101 |
Color Harmonies of #4F704D
Complementary color
Monochromatic Colors of #4F704D
Black with #4F704D
Text Example
Text Example
White with #4F704D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F704D; }
p { color: rgb(79,112,77); }
H1.HeaderClassName
{
color: #4F704D;
}
.AnyTagClassName
{
color: #4F704D;
}
</style>
background-color css
<style>
a { background-color: #4F704D; }
a { background-color: rgb(79,112,77); }
div.DivClassName
{
background-color: #4F704D;
}
.BgClassName
{
background-color: #4F704D;
}
</style>
border-color css
<style>
span { border-color: #4F704D; }
span { border-color: rgb(79,112,77); }
td.TdClassName
{
border-color: #4F704D;
}
.TagClassName
{
border-color: #4F704D;
}
</style>