Shades of Finlandia #5C795A
Tints of Finlandia #5C795A
RGB
CMYK
RGB Variations
Color information
#5C795A (or 0x5C795A) is known color: Finlandia. HEX triplet: 5C, 79 and 5A. RGB value is (92,121,90). Sum of RGB (Red+Green+Blue) = 92+121+90=303 (40% of max value = 765). Red value is 92 (36.33% from 255 or 30.36% from 303); Green value is 121 (47.66% from 255 or 39.93% from 303); Blue value is 90 (35.55% from 255 or 29.70% from 303); Max value from RGB is 121 - color contains mainly: green. Hex color #5C795A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5C795A is #A386A5. Grayscale: #6C6C6C. Windows color (decimal): -10716838 or 5929308. OLE color: 5929308.
HSL color Cylindrical-coordinate representation of color #5C795A: hue angle of 116.13º degrees, saturation: 0.15, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #5C795A is Cyan = 0.24, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 92 | 121 | 90 | - |
| CMYK | 0.24 | 0 | 0.26 | 0.53 |
| HSL | 116.13º | 0.15% | 0.41% | - |
| HSV(B) | 116.13º | 0.26% | 0.47% | - |
| XYZ | 13.1 | 16.69 | 12.2 | - |
| YUV | 108.8 | 117.39 | 116.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 121 | 90 | 0.24 | 0 | 0.26 | 0.53 | 116.13 | 0.15 | 0.41 |
| Hex | 5C | 79 | 5A | 18 | 0 | 1A | 35 | 74 | F | 29 |
| Octal | 134 | 171 | 132 | 30 | 0 | 32 | 65 | 164 | 17 | 51 |
| Binary | 1011100 | 1111001 | 1011010 | 11000 | 0 | 11010 | 110101 | 1110100 | 1111 | 101001 |
Color Harmonies of #5C795A
Complementary color
Monochromatic Colors of #5C795A
Black with #5C795A
Text Example
Text Example
White with #5C795A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5C795A; }
p { color: rgb(92,121,90); }
H1.HeaderClassName
{
color: #5C795A;
}
.AnyTagClassName
{
color: #5C795A;
}
</style>
background-color css
<style>
a { background-color: #5C795A; }
a { background-color: rgb(92,121,90); }
div.DivClassName
{
background-color: #5C795A;
}
.BgClassName
{
background-color: #5C795A;
}
</style>
border-color css
<style>
span { border-color: #5C795A; }
span { border-color: rgb(92,121,90); }
td.TdClassName
{
border-color: #5C795A;
}
.TagClassName
{
border-color: #5C795A;
}
</style>