Shades of Killarney #59795A
Tints of Killarney #59795A
RGB
CMYK
RGB Variations
Color information
#59795A (or 0x59795A) is known color: Killarney. HEX triplet: 59, 79 and 5A. RGB value is (89,121,90). Sum of RGB (Red+Green+Blue) = 89+121+90=300 (39% of max value = 765). Red value is 89 (35.16% from 255 or 29.67% from 300); Green value is 121 (47.66% from 255 or 40.33% from 300); Blue value is 90 (35.55% from 255 or 30% from 300); Max value from RGB is 121 - color contains mainly: green. Hex color #59795A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #59795A is #A686A5. Grayscale: #6B6B6B. Windows color (decimal): -10913446 or 5929305. OLE color: 5929305.
HSL color Cylindrical-coordinate representation of color #59795A: hue angle of 121.88º degrees, saturation: 0.15, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #59795A is Cyan = 0.26, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 89 | 121 | 90 | - |
| CMYK | 0.26 | 0 | 0.26 | 0.53 |
| HSL | 121.88º | 0.15% | 0.41% | - |
| HSV(B) | 121.88º | 0.26% | 0.47% | - |
| XYZ | 12.8 | 16.54 | 12.19 | - |
| YUV | 107.9 | 117.9 | 114.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 121 | 90 | 0.26 | 0 | 0.26 | 0.53 | 121.88 | 0.15 | 0.41 |
| Hex | 59 | 79 | 5A | 1A | 0 | 1A | 35 | 7A | F | 29 |
| Octal | 131 | 171 | 132 | 32 | 0 | 32 | 65 | 172 | 17 | 51 |
| Binary | 1011001 | 1111001 | 1011010 | 11010 | 0 | 11010 | 110101 | 1111010 | 1111 | 101001 |
Color Harmonies of #59795A
Complementary color
Monochromatic Colors of #59795A
Black with #59795A
Text Example
Text Example
White with #59795A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #59795A; }
p { color: rgb(89,121,90); }
H1.HeaderClassName
{
color: #59795A;
}
.AnyTagClassName
{
color: #59795A;
}
</style>
background-color css
<style>
a { background-color: #59795A; }
a { background-color: rgb(89,121,90); }
div.DivClassName
{
background-color: #59795A;
}
.BgClassName
{
background-color: #59795A;
}
</style>
border-color css
<style>
span { border-color: #59795A; }
span { border-color: rgb(89,121,90); }
td.TdClassName
{
border-color: #59795A;
}
.TagClassName
{
border-color: #59795A;
}
</style>