Shades of Killarney #5C755E
Tints of Killarney #5C755E
RGB
CMYK
RGB Variations
Color information
#5C755E (or 0x5C755E) is known color: Killarney. HEX triplet: 5C, 75 and 5E. RGB value is (92,117,94). Sum of RGB (Red+Green+Blue) = 92+117+94=303 (40% of max value = 765). Red value is 92 (36.33% from 255 or 30.36% from 303); Green value is 117 (46.09% from 255 or 38.61% from 303); Blue value is 94 (37.11% from 255 or 31.02% from 303); Max value from RGB is 117 - color contains mainly: green. Hex color #5C755E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5C755E is #A38AA1. Grayscale: #6A6A6A. Windows color (decimal): -10717858 or 6190428. OLE color: 6190428.
HSL color Cylindrical-coordinate representation of color #5C755E: hue angle of 124.8º degrees, saturation: 0.12, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #5C755E is Cyan = 0.21, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 92 | 117 | 94 | - |
| CMYK | 0.21 | 0 | 0.20 | 0.54 |
| HSL | 124.8º | 0.12% | 0.41% | - |
| HSV(B) | 124.8º | 0.21% | 0.46% | - |
| XYZ | 12.8 | 15.81 | 12.97 | - |
| YUV | 106.9 | 120.72 | 117.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 117 | 94 | 0.21 | 0 | 0.20 | 0.54 | 124.8 | 0.12 | 0.41 |
| Hex | 5C | 75 | 5E | 15 | 0 | 14 | 36 | 7D | C | 29 |
| Octal | 134 | 165 | 136 | 25 | 0 | 24 | 66 | 175 | 14 | 51 |
| Binary | 1011100 | 1110101 | 1011110 | 10101 | 0 | 10100 | 110110 | 1111101 | 1100 | 101001 |
Color Harmonies of #5C755E
Complementary color
Monochromatic Colors of #5C755E
Black with #5C755E
Text Example
Text Example
White with #5C755E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5C755E; }
p { color: rgb(92,117,94); }
H1.HeaderClassName
{
color: #5C755E;
}
.AnyTagClassName
{
color: #5C755E;
}
</style>
background-color css
<style>
a { background-color: #5C755E; }
a { background-color: rgb(92,117,94); }
div.DivClassName
{
background-color: #5C755E;
}
.BgClassName
{
background-color: #5C755E;
}
</style>
border-color css
<style>
span { border-color: #5C755E; }
span { border-color: rgb(92,117,94); }
td.TdClassName
{
border-color: #5C755E;
}
.TagClassName
{
border-color: #5C755E;
}
</style>