Shades of Finlandia #62735D
Tints of Finlandia #62735D
RGB
CMYK
RGB Variations
Color information
#62735D (or 0x62735D) is known color: Finlandia. HEX triplet: 62, 73 and 5D. RGB value is (98,115,93). Sum of RGB (Red+Green+Blue) = 98+115+93=306 (40% of max value = 765). Red value is 98 (38.67% from 255 or 32.03% from 306); Green value is 115 (45.31% from 255 or 37.58% from 306); Blue value is 93 (36.72% from 255 or 30.39% from 306); Max value from RGB is 115 - color contains mainly: green. Hex color #62735D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #62735D is #9D8CA2. Grayscale: #6B6B6B. Windows color (decimal): -10325155 or 6124386. OLE color: 6124386.
HSL color Cylindrical-coordinate representation of color #62735D: hue angle of 106.36º degrees, saturation: 0.11, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #62735D is Cyan = 0.15, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 98 | 115 | 93 | - |
| CMYK | 0.15 | 0 | 0.19 | 0.55 |
| HSL | 106.36º | 0.11% | 0.41% | - |
| HSV(B) | 106.36º | 0.19% | 0.45% | - |
| XYZ | 13.14 | 15.65 | 12.68 | - |
| YUV | 107.41 | 119.87 | 121.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 115 | 93 | 0.15 | 0 | 0.19 | 0.55 | 106.36 | 0.11 | 0.41 |
| Hex | 62 | 73 | 5D | F | 0 | 13 | 37 | 6A | B | 29 |
| Octal | 142 | 163 | 135 | 17 | 0 | 23 | 67 | 152 | 13 | 51 |
| Binary | 1100010 | 1110011 | 1011101 | 1111 | 0 | 10011 | 110111 | 1101010 | 1011 | 101001 |
Color Harmonies of #62735D
Complementary color
Monochromatic Colors of #62735D
Black with #62735D
Text Example
Text Example
White with #62735D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #62735D; }
p { color: rgb(98,115,93); }
H1.HeaderClassName
{
color: #62735D;
}
.AnyTagClassName
{
color: #62735D;
}
</style>
background-color css
<style>
a { background-color: #62735D; }
a { background-color: rgb(98,115,93); }
div.DivClassName
{
background-color: #62735D;
}
.BgClassName
{
background-color: #62735D;
}
</style>
border-color css
<style>
span { border-color: #62735D; }
span { border-color: rgb(98,115,93); }
td.TdClassName
{
border-color: #62735D;
}
.TagClassName
{
border-color: #62735D;
}
</style>