Shades of Killarney #4C764E
Tints of Killarney #4C764E
RGB
CMYK
RGB Variations
Color information
#4C764E (or 0x4C764E) is known color: Killarney. HEX triplet: 4C, 76 and 4E. RGB value is (76,118,78). Sum of RGB (Red+Green+Blue) = 76+118+78=272 (36% of max value = 765). Red value is 76 (30.08% from 255 or 27.94% from 272); Green value is 118 (46.48% from 255 or 43.38% from 272); Blue value is 78 (30.86% from 255 or 28.68% from 272); Max value from RGB is 118 - color contains mainly: green. Hex color #4C764E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #4C764E is #B389B1. Grayscale: #646464. Windows color (decimal): -11766194 or 5142092. OLE color: 5142092.
HSL color Cylindrical-coordinate representation of color #4C764E: hue angle of 122.86º degrees, saturation: 0.22, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #4C764E is Cyan = 0.36, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 76 | 118 | 78 | - |
| CMYK | 0.36 | 0 | 0.34 | 0.54 |
| HSL | 122.86º | 0.22% | 0.38% | - |
| HSV(B) | 122.86º | 0.36% | 0.46% | - |
| XYZ | 10.83 | 15.04 | 9.54 | - |
| YUV | 100.88 | 115.09 | 110.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 118 | 78 | 0.36 | 0 | 0.34 | 0.54 | 122.86 | 0.22 | 0.38 |
| Hex | 4C | 76 | 4E | 24 | 0 | 22 | 36 | 7B | 16 | 26 |
| Octal | 114 | 166 | 116 | 44 | 0 | 42 | 66 | 173 | 26 | 46 |
| Binary | 1001100 | 1110110 | 1001110 | 100100 | 0 | 100010 | 110110 | 1111011 | 10110 | 100110 |
Color Harmonies of #4C764E
Complementary color
Monochromatic Colors of #4C764E
Black with #4C764E
Text Example
Text Example
White with #4C764E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C764E; }
p { color: rgb(76,118,78); }
H1.HeaderClassName
{
color: #4C764E;
}
.AnyTagClassName
{
color: #4C764E;
}
</style>
background-color css
<style>
a { background-color: #4C764E; }
a { background-color: rgb(76,118,78); }
div.DivClassName
{
background-color: #4C764E;
}
.BgClassName
{
background-color: #4C764E;
}
</style>
border-color css
<style>
span { border-color: #4C764E; }
span { border-color: rgb(76,118,78); }
td.TdClassName
{
border-color: #4C764E;
}
.TagClassName
{
border-color: #4C764E;
}
</style>