Shades of Finlandia #5C705C
Tints of Finlandia #5C705C
RGB
CMYK
RGB Variations
Color information
#5C705C (or 0x5C705C) is known color: Finlandia. HEX triplet: 5C, 70 and 5C. RGB value is (92,112,92). Sum of RGB (Red+Green+Blue) = 92+112+92=296 (39% of max value = 765). Red value is 92 (36.33% from 255 or 31.08% from 296); Green value is 112 (44.14% from 255 or 37.84% from 296); Blue value is 92 (36.33% from 255 or 31.08% from 296); Max value from RGB is 112 - color contains mainly: green. Hex color #5C705C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5C705C is #A38FA3. Grayscale: #676767. Windows color (decimal): -10719140 or 6058076. OLE color: 6058076.
HSL color Cylindrical-coordinate representation of color #5C705C: hue angle of 120º degrees, saturation: 0.1, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #5C705C is Cyan = 0.18, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 92 | 112 | 92 | - |
| CMYK | 0.18 | 0 | 0.18 | 0.56 |
| HSL | 120º | 0.1% | 0.4% | - |
| HSV(B) | 120º | 0.18% | 0.44% | - |
| XYZ | 12.14 | 14.64 | 12.31 | - |
| YUV | 103.74 | 121.37 | 119.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 112 | 92 | 0.18 | 0 | 0.18 | 0.56 | 120 | 0.1 | 0.4 |
| Hex | 5C | 70 | 5C | 12 | 0 | 12 | 38 | 78 | A | 28 |
| Octal | 134 | 160 | 134 | 22 | 0 | 22 | 70 | 170 | 12 | 50 |
| Binary | 1011100 | 1110000 | 1011100 | 10010 | 0 | 10010 | 111000 | 1111000 | 1010 | 101000 |
Color Harmonies of #5C705C
Complementary color
Monochromatic Colors of #5C705C
Black with #5C705C
Text Example
Text Example
White with #5C705C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5C705C; }
p { color: rgb(92,112,92); }
H1.HeaderClassName
{
color: #5C705C;
}
.AnyTagClassName
{
color: #5C705C;
}
</style>
background-color css
<style>
a { background-color: #5C705C; }
a { background-color: rgb(92,112,92); }
div.DivClassName
{
background-color: #5C705C;
}
.BgClassName
{
background-color: #5C705C;
}
</style>
border-color css
<style>
span { border-color: #5C705C; }
span { border-color: rgb(92,112,92); }
td.TdClassName
{
border-color: #5C705C;
}
.TagClassName
{
border-color: #5C705C;
}
</style>