Shades of Killarney #50754F
Tints of Killarney #50754F
RGB
CMYK
RGB Variations
Color information
#50754F (or 0x50754F) is known color: Killarney. HEX triplet: 50, 75 and 4F. RGB value is (80,117,79). Sum of RGB (Red+Green+Blue) = 80+117+79=276 (36% of max value = 765). Red value is 80 (31.64% from 255 or 28.99% from 276); Green value is 117 (46.09% from 255 or 42.39% from 276); Blue value is 79 (31.25% from 255 or 28.62% from 276); Max value from RGB is 117 - color contains mainly: green. Hex color #50754F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #50754F is #AF8AB0. Grayscale: #656565. Windows color (decimal): -11504305 or 5207376. OLE color: 5207376.
HSL color Cylindrical-coordinate representation of color #50754F: hue angle of 118.42º degrees, saturation: 0.19, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #50754F is Cyan = 0.32, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 80 | 117 | 79 | - |
| CMYK | 0.32 | 0 | 0.32 | 0.54 |
| HSL | 118.42º | 0.19% | 0.38% | - |
| HSV(B) | 118.42º | 0.32% | 0.46% | - |
| XYZ | 11.08 | 14.99 | 9.71 | - |
| YUV | 101.61 | 115.24 | 112.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 117 | 79 | 0.32 | 0 | 0.32 | 0.54 | 118.42 | 0.19 | 0.38 |
| Hex | 50 | 75 | 4F | 20 | 0 | 20 | 36 | 76 | 13 | 26 |
| Octal | 120 | 165 | 117 | 40 | 0 | 40 | 66 | 166 | 23 | 46 |
| Binary | 1010000 | 1110101 | 1001111 | 100000 | 0 | 100000 | 110110 | 1110110 | 10011 | 100110 |
Color Harmonies of #50754F
Complementary color
Monochromatic Colors of #50754F
Black with #50754F
Text Example
Text Example
White with #50754F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50754F; }
p { color: rgb(80,117,79); }
H1.HeaderClassName
{
color: #50754F;
}
.AnyTagClassName
{
color: #50754F;
}
</style>
background-color css
<style>
a { background-color: #50754F; }
a { background-color: rgb(80,117,79); }
div.DivClassName
{
background-color: #50754F;
}
.BgClassName
{
background-color: #50754F;
}
</style>
border-color css
<style>
span { border-color: #50754F; }
span { border-color: rgb(80,117,79); }
td.TdClassName
{
border-color: #50754F;
}
.TagClassName
{
border-color: #50754F;
}
</style>