Html Css Color HEX #62765E Finlandia

📋 copy color: '#62765E'

red 98 ◦ green 118 ◦ blue 94

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

Shades of Finlandia #62765E

Tints of Finlandia #62765E

RGB

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

 GREEN value IS 118 (46.48% from 255) = 38.06%

 BLUE value IS 94 (37.11% from 255) = 30.32%

R = 31.61%
G = 38.06%
B = 30.32%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.20

 K value IS 0.54

RGB Variations

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

Color information

#62765E (or 0x62765E) is known color: Finlandia. HEX triplet: 62, 76 and 5E. RGB value is (98,118,94). Sum of RGB (Red+Green+Blue) = 98+118+94=310 (41% of max value = 765). Red value is 98 (38.67% from 255 or 31.61% from 310); Green value is 118 (46.48% from 255 or 38.06% from 310); Blue value is 94 (37.11% from 255 or 30.32% from 310); Max value from RGB is 118 - color contains mainly: green. Hex color #62765E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #62765E is #9D89A1. Grayscale: #6D6D6D. Windows color (decimal): -10324386 or 6190690. OLE color: 6190690.

HSL color Cylindrical-coordinate representation of color #62765E: hue angle of 110º degrees, saturation: 0.11, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #62765E is Cyan = 0.17, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.54.

Color convert

RGB 98 118 94 -
CMYK 0.17 0 0.20 0.54
HSL 110º 0.11% 0.42% -
HSV(B) 110º 0.2% 0.46% -
XYZ 13.54 16.36 13.03 -
YUV 109.28 119.37 119.95 -
System Red Green Blue C M Y K H S L
Decimal 98 118 94 0.17 0 0.20 0.54 110 0.11 0.42
Hex 62 76 5E 11 0 14 36 6E B 2A
Octal 142 166 136 21 0 24 66 156 13 52
Binary 1100010 1110110 1011110 10001 0 10100 110110 1101110 1011 101010

Color Harmonies of #62765E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #62765E

Black with #62765E

Text Example


Text Example

White with #62765E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #62765E; }

 p { color: rgb(98,118,94); }

 H1.HeaderClassName
 {
   color: #62765E;
 }
 .AnyTagClassName
 {
   color: #62765E;
 }
</style>

background-color css

<style>
 a { background-color: #62765E; }

 a { background-color: rgb(98,118,94); }

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

border-color css

<style>
 span { border-color: #62765E; }

 span { border-color: rgb(98,118,94); }

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