Shades of Finlandia #5D785A
Tints of Finlandia #5D785A
RGB
CMYK
RGB Variations
Color information
#5D785A (or 0x5D785A) is known color: Finlandia. HEX triplet: 5D, 78 and 5A. RGB value is (93,120,90). Sum of RGB (Red+Green+Blue) = 93+120+90=303 (40% of max value = 765). Red value is 93 (36.72% from 255 or 30.69% from 303); Green value is 120 (47.27% from 255 or 39.60% from 303); Blue value is 90 (35.55% from 255 or 29.70% from 303); Max value from RGB is 120 - color contains mainly: green. Hex color #5D785A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5D785A is #A287A5. Grayscale: #6C6C6C. Windows color (decimal): -10651558 or 5929053. OLE color: 5929053.
HSL color Cylindrical-coordinate representation of color #5D785A: hue angle of 114º degrees, saturation: 0.14, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #5D785A is Cyan = 0.22, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 93 | 120 | 90 | - |
| CMYK | 0.22 | 0 | 0.25 | 0.53 |
| HSL | 114º | 0.14% | 0.41% | - |
| HSV(B) | 114º | 0.25% | 0.47% | - |
| XYZ | 13.08 | 16.5 | 12.17 | - |
| YUV | 108.51 | 117.55 | 116.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 120 | 90 | 0.22 | 0 | 0.25 | 0.53 | 114 | 0.14 | 0.41 |
| Hex | 5D | 78 | 5A | 16 | 0 | 19 | 35 | 72 | E | 29 |
| Octal | 135 | 170 | 132 | 26 | 0 | 31 | 65 | 162 | 16 | 51 |
| Binary | 1011101 | 1111000 | 1011010 | 10110 | 0 | 11001 | 110101 | 1110010 | 1110 | 101001 |
Color Harmonies of #5D785A
Complementary color
Monochromatic Colors of #5D785A
Black with #5D785A
Text Example
Text Example
White with #5D785A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D785A; }
p { color: rgb(93,120,90); }
H1.HeaderClassName
{
color: #5D785A;
}
.AnyTagClassName
{
color: #5D785A;
}
</style>
background-color css
<style>
a { background-color: #5D785A; }
a { background-color: rgb(93,120,90); }
div.DivClassName
{
background-color: #5D785A;
}
.BgClassName
{
background-color: #5D785A;
}
</style>
border-color css
<style>
span { border-color: #5D785A; }
span { border-color: rgb(93,120,90); }
td.TdClassName
{
border-color: #5D785A;
}
.TagClassName
{
border-color: #5D785A;
}
</style>