Shades of Finlandia #62715C
Tints of Finlandia #62715C
RGB
CMYK
RGB Variations
Color information
#62715C (or 0x62715C) is known color: Finlandia. HEX triplet: 62, 71 and 5C. RGB value is (98,113,92). Sum of RGB (Red+Green+Blue) = 98+113+92=303 (40% of max value = 765). Red value is 98 (38.67% from 255 or 32.34% from 303); Green value is 113 (44.53% from 255 or 37.29% from 303); Blue value is 92 (36.33% from 255 or 30.36% from 303); Max value from RGB is 113 - color contains mainly: green. Hex color #62715C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #62715C is #9D8EA3. Grayscale: #6A6A6A. Windows color (decimal): -10325668 or 6058338. OLE color: 6058338.
HSL color Cylindrical-coordinate representation of color #62715C: hue angle of 102.86º degrees, saturation: 0.1, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #62715C is Cyan = 0.13, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 98 | 113 | 92 | - |
| CMYK | 0.13 | 0 | 0.19 | 0.56 |
| HSL | 102.86º | 0.1% | 0.4% | - |
| HSV(B) | 102.86º | 0.19% | 0.44% | - |
| XYZ | 12.87 | 15.18 | 12.38 | - |
| YUV | 106.12 | 120.03 | 122.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 113 | 92 | 0.13 | 0 | 0.19 | 0.56 | 102.86 | 0.1 | 0.4 |
| Hex | 62 | 71 | 5C | D | 0 | 13 | 38 | 67 | A | 28 |
| Octal | 142 | 161 | 134 | 15 | 0 | 23 | 70 | 147 | 12 | 50 |
| Binary | 1100010 | 1110001 | 1011100 | 1101 | 0 | 10011 | 111000 | 1100111 | 1010 | 101000 |
Color Harmonies of #62715C
Complementary color
Monochromatic Colors of #62715C
Black with #62715C
Text Example
Text Example
White with #62715C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #62715C; }
p { color: rgb(98,113,92); }
H1.HeaderClassName
{
color: #62715C;
}
.AnyTagClassName
{
color: #62715C;
}
</style>
background-color css
<style>
a { background-color: #62715C; }
a { background-color: rgb(98,113,92); }
div.DivClassName
{
background-color: #62715C;
}
.BgClassName
{
background-color: #62715C;
}
</style>
border-color css
<style>
span { border-color: #62715C; }
span { border-color: rgb(98,113,92); }
td.TdClassName
{
border-color: #62715C;
}
.TagClassName
{
border-color: #62715C;
}
</style>