Shades of Killarney #42764F
Tints of Killarney #42764F
RGB
CMYK
RGB Variations
Color information
#42764F (or 0x42764F) is known color: Killarney. HEX triplet: 42, 76 and 4F. RGB value is (66,118,79). Sum of RGB (Red+Green+Blue) = 66+118+79=263 (34% of max value = 765). Red value is 66 (26.17% from 255 or 25.10% from 263); Green value is 118 (46.48% from 255 or 44.87% from 263); Blue value is 79 (31.25% from 255 or 30.04% from 263); Max value from RGB is 118 - color contains mainly: green. Hex color #42764F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #42764F is #BD89B0. Grayscale: #626262. Windows color (decimal): -12421553 or 5207618. OLE color: 5207618.
HSL color Cylindrical-coordinate representation of color #42764F: hue angle of 135º 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 #42764F is Cyan = 0.44, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 66 | 118 | 79 | - |
| CMYK | 0.44 | 0 | 0.33 | 0.54 |
| HSL | 135º | 0.28% | 0.36% | - |
| HSV(B) | 135º | 0.44% | 0.46% | - |
| XYZ | 10.14 | 14.68 | 9.7 | - |
| YUV | 98.01 | 117.27 | 105.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 118 | 79 | 0.44 | 0 | 0.33 | 0.54 | 135 | 0.28 | 0.36 |
| Hex | 42 | 76 | 4F | 2C | 0 | 21 | 36 | 87 | 1C | 24 |
| Octal | 102 | 166 | 117 | 54 | 0 | 41 | 66 | 207 | 34 | 44 |
| Binary | 1000010 | 1110110 | 1001111 | 101100 | 0 | 100001 | 110110 | 10000111 | 11100 | 100100 |
Color Harmonies of #42764F
Complementary color
Monochromatic Colors of #42764F
Black with #42764F
Text Example
Text Example
White with #42764F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42764F; }
p { color: rgb(66,118,79); }
H1.HeaderClassName
{
color: #42764F;
}
.AnyTagClassName
{
color: #42764F;
}
</style>
background-color css
<style>
a { background-color: #42764F; }
a { background-color: rgb(66,118,79); }
div.DivClassName
{
background-color: #42764F;
}
.BgClassName
{
background-color: #42764F;
}
</style>
border-color css
<style>
span { border-color: #42764F; }
span { border-color: rgb(66,118,79); }
td.TdClassName
{
border-color: #42764F;
}
.TagClassName
{
border-color: #42764F;
}
</style>