Html Css Color HEX #62745F Finlandia

📋 copy color: '#62745F'

red 98 ◦ green 116 ◦ blue 95

#62745F
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Finlandia #62745F

Tints of Finlandia #62745F

RGB

 RED value IS 98 (38.67% from 255) = 31.72%

 GREEN value IS 116 (45.7% from 255) = 37.54%

 BLUE value IS 95 (37.5% from 255) = 30.74%

R = 31.72%
G = 37.54%
B = 30.74%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.18

 K value IS 0.55

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#62745F (or 0x62745F) is known color: Finlandia. HEX triplet: 62, 74 and 5F. RGB value is (98,116,95). Sum of RGB (Red+Green+Blue) = 98+116+95=309 (40% of max value = 765). Red value is 98 (38.67% from 255 or 31.72% from 309); Green value is 116 (45.70% from 255 or 37.54% from 309); Blue value is 95 (37.5% from 255 or 30.74% from 309); Max value from RGB is 116 - color contains mainly: green. Hex color #62745F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #62745F is #9D8BA0. Grayscale: #6C6C6C. Windows color (decimal): -10324897 or 6255714. OLE color: 6255714.

HSL color Cylindrical-coordinate representation of color #62745F: hue angle of 111.43º 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 #62745F is Cyan = 0.16, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.55.

Color convert

RGB 98 116 95 -
CMYK 0.16 0 0.18 0.55
HSL 111.43º 0.1% 0.41% -
HSV(B) 111.43º 0.18% 0.45% -
XYZ 13.35 15.91 13.19 -
YUV 108.22 120.54 120.71 -
System Red Green Blue C M Y K H S L
Decimal 98 116 95 0.16 0 0.18 0.55 111.43 0.1 0.41
Hex 62 74 5F 10 0 12 37 6F A 29
Octal 142 164 137 20 0 22 67 157 12 51
Binary 1100010 1110100 1011111 10000 0 10010 110111 1101111 1010 101001

Color Harmonies of #62745F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #62745F

Black with #62745F

Text Example


Text Example

White with #62745F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #62745F; }

 p { color: rgb(98,116,95); }

 H1.HeaderClassName
 {
   color: #62745F;
 }
 .AnyTagClassName
 {
   color: #62745F;
 }
</style>

background-color css

<style>
 a { background-color: #62745F; }

 a { background-color: rgb(98,116,95); }

 div.DivClassName
 {
   background-color: #62745F;
 }
 .BgClassName
 {
   background-color: #62745F;
 }
</style>

border-color css

<style>
 span { border-color: #62745F; }

 span { border-color: rgb(98,116,95); }

 td.TdClassName
 {
   border-color: #62745F;
 }
 .TagClassName
 {
   border-color: #62745F;
 }
</style>