Shades of Finlandia #5D785D
Tints of Finlandia #5D785D
RGB
CMYK
RGB Variations
Color information
#5D785D (or 0x5D785D) is known color: Finlandia. HEX triplet: 5D, 78 and 5D. RGB value is (93,120,93). Sum of RGB (Red+Green+Blue) = 93+120+93=306 (40% of max value = 765). Red value is 93 (36.72% from 255 or 30.39% from 306); Green value is 120 (47.27% from 255 or 39.22% from 306); Blue value is 93 (36.72% from 255 or 30.39% from 306); Max value from RGB is 120 - color contains mainly: green. Hex color #5D785D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5D785D is #A287A2. Grayscale: #6C6C6C. Windows color (decimal): -10651555 or 6125661. OLE color: 6125661.
HSL color Cylindrical-coordinate representation of color #5D785D: hue angle of 120º degrees, saturation: 0.13, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #5D785D is Cyan = 0.22, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 93 | 120 | 93 | - |
| CMYK | 0.22 | 0 | 0.22 | 0.53 |
| HSL | 120º | 0.13% | 0.42% | - |
| HSV(B) | 120º | 0.23% | 0.47% | - |
| XYZ | 13.21 | 16.55 | 12.85 | - |
| YUV | 108.85 | 119.05 | 116.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 120 | 93 | 0.22 | 0 | 0.22 | 0.53 | 120 | 0.13 | 0.42 |
| Hex | 5D | 78 | 5D | 16 | 0 | 16 | 35 | 78 | D | 2A |
| Octal | 135 | 170 | 135 | 26 | 0 | 26 | 65 | 170 | 15 | 52 |
| Binary | 1011101 | 1111000 | 1011101 | 10110 | 0 | 10110 | 110101 | 1111000 | 1101 | 101010 |
Color Harmonies of #5D785D
Complementary color
Monochromatic Colors of #5D785D
Black with #5D785D
Text Example
Text Example
White with #5D785D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D785D; }
p { color: rgb(93,120,93); }
H1.HeaderClassName
{
color: #5D785D;
}
.AnyTagClassName
{
color: #5D785D;
}
</style>
background-color css
<style>
a { background-color: #5D785D; }
a { background-color: rgb(93,120,93); }
div.DivClassName
{
background-color: #5D785D;
}
.BgClassName
{
background-color: #5D785D;
}
</style>
border-color css
<style>
span { border-color: #5D785D; }
span { border-color: rgb(93,120,93); }
td.TdClassName
{
border-color: #5D785D;
}
.TagClassName
{
border-color: #5D785D;
}
</style>