Shades of Killarney #4F7E4E
Tints of Killarney #4F7E4E
RGB
CMYK
RGB Variations
Color information
#4F7E4E (or 0x4F7E4E) is known color: Killarney. HEX triplet: 4F, 7E and 4E. RGB value is (79,126,78). Sum of RGB (Red+Green+Blue) = 79+126+78=283 (37% of max value = 765). Red value is 79 (31.25% from 255 or 27.92% from 283); Green value is 126 (49.61% from 255 or 44.52% from 283); Blue value is 78 (30.86% from 255 or 27.56% from 283); Max value from RGB is 126 - color contains mainly: green. Hex color #4F7E4E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #4F7E4E is #B081B1. Grayscale: #6A6A6A. Windows color (decimal): -11567538 or 5144143. OLE color: 5144143.
HSL color Cylindrical-coordinate representation of color #4F7E4E: hue angle of 118.75º degrees, saturation: 0.24, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #4F7E4E is Cyan = 0.37, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 79 | 126 | 78 | - |
| CMYK | 0.37 | 0 | 0.38 | 0.51 |
| HSL | 118.75º | 0.24% | 0.4% | - |
| HSV(B) | 118.75º | 0.38% | 0.49% | - |
| XYZ | 12.06 | 17.13 | 9.88 | - |
| YUV | 106.48 | 111.93 | 108.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 126 | 78 | 0.37 | 0 | 0.38 | 0.51 | 118.75 | 0.24 | 0.4 |
| Hex | 4F | 7E | 4E | 25 | 0 | 26 | 33 | 77 | 18 | 28 |
| Octal | 117 | 176 | 116 | 45 | 0 | 46 | 63 | 167 | 30 | 50 |
| Binary | 1001111 | 1111110 | 1001110 | 100101 | 0 | 100110 | 110011 | 1110111 | 11000 | 101000 |
Color Harmonies of #4F7E4E
Complementary color
Monochromatic Colors of #4F7E4E
Black with #4F7E4E
Text Example
Text Example
White with #4F7E4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F7E4E; }
p { color: rgb(79,126,78); }
H1.HeaderClassName
{
color: #4F7E4E;
}
.AnyTagClassName
{
color: #4F7E4E;
}
</style>
background-color css
<style>
a { background-color: #4F7E4E; }
a { background-color: rgb(79,126,78); }
div.DivClassName
{
background-color: #4F7E4E;
}
.BgClassName
{
background-color: #4F7E4E;
}
</style>
border-color css
<style>
span { border-color: #4F7E4E; }
span { border-color: rgb(79,126,78); }
td.TdClassName
{
border-color: #4F7E4E;
}
.TagClassName
{
border-color: #4F7E4E;
}
</style>