Shades of Finlandia #62735F
Tints of Finlandia #62735F
RGB
CMYK
RGB Variations
Color information
#62735F (or 0x62735F) is known color: Finlandia. HEX triplet: 62, 73 and 5F. RGB value is (98,115,95). Sum of RGB (Red+Green+Blue) = 98+115+95=308 (40% of max value = 765). Red value is 98 (38.67% from 255 or 31.82% from 308); Green value is 115 (45.31% from 255 or 37.34% from 308); Blue value is 95 (37.5% from 255 or 30.84% from 308); Max value from RGB is 115 - color contains mainly: green. Hex color #62735F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #62735F is #9D8CA0. Grayscale: #6B6B6B. Windows color (decimal): -10325153 or 6255458. OLE color: 6255458.
HSL color Cylindrical-coordinate representation of color #62735F: hue angle of 111º degrees, saturation: 0.1, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #62735F is Cyan = 0.15, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 98 | 115 | 95 | - |
| CMYK | 0.15 | 0 | 0.17 | 0.55 |
| HSL | 111º | 0.1% | 0.41% | - |
| HSV(B) | 111º | 0.17% | 0.45% | - |
| XYZ | 13.23 | 15.68 | 13.16 | - |
| YUV | 107.64 | 120.87 | 121.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 115 | 95 | 0.15 | 0 | 0.17 | 0.55 | 111 | 0.1 | 0.41 |
| Hex | 62 | 73 | 5F | F | 0 | 11 | 37 | 6F | A | 29 |
| Octal | 142 | 163 | 137 | 17 | 0 | 21 | 67 | 157 | 12 | 51 |
| Binary | 1100010 | 1110011 | 1011111 | 1111 | 0 | 10001 | 110111 | 1101111 | 1010 | 101001 |
Color Harmonies of #62735F
Complementary color
Monochromatic Colors of #62735F
Black with #62735F
Text Example
Text Example
White with #62735F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #62735F; }
p { color: rgb(98,115,95); }
H1.HeaderClassName
{
color: #62735F;
}
.AnyTagClassName
{
color: #62735F;
}
</style>
background-color css
<style>
a { background-color: #62735F; }
a { background-color: rgb(98,115,95); }
div.DivClassName
{
background-color: #62735F;
}
.BgClassName
{
background-color: #62735F;
}
</style>
border-color css
<style>
span { border-color: #62735F; }
span { border-color: rgb(98,115,95); }
td.TdClassName
{
border-color: #62735F;
}
.TagClassName
{
border-color: #62735F;
}
</style>