Shades of Finlandia #5F765F
Tints of Finlandia #5F765F
RGB
CMYK
RGB Variations
Color information
#5F765F (or 0x5F765F) is known color: Finlandia. HEX triplet: 5F, 76 and 5F. RGB value is (95,118,95). Sum of RGB (Red+Green+Blue) = 95+118+95=308 (40% of max value = 765). Red value is 95 (37.5% from 255 or 30.84% from 308); Green value is 118 (46.48% from 255 or 38.31% from 308); Blue value is 95 (37.5% from 255 or 30.84% from 308); Max value from RGB is 118 - color contains mainly: green. Hex color #5F765F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5F765F is #A089A0. Grayscale: #6C6C6C. Windows color (decimal): -10520993 or 6256223. OLE color: 6256223.
HSL color Cylindrical-coordinate representation of color #5F765F: hue angle of 120º degrees, saturation: 0.11, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #5F765F is Cyan = 0.19, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 95 | 118 | 95 | - |
| CMYK | 0.19 | 0 | 0.19 | 0.54 |
| HSL | 120º | 0.11% | 0.42% | - |
| HSV(B) | 120º | 0.19% | 0.46% | - |
| XYZ | 13.26 | 16.22 | 13.26 | - |
| YUV | 108.5 | 120.38 | 118.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 118 | 95 | 0.19 | 0 | 0.19 | 0.54 | 120 | 0.11 | 0.42 |
| Hex | 5F | 76 | 5F | 13 | 0 | 13 | 36 | 78 | B | 2A |
| Octal | 137 | 166 | 137 | 23 | 0 | 23 | 66 | 170 | 13 | 52 |
| Binary | 1011111 | 1110110 | 1011111 | 10011 | 0 | 10011 | 110110 | 1111000 | 1011 | 101010 |
Color Harmonies of #5F765F
Complementary color
Monochromatic Colors of #5F765F
Black with #5F765F
Text Example
Text Example
White with #5F765F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5F765F; }
p { color: rgb(95,118,95); }
H1.HeaderClassName
{
color: #5F765F;
}
.AnyTagClassName
{
color: #5F765F;
}
</style>
background-color css
<style>
a { background-color: #5F765F; }
a { background-color: rgb(95,118,95); }
div.DivClassName
{
background-color: #5F765F;
}
.BgClassName
{
background-color: #5F765F;
}
</style>
border-color css
<style>
span { border-color: #5F765F; }
span { border-color: rgb(95,118,95); }
td.TdClassName
{
border-color: #5F765F;
}
.TagClassName
{
border-color: #5F765F;
}
</style>