Shades of Killarney #4F7A4F
Tints of Killarney #4F7A4F
RGB
CMYK
RGB Variations
Color information
#4F7A4F (or 0x4F7A4F) is known color: Killarney. HEX triplet: 4F, 7A and 4F. RGB value is (79,122,79). Sum of RGB (Red+Green+Blue) = 79+122+79=280 (37% of max value = 765). Red value is 79 (31.25% from 255 or 28.21% from 280); Green value is 122 (48.05% from 255 or 43.57% from 280); Blue value is 79 (31.25% from 255 or 28.21% from 280); Max value from RGB is 122 - color contains mainly: green. Hex color #4F7A4F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #4F7A4F is #B085B0. Grayscale: #686868. Windows color (decimal): -11568561 or 5208655. OLE color: 5208655.
HSL color Cylindrical-coordinate representation of color #4F7A4F: hue angle of 120º degrees, saturation: 0.21, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #4F7A4F is Cyan = 0.35, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 79 | 122 | 79 | - |
| CMYK | 0.35 | 0 | 0.35 | 0.52 |
| HSL | 120º | 0.21% | 0.39% | - |
| HSV(B) | 120º | 0.35% | 0.48% | - |
| XYZ | 11.6 | 16.15 | 9.9 | - |
| YUV | 104.24 | 113.75 | 110 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 122 | 79 | 0.35 | 0 | 0.35 | 0.52 | 120 | 0.21 | 0.39 |
| Hex | 4F | 7A | 4F | 23 | 0 | 23 | 34 | 78 | 15 | 27 |
| Octal | 117 | 172 | 117 | 43 | 0 | 43 | 64 | 170 | 25 | 47 |
| Binary | 1001111 | 1111010 | 1001111 | 100011 | 0 | 100011 | 110100 | 1111000 | 10101 | 100111 |
Color Harmonies of #4F7A4F
Complementary color
Monochromatic Colors of #4F7A4F
Black with #4F7A4F
Text Example
Text Example
White with #4F7A4F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F7A4F; }
p { color: rgb(79,122,79); }
H1.HeaderClassName
{
color: #4F7A4F;
}
.AnyTagClassName
{
color: #4F7A4F;
}
</style>
background-color css
<style>
a { background-color: #4F7A4F; }
a { background-color: rgb(79,122,79); }
div.DivClassName
{
background-color: #4F7A4F;
}
.BgClassName
{
background-color: #4F7A4F;
}
</style>
border-color css
<style>
span { border-color: #4F7A4F; }
span { border-color: rgb(79,122,79); }
td.TdClassName
{
border-color: #4F7A4F;
}
.TagClassName
{
border-color: #4F7A4F;
}
</style>