Shades of Finlandia #5A775A
Tints of Finlandia #5A775A
RGB
CMYK
RGB Variations
Color information
#5A775A (or 0x5A775A) is known color: Finlandia. HEX triplet: 5A, 77 and 5A. RGB value is (90,119,90). Sum of RGB (Red+Green+Blue) = 90+119+90=299 (39% of max value = 765). Red value is 90 (35.55% from 255 or 30.10% from 299); Green value is 119 (46.88% from 255 or 39.80% from 299); Blue value is 90 (35.55% from 255 or 30.10% from 299); Max value from RGB is 119 - color contains mainly: green. Hex color #5A775A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5A775A is #A588A5. Grayscale: #6B6B6B. Windows color (decimal): -10848422 or 5928794. OLE color: 5928794.
HSL color Cylindrical-coordinate representation of color #5A775A: 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.24%. Process color model (Four color, CMYK) of #5A775A is Cyan = 0.24, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 90 | 119 | 90 | - |
| CMYK | 0.24 | 0 | 0.24 | 0.53 |
| HSL | 120º | 0.14% | 0.41% | - |
| HSV(B) | 120º | 0.24% | 0.47% | - |
| XYZ | 12.66 | 16.11 | 12.11 | - |
| YUV | 107.02 | 118.39 | 115.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 119 | 90 | 0.24 | 0 | 0.24 | 0.53 | 120 | 0.14 | 0.41 |
| Hex | 5A | 77 | 5A | 18 | 0 | 18 | 35 | 78 | E | 29 |
| Octal | 132 | 167 | 132 | 30 | 0 | 30 | 65 | 170 | 16 | 51 |
| Binary | 1011010 | 1110111 | 1011010 | 11000 | 0 | 11000 | 110101 | 1111000 | 1110 | 101001 |
Color Harmonies of #5A775A
Complementary color
Monochromatic Colors of #5A775A
Black with #5A775A
Text Example
Text Example
White with #5A775A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A775A; }
p { color: rgb(90,119,90); }
H1.HeaderClassName
{
color: #5A775A;
}
.AnyTagClassName
{
color: #5A775A;
}
</style>
background-color css
<style>
a { background-color: #5A775A; }
a { background-color: rgb(90,119,90); }
div.DivClassName
{
background-color: #5A775A;
}
.BgClassName
{
background-color: #5A775A;
}
</style>
border-color css
<style>
span { border-color: #5A775A; }
span { border-color: rgb(90,119,90); }
td.TdClassName
{
border-color: #5A775A;
}
.TagClassName
{
border-color: #5A775A;
}
</style>