Shades of Finlandia #5D775E
Tints of Finlandia #5D775E
RGB
CMYK
RGB Variations
Color information
#5D775E (or 0x5D775E) is known color: Finlandia. HEX triplet: 5D, 77 and 5E. RGB value is (93,119,94). Sum of RGB (Red+Green+Blue) = 93+119+94=306 (40% of max value = 765). Red value is 93 (36.72% from 255 or 30.39% from 306); Green value is 119 (46.88% from 255 or 38.89% from 306); Blue value is 94 (37.11% from 255 or 30.72% from 306); Max value from RGB is 119 - color contains mainly: green. Hex color #5D775E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5D775E is #A288A1. Grayscale: #6C6C6C. Windows color (decimal): -10651810 or 6190941. OLE color: 6190941.
HSL color Cylindrical-coordinate representation of color #5D775E: hue angle of 122.31º degrees, saturation: 0.12, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #5D775E is Cyan = 0.22, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 93 | 119 | 94 | - |
| CMYK | 0.22 | 0 | 0.21 | 0.53 |
| HSL | 122.31º | 0.12% | 0.42% | - |
| HSV(B) | 122.31º | 0.22% | 0.47% | - |
| XYZ | 13.13 | 16.33 | 13.05 | - |
| YUV | 108.38 | 119.89 | 117.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 119 | 94 | 0.22 | 0 | 0.21 | 0.53 | 122.31 | 0.12 | 0.42 |
| Hex | 5D | 77 | 5E | 16 | 0 | 15 | 35 | 7A | C | 2A |
| Octal | 135 | 167 | 136 | 26 | 0 | 25 | 65 | 172 | 14 | 52 |
| Binary | 1011101 | 1110111 | 1011110 | 10110 | 0 | 10101 | 110101 | 1111010 | 1100 | 101010 |
Color Harmonies of #5D775E
Complementary color
Monochromatic Colors of #5D775E
Black with #5D775E
Text Example
Text Example
White with #5D775E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D775E; }
p { color: rgb(93,119,94); }
H1.HeaderClassName
{
color: #5D775E;
}
.AnyTagClassName
{
color: #5D775E;
}
</style>
background-color css
<style>
a { background-color: #5D775E; }
a { background-color: rgb(93,119,94); }
div.DivClassName
{
background-color: #5D775E;
}
.BgClassName
{
background-color: #5D775E;
}
</style>
border-color css
<style>
span { border-color: #5D775E; }
span { border-color: rgb(93,119,94); }
td.TdClassName
{
border-color: #5D775E;
}
.TagClassName
{
border-color: #5D775E;
}
</style>