Shades of Finlandia #5E785D
Tints of Finlandia #5E785D
RGB
CMYK
RGB Variations
Color information
#5E785D (or 0x5E785D) is known color: Finlandia. HEX triplet: 5E, 78 and 5D. RGB value is (94,120,93). Sum of RGB (Red+Green+Blue) = 94+120+93=307 (40% of max value = 765). Red value is 94 (37.11% from 255 or 30.62% from 307); Green value is 120 (47.27% from 255 or 39.09% from 307); Blue value is 93 (36.72% from 255 or 30.29% from 307); Max value from RGB is 120 - color contains mainly: green. Hex color #5E785D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5E785D is #A187A2. Grayscale: #6D6D6D. Windows color (decimal): -10586019 or 6125662. OLE color: 6125662.
HSL color Cylindrical-coordinate representation of color #5E785D: hue angle of 117.78º 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 #5E785D is Cyan = 0.22, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 94 | 120 | 93 | - |
| CMYK | 0.22 | 0 | 0.22 | 0.53 |
| HSL | 117.78º | 0.13% | 0.42% | - |
| HSV(B) | 117.78º | 0.23% | 0.47% | - |
| XYZ | 13.31 | 16.6 | 12.86 | - |
| YUV | 109.15 | 118.89 | 117.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 120 | 93 | 0.22 | 0 | 0.22 | 0.53 | 117.78 | 0.13 | 0.42 |
| Hex | 5E | 78 | 5D | 16 | 0 | 16 | 35 | 76 | D | 2A |
| Octal | 136 | 170 | 135 | 26 | 0 | 26 | 65 | 166 | 15 | 52 |
| Binary | 1011110 | 1111000 | 1011101 | 10110 | 0 | 10110 | 110101 | 1110110 | 1101 | 101010 |
Color Harmonies of #5E785D
Complementary color
Monochromatic Colors of #5E785D
Black with #5E785D
Text Example
Text Example
White with #5E785D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E785D; }
p { color: rgb(94,120,93); }
H1.HeaderClassName
{
color: #5E785D;
}
.AnyTagClassName
{
color: #5E785D;
}
</style>
background-color css
<style>
a { background-color: #5E785D; }
a { background-color: rgb(94,120,93); }
div.DivClassName
{
background-color: #5E785D;
}
.BgClassName
{
background-color: #5E785D;
}
</style>
border-color css
<style>
span { border-color: #5E785D; }
span { border-color: rgb(94,120,93); }
td.TdClassName
{
border-color: #5E785D;
}
.TagClassName
{
border-color: #5E785D;
}
</style>