Shades of Finlandia #62735E
Tints of Finlandia #62735E
RGB
CMYK
RGB Variations
Color information
#62735E (or 0x62735E) is known color: Finlandia. HEX triplet: 62, 73 and 5E. RGB value is (98,115,94). Sum of RGB (Red+Green+Blue) = 98+115+94=307 (40% of max value = 765). Red value is 98 (38.67% from 255 or 31.92% from 307); Green value is 115 (45.31% from 255 or 37.46% from 307); Blue value is 94 (37.11% from 255 or 30.62% from 307); Max value from RGB is 115 - color contains mainly: green. Hex color #62735E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #62735E is #9D8CA1. Grayscale: #6B6B6B. Windows color (decimal): -10325154 or 6189922. OLE color: 6189922.
HSL color Cylindrical-coordinate representation of color #62735E: hue angle of 108.57º degrees, saturation: 0.1, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #62735E is Cyan = 0.15, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 98 | 115 | 94 | - |
| CMYK | 0.15 | 0 | 0.18 | 0.55 |
| HSL | 108.57º | 0.1% | 0.41% | - |
| HSV(B) | 108.57º | 0.18% | 0.45% | - |
| XYZ | 13.19 | 15.67 | 12.92 | - |
| YUV | 107.52 | 120.37 | 121.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 115 | 94 | 0.15 | 0 | 0.18 | 0.55 | 108.57 | 0.1 | 0.41 |
| Hex | 62 | 73 | 5E | F | 0 | 12 | 37 | 6D | A | 29 |
| Octal | 142 | 163 | 136 | 17 | 0 | 22 | 67 | 155 | 12 | 51 |
| Binary | 1100010 | 1110011 | 1011110 | 1111 | 0 | 10010 | 110111 | 1101101 | 1010 | 101001 |
Color Harmonies of #62735E
Complementary color
Monochromatic Colors of #62735E
Black with #62735E
Text Example
Text Example
White with #62735E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #62735E; }
p { color: rgb(98,115,94); }
H1.HeaderClassName
{
color: #62735E;
}
.AnyTagClassName
{
color: #62735E;
}
</style>
background-color css
<style>
a { background-color: #62735E; }
a { background-color: rgb(98,115,94); }
div.DivClassName
{
background-color: #62735E;
}
.BgClassName
{
background-color: #62735E;
}
</style>
border-color css
<style>
span { border-color: #62735E; }
span { border-color: rgb(98,115,94); }
td.TdClassName
{
border-color: #62735E;
}
.TagClassName
{
border-color: #62735E;
}
</style>