Shades of Finlandia #5E705E
Tints of Finlandia #5E705E
RGB
CMYK
RGB Variations
Color information
#5E705E (or 0x5E705E) is known color: Finlandia. HEX triplet: 5E, 70 and 5E. RGB value is (94,112,94). Sum of RGB (Red+Green+Blue) = 94+112+94=300 (39% of max value = 765). Red value is 94 (37.11% from 255 or 31.33% from 300); Green value is 112 (44.14% from 255 or 37.33% from 300); Blue value is 94 (37.11% from 255 or 31.33% from 300); Max value from RGB is 112 - color contains mainly: green. Hex color #5E705E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5E705E is #A18FA1. Grayscale: #686868. Windows color (decimal): -10588066 or 6189150. OLE color: 6189150.
HSL color Cylindrical-coordinate representation of color #5E705E: hue angle of 120º degrees, saturation: 0.09, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #5E705E is Cyan = 0.16, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.56.
Color convert
RGB | 94 | 112 | 94 | - |
CMYK | 0.16 | 0 | 0.16 | 0.56 |
HSL | 120º | 0.09% | 0.4% | - |
HSV(B) | 120º | 0.16% | 0.44% | - |
XYZ | 12.43 | 14.78 | 12.79 | - |
YUV | 104.57 | 122.04 | 120.46 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 94 | 112 | 94 | 0.16 | 0 | 0.16 | 0.56 | 120 | 0.09 | 0.4 |
Hex | 5E | 70 | 5E | 10 | 0 | 10 | 38 | 78 | 9 | 28 |
Octal | 136 | 160 | 136 | 20 | 0 | 20 | 70 | 170 | 11 | 50 |
Binary | 1011110 | 1110000 | 1011110 | 10000 | 0 | 10000 | 111000 | 1111000 | 1001 | 101000 |
Color Harmonies of #5E705E
Complementary color
Monochromatic Colors of #5E705E
Black with #5E705E
Text Example
Text Example
White with #5E705E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E705E; }
p { color: rgb(94,112,94); }
H1.HeaderClassName
{
color: #5E705E;
}
.AnyTagClassName
{
color: #5E705E;
}
</style>
background-color css
<style>
a { background-color: #5E705E; }
a { background-color: rgb(94,112,94); }
div.DivClassName
{
background-color: #5E705E;
}
.BgClassName
{
background-color: #5E705E;
}
</style>
border-color css
<style>
span { border-color: #5E705E; }
span { border-color: rgb(94,112,94); }
td.TdClassName
{
border-color: #5E705E;
}
.TagClassName
{
border-color: #5E705E;
}
</style>