Shades of Killarney #5A765B
Tints of Killarney #5A765B
RGB
CMYK
RGB Variations
Color information
#5A765B (or 0x5A765B) is known color: Killarney. HEX triplet: 5A, 76 and 5B. RGB value is (90,118,91). Sum of RGB (Red+Green+Blue) = 90+118+91=299 (39% of max value = 765). Red value is 90 (35.55% from 255 or 30.10% from 299); Green value is 118 (46.48% from 255 or 39.46% from 299); Blue value is 91 (35.94% from 255 or 30.43% from 299); Max value from RGB is 118 - color contains mainly: green. Hex color #5A765B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5A765B is #A589A4. Grayscale: #6A6A6A. Windows color (decimal): -10848677 or 5994074. OLE color: 5994074.
HSL color Cylindrical-coordinate representation of color #5A765B: hue angle of 122.14º degrees, saturation: 0.13, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #5A765B is Cyan = 0.24, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 90 | 118 | 91 | - |
| CMYK | 0.24 | 0 | 0.23 | 0.54 |
| HSL | 122.14º | 0.13% | 0.41% | - |
| HSV(B) | 122.14º | 0.24% | 0.46% | - |
| XYZ | 12.58 | 15.89 | 12.3 | - |
| YUV | 106.55 | 119.22 | 116.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 118 | 91 | 0.24 | 0 | 0.23 | 0.54 | 122.14 | 0.13 | 0.41 |
| Hex | 5A | 76 | 5B | 18 | 0 | 17 | 36 | 7A | D | 29 |
| Octal | 132 | 166 | 133 | 30 | 0 | 27 | 66 | 172 | 15 | 51 |
| Binary | 1011010 | 1110110 | 1011011 | 11000 | 0 | 10111 | 110110 | 1111010 | 1101 | 101001 |
Color Harmonies of #5A765B
Complementary color
Monochromatic Colors of #5A765B
Black with #5A765B
Text Example
Text Example
White with #5A765B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A765B; }
p { color: rgb(90,118,91); }
H1.HeaderClassName
{
color: #5A765B;
}
.AnyTagClassName
{
color: #5A765B;
}
</style>
background-color css
<style>
a { background-color: #5A765B; }
a { background-color: rgb(90,118,91); }
div.DivClassName
{
background-color: #5A765B;
}
.BgClassName
{
background-color: #5A765B;
}
</style>
border-color css
<style>
span { border-color: #5A765B; }
span { border-color: rgb(90,118,91); }
td.TdClassName
{
border-color: #5A765B;
}
.TagClassName
{
border-color: #5A765B;
}
</style>