Shades of Finlandia #5A785A
Tints of Finlandia #5A785A
RGB
CMYK
RGB Variations
Color information
#5A785A (or 0x5A785A) is known color: Finlandia. HEX triplet: 5A, 78 and 5A. RGB value is (90,120,90). Sum of RGB (Red+Green+Blue) = 90+120+90=300 (39% of max value = 765). Red value is 90 (35.55% from 255 or 30% from 300); Green value is 120 (47.27% from 255 or 40% from 300); Blue value is 90 (35.55% from 255 or 30% from 300); Max value from RGB is 120 - color contains mainly: green. Hex color #5A785A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5A785A is #A587A5. Grayscale: #6B6B6B. Windows color (decimal): -10848166 or 5929050. OLE color: 5929050.
HSL color Cylindrical-coordinate representation of color #5A785A: hue angle of 120º 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 #5A785A is Cyan = 0.25, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 90 | 120 | 90 | - |
| CMYK | 0.25 | 0 | 0.25 | 0.53 |
| HSL | 120º | 0.14% | 0.41% | - |
| HSV(B) | 120º | 0.25% | 0.47% | - |
| XYZ | 12.78 | 16.34 | 12.15 | - |
| YUV | 107.61 | 118.06 | 115.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 120 | 90 | 0.25 | 0 | 0.25 | 0.53 | 120 | 0.14 | 0.41 |
| Hex | 5A | 78 | 5A | 19 | 0 | 19 | 35 | 78 | E | 29 |
| Octal | 132 | 170 | 132 | 31 | 0 | 31 | 65 | 170 | 16 | 51 |
| Binary | 1011010 | 1111000 | 1011010 | 11001 | 0 | 11001 | 110101 | 1111000 | 1110 | 101001 |
Color Harmonies of #5A785A
Complementary color
Monochromatic Colors of #5A785A
Black with #5A785A
Text Example
Text Example
White with #5A785A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A785A; }
p { color: rgb(90,120,90); }
H1.HeaderClassName
{
color: #5A785A;
}
.AnyTagClassName
{
color: #5A785A;
}
</style>
background-color css
<style>
a { background-color: #5A785A; }
a { background-color: rgb(90,120,90); }
div.DivClassName
{
background-color: #5A785A;
}
.BgClassName
{
background-color: #5A785A;
}
</style>
border-color css
<style>
span { border-color: #5A785A; }
span { border-color: rgb(90,120,90); }
td.TdClassName
{
border-color: #5A785A;
}
.TagClassName
{
border-color: #5A785A;
}
</style>