Shades of Finlandia #5E795D
Tints of Finlandia #5E795D
RGB
CMYK
RGB Variations
Color information
#5E795D (or 0x5E795D) is known color: Finlandia. HEX triplet: 5E, 79 and 5D. RGB value is (94,121,93). Sum of RGB (Red+Green+Blue) = 94+121+93=308 (40% of max value = 765). Red value is 94 (37.11% from 255 or 30.52% from 308); Green value is 121 (47.66% from 255 or 39.29% from 308); Blue value is 93 (36.72% from 255 or 30.19% from 308); Max value from RGB is 121 - color contains mainly: green. Hex color #5E795D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5E795D is #A186A2. Grayscale: #6D6D6D. Windows color (decimal): -10585763 or 6125918. OLE color: 6125918.
HSL color Cylindrical-coordinate representation of color #5E795D: hue angle of 117.86º 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 #5E795D is Cyan = 0.22, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 94 | 121 | 93 | - |
| CMYK | 0.22 | 0 | 0.23 | 0.53 |
| HSL | 117.86º | 0.13% | 0.42% | - |
| HSV(B) | 117.86º | 0.23% | 0.47% | - |
| XYZ | 13.43 | 16.84 | 12.9 | - |
| YUV | 109.74 | 118.55 | 116.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 121 | 93 | 0.22 | 0 | 0.23 | 0.53 | 117.86 | 0.13 | 0.42 |
| Hex | 5E | 79 | 5D | 16 | 0 | 17 | 35 | 76 | D | 2A |
| Octal | 136 | 171 | 135 | 26 | 0 | 27 | 65 | 166 | 15 | 52 |
| Binary | 1011110 | 1111001 | 1011101 | 10110 | 0 | 10111 | 110101 | 1110110 | 1101 | 101010 |
Color Harmonies of #5E795D
Complementary color
Monochromatic Colors of #5E795D
Black with #5E795D
Text Example
Text Example
White with #5E795D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E795D; }
p { color: rgb(94,121,93); }
H1.HeaderClassName
{
color: #5E795D;
}
.AnyTagClassName
{
color: #5E795D;
}
</style>
background-color css
<style>
a { background-color: #5E795D; }
a { background-color: rgb(94,121,93); }
div.DivClassName
{
background-color: #5E795D;
}
.BgClassName
{
background-color: #5E795D;
}
</style>
border-color css
<style>
span { border-color: #5E795D; }
span { border-color: rgb(94,121,93); }
td.TdClassName
{
border-color: #5E795D;
}
.TagClassName
{
border-color: #5E795D;
}
</style>