Shades of Killarney #5B7D5F
Tints of Killarney #5B7D5F
RGB
CMYK
RGB Variations
Color information
#5B7D5F (or 0x5B7D5F) is known color: Killarney. HEX triplet: 5B, 7D and 5F. RGB value is (91,125,95). Sum of RGB (Red+Green+Blue) = 91+125+95=311 (41% of max value = 765). Red value is 91 (35.94% from 255 or 29.26% from 311); Green value is 125 (49.22% from 255 or 40.19% from 311); Blue value is 95 (37.5% from 255 or 30.55% from 311); Max value from RGB is 125 - color contains mainly: green. Hex color #5B7D5F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5B7D5F is #A482A0. Grayscale: #6F6F6F. Windows color (decimal): -10781345 or 6258011. OLE color: 6258011.
HSL color Cylindrical-coordinate representation of color #5B7D5F: hue angle of 127.06º degrees, saturation: 0.16, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #5B7D5F is Cyan = 0.27, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 91 | 125 | 95 | - |
| CMYK | 0.27 | 0 | 0.24 | 0.51 |
| HSL | 127.06º | 0.16% | 0.42% | - |
| HSV(B) | 127.06º | 0.27% | 0.49% | - |
| XYZ | 13.71 | 17.72 | 13.52 | - |
| YUV | 111.41 | 118.74 | 113.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 125 | 95 | 0.27 | 0 | 0.24 | 0.51 | 127.06 | 0.16 | 0.42 |
| Hex | 5B | 7D | 5F | 1B | 0 | 18 | 33 | 7F | 10 | 2A |
| Octal | 133 | 175 | 137 | 33 | 0 | 30 | 63 | 177 | 20 | 52 |
| Binary | 1011011 | 1111101 | 1011111 | 11011 | 0 | 11000 | 110011 | 1111111 | 10000 | 101010 |
Color Harmonies of #5B7D5F
Complementary color
Monochromatic Colors of #5B7D5F
Black with #5B7D5F
Text Example
Text Example
White with #5B7D5F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B7D5F; }
p { color: rgb(91,125,95); }
H1.HeaderClassName
{
color: #5B7D5F;
}
.AnyTagClassName
{
color: #5B7D5F;
}
</style>
background-color css
<style>
a { background-color: #5B7D5F; }
a { background-color: rgb(91,125,95); }
div.DivClassName
{
background-color: #5B7D5F;
}
.BgClassName
{
background-color: #5B7D5F;
}
</style>
border-color css
<style>
span { border-color: #5B7D5F; }
span { border-color: rgb(91,125,95); }
td.TdClassName
{
border-color: #5B7D5F;
}
.TagClassName
{
border-color: #5B7D5F;
}
</style>