Shades of Finlandia #5E795C
Tints of Finlandia #5E795C
RGB
CMYK
RGB Variations
Color information
#5E795C (or 0x5E795C) is known color: Finlandia. HEX triplet: 5E, 79 and 5C. RGB value is (94,121,92). Sum of RGB (Red+Green+Blue) = 94+121+92=307 (40% of max value = 765). Red value is 94 (37.11% from 255 or 30.62% from 307); Green value is 121 (47.66% from 255 or 39.41% from 307); Blue value is 92 (36.33% from 255 or 29.97% from 307); Max value from RGB is 121 - color contains mainly: green. Hex color #5E795C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5E795C is #A186A3. Grayscale: #6D6D6D. Windows color (decimal): -10585764 or 6060382. OLE color: 6060382.
HSL color Cylindrical-coordinate representation of color #5E795C: hue angle of 115.86º degrees, saturation: 0.14, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #5E795C is Cyan = 0.22, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 94 | 121 | 92 | - |
| CMYK | 0.22 | 0 | 0.24 | 0.53 |
| HSL | 115.86º | 0.14% | 0.42% | - |
| HSV(B) | 115.86º | 0.24% | 0.47% | - |
| XYZ | 13.39 | 16.83 | 12.67 | - |
| YUV | 109.62 | 118.05 | 116.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 121 | 92 | 0.22 | 0 | 0.24 | 0.53 | 115.86 | 0.14 | 0.42 |
| Hex | 5E | 79 | 5C | 16 | 0 | 18 | 35 | 74 | E | 2A |
| Octal | 136 | 171 | 134 | 26 | 0 | 30 | 65 | 164 | 16 | 52 |
| Binary | 1011110 | 1111001 | 1011100 | 10110 | 0 | 11000 | 110101 | 1110100 | 1110 | 101010 |
Color Harmonies of #5E795C
Complementary color
Monochromatic Colors of #5E795C
Black with #5E795C
Text Example
Text Example
White with #5E795C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E795C; }
p { color: rgb(94,121,92); }
H1.HeaderClassName
{
color: #5E795C;
}
.AnyTagClassName
{
color: #5E795C;
}
</style>
background-color css
<style>
a { background-color: #5E795C; }
a { background-color: rgb(94,121,92); }
div.DivClassName
{
background-color: #5E795C;
}
.BgClassName
{
background-color: #5E795C;
}
</style>
border-color css
<style>
span { border-color: #5E795C; }
span { border-color: rgb(94,121,92); }
td.TdClassName
{
border-color: #5E795C;
}
.TagClassName
{
border-color: #5E795C;
}
</style>