Shades of Finlandia #5E765D
Tints of Finlandia #5E765D
RGB
CMYK
RGB Variations
Color information
#5E765D (or 0x5E765D) is known color: Finlandia. HEX triplet: 5E, 76 and 5D. RGB value is (94,118,93). Sum of RGB (Red+Green+Blue) = 94+118+93=305 (40% of max value = 765). Red value is 94 (37.11% from 255 or 30.82% from 305); Green value is 118 (46.48% from 255 or 38.69% from 305); Blue value is 93 (36.72% from 255 or 30.49% from 305); Max value from RGB is 118 - color contains mainly: green. Hex color #5E765D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5E765D is #A189A2. Grayscale: #6C6C6C. Windows color (decimal): -10586531 or 6125150. OLE color: 6125150.
HSL color Cylindrical-coordinate representation of color #5E765D: hue angle of 117.6º degrees, saturation: 0.12, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #5E765D is Cyan = 0.20, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 94 | 118 | 93 | - |
| CMYK | 0.20 | 0 | 0.21 | 0.54 |
| HSL | 117.6º | 0.12% | 0.41% | - |
| HSV(B) | 117.6º | 0.21% | 0.46% | - |
| XYZ | 13.07 | 16.13 | 12.78 | - |
| YUV | 107.97 | 119.55 | 118.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 118 | 93 | 0.20 | 0 | 0.21 | 0.54 | 117.6 | 0.12 | 0.41 |
| Hex | 5E | 76 | 5D | 14 | 0 | 15 | 36 | 76 | C | 29 |
| Octal | 136 | 166 | 135 | 24 | 0 | 25 | 66 | 166 | 14 | 51 |
| Binary | 1011110 | 1110110 | 1011101 | 10100 | 0 | 10101 | 110110 | 1110110 | 1100 | 101001 |
Color Harmonies of #5E765D
Complementary color
Monochromatic Colors of #5E765D
Black with #5E765D
Text Example
Text Example
White with #5E765D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E765D; }
p { color: rgb(94,118,93); }
H1.HeaderClassName
{
color: #5E765D;
}
.AnyTagClassName
{
color: #5E765D;
}
</style>
background-color css
<style>
a { background-color: #5E765D; }
a { background-color: rgb(94,118,93); }
div.DivClassName
{
background-color: #5E765D;
}
.BgClassName
{
background-color: #5E765D;
}
</style>
border-color css
<style>
span { border-color: #5E765D; }
span { border-color: rgb(94,118,93); }
td.TdClassName
{
border-color: #5E765D;
}
.TagClassName
{
border-color: #5E765D;
}
</style>