Shades of Finlandia #5E705A
Tints of Finlandia #5E705A
RGB
CMYK
RGB Variations
Color information
#5E705A (or 0x5E705A) is known color: Finlandia. HEX triplet: 5E, 70 and 5A. RGB value is (94,112,90). Sum of RGB (Red+Green+Blue) = 94+112+90=296 (39% of max value = 765). Red value is 94 (37.11% from 255 or 31.76% from 296); Green value is 112 (44.14% from 255 or 37.84% from 296); Blue value is 90 (35.55% from 255 or 30.41% from 296); Max value from RGB is 112 - color contains mainly: green. Hex color #5E705A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5E705A is #A18FA5. Grayscale: #686868. Windows color (decimal): -10588070 or 5927006. OLE color: 5927006.
HSL color Cylindrical-coordinate representation of color #5E705A: hue angle of 109.09º degrees, saturation: 0.11, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #5E705A is Cyan = 0.16, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 94 | 112 | 90 | - |
| CMYK | 0.16 | 0 | 0.20 | 0.56 |
| HSL | 109.09º | 0.11% | 0.4% | - |
| HSV(B) | 109.09º | 0.2% | 0.44% | - |
| XYZ | 12.26 | 14.71 | 11.87 | - |
| YUV | 104.11 | 120.04 | 120.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 112 | 90 | 0.16 | 0 | 0.20 | 0.56 | 109.09 | 0.11 | 0.4 |
| Hex | 5E | 70 | 5A | 10 | 0 | 14 | 38 | 6D | B | 28 |
| Octal | 136 | 160 | 132 | 20 | 0 | 24 | 70 | 155 | 13 | 50 |
| Binary | 1011110 | 1110000 | 1011010 | 10000 | 0 | 10100 | 111000 | 1101101 | 1011 | 101000 |
Color Harmonies of #5E705A
Complementary color
Monochromatic Colors of #5E705A
Black with #5E705A
Text Example
Text Example
White with #5E705A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E705A; }
p { color: rgb(94,112,90); }
H1.HeaderClassName
{
color: #5E705A;
}
.AnyTagClassName
{
color: #5E705A;
}
</style>
background-color css
<style>
a { background-color: #5E705A; }
a { background-color: rgb(94,112,90); }
div.DivClassName
{
background-color: #5E705A;
}
.BgClassName
{
background-color: #5E705A;
}
</style>
border-color css
<style>
span { border-color: #5E705A; }
span { border-color: rgb(94,112,90); }
td.TdClassName
{
border-color: #5E705A;
}
.TagClassName
{
border-color: #5E705A;
}
</style>