Shades of Finlandia #5F765D
Tints of Finlandia #5F765D
RGB
CMYK
RGB Variations
Color information
#5F765D (or 0x5F765D) is known color: Finlandia. HEX triplet: 5F, 76 and 5D. RGB value is (95,118,93). Sum of RGB (Red+Green+Blue) = 95+118+93=306 (40% of max value = 765). Red value is 95 (37.5% from 255 or 31.05% from 306); Green value is 118 (46.48% from 255 or 38.56% from 306); Blue value is 93 (36.72% from 255 or 30.39% from 306); Max value from RGB is 118 - color contains mainly: green. Hex color #5F765D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5F765D is #A089A2. Grayscale: #6C6C6C. Windows color (decimal): -10520995 or 6125151. OLE color: 6125151.
HSL color Cylindrical-coordinate representation of color #5F765D: hue angle of 115.2º 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 #5F765D is Cyan = 0.19, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 95 | 118 | 93 | - |
| CMYK | 0.19 | 0 | 0.21 | 0.54 |
| HSL | 115.2º | 0.12% | 0.41% | - |
| HSV(B) | 115.2º | 0.21% | 0.46% | - |
| XYZ | 13.17 | 16.18 | 12.78 | - |
| YUV | 108.27 | 119.38 | 118.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 118 | 93 | 0.19 | 0 | 0.21 | 0.54 | 115.2 | 0.12 | 0.41 |
| Hex | 5F | 76 | 5D | 13 | 0 | 15 | 36 | 73 | C | 29 |
| Octal | 137 | 166 | 135 | 23 | 0 | 25 | 66 | 163 | 14 | 51 |
| Binary | 1011111 | 1110110 | 1011101 | 10011 | 0 | 10101 | 110110 | 1110011 | 1100 | 101001 |
Color Harmonies of #5F765D
Complementary color
Monochromatic Colors of #5F765D
Black with #5F765D
Text Example
Text Example
White with #5F765D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5F765D; }
p { color: rgb(95,118,93); }
H1.HeaderClassName
{
color: #5F765D;
}
.AnyTagClassName
{
color: #5F765D;
}
</style>
background-color css
<style>
a { background-color: #5F765D; }
a { background-color: rgb(95,118,93); }
div.DivClassName
{
background-color: #5F765D;
}
.BgClassName
{
background-color: #5F765D;
}
</style>
border-color css
<style>
span { border-color: #5F765D; }
span { border-color: rgb(95,118,93); }
td.TdClassName
{
border-color: #5F765D;
}
.TagClassName
{
border-color: #5F765D;
}
</style>