Html Css Color HEX #62775E Finlandia

📋 copy color: '#62775E'

red 98 ◦ green 119 ◦ blue 94

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

Shades of Finlandia #62775E

Tints of Finlandia #62775E

RGB

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

 GREEN value IS 119 (46.88% from 255) = 38.26%

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

R = 31.51%
G = 38.26%
B = 30.23%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.21

 K value IS 0.53

RGB Variations

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

Color information

#62775E (or 0x62775E) is known color: Finlandia. HEX triplet: 62, 77 and 5E. RGB value is (98,119,94). Sum of RGB (Red+Green+Blue) = 98+119+94=311 (41% of max value = 765). Red value is 98 (38.67% from 255 or 31.51% from 311); Green value is 119 (46.88% from 255 or 38.26% from 311); Blue value is 94 (37.11% from 255 or 30.23% from 311); Max value from RGB is 119 - color contains mainly: green. Hex color #62775E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #62775E is #9D88A1. Grayscale: #6D6D6D. Windows color (decimal): -10324130 or 6190946. OLE color: 6190946.

HSL color Cylindrical-coordinate representation of color #62775E: hue angle of 110.4º degrees, saturation: 0.12, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #62775E is Cyan = 0.18, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.53.

Color convert

RGB 98 119 94 -
CMYK 0.18 0 0.21 0.53
HSL 110.4º 0.12% 0.42% -
HSV(B) 110.4º 0.21% 0.47% -
XYZ 13.65 16.6 13.07 -
YUV 109.87 119.04 119.53 -
System Red Green Blue C M Y K H S L
Decimal 98 119 94 0.18 0 0.21 0.53 110.4 0.12 0.42
Hex 62 77 5E 12 0 15 35 6E C 2A
Octal 142 167 136 22 0 25 65 156 14 52
Binary 1100010 1110111 1011110 10010 0 10101 110101 1101110 1100 101010

Color Harmonies of #62775E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #62775E

Black with #62775E

Text Example


Text Example

White with #62775E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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