Shades of Killarney #5C785F
Tints of Killarney #5C785F
RGB
CMYK
RGB Variations
Color information
#5C785F (or 0x5C785F) is known color: Killarney. HEX triplet: 5C, 78 and 5F. RGB value is (92,120,95). Sum of RGB (Red+Green+Blue) = 92+120+95=307 (40% of max value = 765). Red value is 92 (36.33% from 255 or 29.97% from 307); Green value is 120 (47.27% from 255 or 39.09% from 307); Blue value is 95 (37.5% from 255 or 30.94% from 307); Max value from RGB is 120 - color contains mainly: green. Hex color #5C785F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5C785F is #A387A0. Grayscale: #6C6C6C. Windows color (decimal): -10717089 or 6256732. OLE color: 6256732.
HSL color Cylindrical-coordinate representation of color #5C785F: hue angle of 126.43º degrees, saturation: 0.13, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #5C785F is Cyan = 0.23, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 92 | 120 | 95 | - |
| CMYK | 0.23 | 0 | 0.21 | 0.53 |
| HSL | 126.43º | 0.13% | 0.42% | - |
| HSV(B) | 126.43º | 0.23% | 0.47% | - |
| XYZ | 13.2 | 16.53 | 13.32 | - |
| YUV | 108.78 | 120.22 | 116.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 120 | 95 | 0.23 | 0 | 0.21 | 0.53 | 126.43 | 0.13 | 0.42 |
| Hex | 5C | 78 | 5F | 17 | 0 | 15 | 35 | 7E | D | 2A |
| Octal | 134 | 170 | 137 | 27 | 0 | 25 | 65 | 176 | 15 | 52 |
| Binary | 1011100 | 1111000 | 1011111 | 10111 | 0 | 10101 | 110101 | 1111110 | 1101 | 101010 |
Color Harmonies of #5C785F
Complementary color
Monochromatic Colors of #5C785F
Black with #5C785F
Text Example
Text Example
White with #5C785F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5C785F; }
p { color: rgb(92,120,95); }
H1.HeaderClassName
{
color: #5C785F;
}
.AnyTagClassName
{
color: #5C785F;
}
</style>
background-color css
<style>
a { background-color: #5C785F; }
a { background-color: rgb(92,120,95); }
div.DivClassName
{
background-color: #5C785F;
}
.BgClassName
{
background-color: #5C785F;
}
</style>
border-color css
<style>
span { border-color: #5C785F; }
span { border-color: rgb(92,120,95); }
td.TdClassName
{
border-color: #5C785F;
}
.TagClassName
{
border-color: #5C785F;
}
</style>