Shades of Finlandia #5D755B
Tints of Finlandia #5D755B
RGB
CMYK
RGB Variations
Color information
#5D755B (or 0x5D755B) is known color: Finlandia. HEX triplet: 5D, 75 and 5B. RGB value is (93,117,91). Sum of RGB (Red+Green+Blue) = 93+117+91=301 (39% of max value = 765). Red value is 93 (36.72% from 255 or 30.90% from 301); Green value is 117 (46.09% from 255 or 38.87% from 301); Blue value is 91 (35.94% from 255 or 30.23% from 301); Max value from RGB is 117 - color contains mainly: green. Hex color #5D755B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5D755B is #A28AA4. Grayscale: #6A6A6A. Windows color (decimal): -10652325 or 5993821. OLE color: 5993821.
HSL color Cylindrical-coordinate representation of color #5D755B: hue angle of 115.38º degrees, saturation: 0.12, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #5D755B is Cyan = 0.21, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 93 | 117 | 91 | - |
| CMYK | 0.21 | 0 | 0.22 | 0.54 |
| HSL | 115.38º | 0.13% | 0.41% | - |
| HSV(B) | 115.38º | 0.22% | 0.46% | - |
| XYZ | 12.76 | 15.81 | 12.28 | - |
| YUV | 106.86 | 119.05 | 118.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 117 | 91 | 0.21 | 0 | 0.22 | 0.54 | 115.38 | 0.13 | 0.41 |
| Hex | 5D | 75 | 5B | 15 | 0 | 16 | 36 | 73 | C | 29 |
| Octal | 135 | 165 | 133 | 25 | 0 | 26 | 66 | 163 | 14 | 51 |
| Binary | 1011101 | 1110101 | 1011011 | 10101 | 0 | 10110 | 110110 | 1110011 | 1100 | 101001 |
Color Harmonies of #5D755B
Complementary color
Monochromatic Colors of #5D755B
Black with #5D755B
Text Example
Text Example
White with #5D755B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D755B; }
p { color: rgb(93,117,91); }
H1.HeaderClassName
{
color: #5D755B;
}
.AnyTagClassName
{
color: #5D755B;
}
</style>
background-color css
<style>
a { background-color: #5D755B; }
a { background-color: rgb(93,117,91); }
div.DivClassName
{
background-color: #5D755B;
}
.BgClassName
{
background-color: #5D755B;
}
</style>
border-color css
<style>
span { border-color: #5D755B; }
span { border-color: rgb(93,117,91); }
td.TdClassName
{
border-color: #5D755B;
}
.TagClassName
{
border-color: #5D755B;
}
</style>