Shades of Killarney #42764D
Tints of Killarney #42764D
RGB
CMYK
RGB Variations
Color information
#42764D (or 0x42764D) is known color: Killarney. HEX triplet: 42, 76 and 4D. RGB value is (66,118,77). Sum of RGB (Red+Green+Blue) = 66+118+77=261 (34% of max value = 765). Red value is 66 (26.17% from 255 or 25.29% from 261); Green value is 118 (46.48% from 255 or 45.21% from 261); Blue value is 77 (30.47% from 255 or 29.50% from 261); Max value from RGB is 118 - color contains mainly: green. Hex color #42764D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #42764D is #BD89B2. Grayscale: #616161. Windows color (decimal): -12421555 or 5076546. OLE color: 5076546.
HSL color Cylindrical-coordinate representation of color #42764D: hue angle of 132.69º degrees, saturation: 0.28, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #42764D is Cyan = 0.44, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 66 | 118 | 77 | - |
| CMYK | 0.44 | 0 | 0.35 | 0.54 |
| HSL | 132.69º | 0.28% | 0.36% | - |
| HSV(B) | 132.69º | 0.44% | 0.46% | - |
| XYZ | 10.06 | 14.65 | 9.32 | - |
| YUV | 97.78 | 116.27 | 105.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 118 | 77 | 0.44 | 0 | 0.35 | 0.54 | 132.69 | 0.28 | 0.36 |
| Hex | 42 | 76 | 4D | 2C | 0 | 23 | 36 | 85 | 1C | 24 |
| Octal | 102 | 166 | 115 | 54 | 0 | 43 | 66 | 205 | 34 | 44 |
| Binary | 1000010 | 1110110 | 1001101 | 101100 | 0 | 100011 | 110110 | 10000101 | 11100 | 100100 |
Color Harmonies of #42764D
Complementary color
Monochromatic Colors of #42764D
Black with #42764D
Text Example
Text Example
White with #42764D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42764D; }
p { color: rgb(66,118,77); }
H1.HeaderClassName
{
color: #42764D;
}
.AnyTagClassName
{
color: #42764D;
}
</style>
background-color css
<style>
a { background-color: #42764D; }
a { background-color: rgb(66,118,77); }
div.DivClassName
{
background-color: #42764D;
}
.BgClassName
{
background-color: #42764D;
}
</style>
border-color css
<style>
span { border-color: #42764D; }
span { border-color: rgb(66,118,77); }
td.TdClassName
{
border-color: #42764D;
}
.TagClassName
{
border-color: #42764D;
}
</style>