Html Css Color HEX #61775E Finlandia

📋 copy color: '#61775E'

red 97 ◦ green 119 ◦ blue 94

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

Shades of Finlandia #61775E

Tints of Finlandia #61775E

RGB

 RED value IS 97 (38.28% from 255) = 31.29%

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

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

R = 31.29%
G = 38.39%
B = 30.32%

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

#61775E (or 0x61775E) is known color: Finlandia. HEX triplet: 61, 77 and 5E. RGB value is (97,119,94). Sum of RGB (Red+Green+Blue) = 97+119+94=310 (41% of max value = 765). Red value is 97 (38.28% from 255 or 31.29% from 310); Green value is 119 (46.88% from 255 or 38.39% from 310); Blue value is 94 (37.11% from 255 or 30.32% from 310); Max value from RGB is 119 - color contains mainly: green. Hex color #61775E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #61775E is #9E88A1. Grayscale: #6D6D6D. Windows color (decimal): -10389666 or 6190945. OLE color: 6190945.

HSL color Cylindrical-coordinate representation of color #61775E: hue angle of 112.8º 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 #61775E is Cyan = 0.18, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.53.

Color convert

RGB 97 119 94 -
CMYK 0.18 0 0.21 0.53
HSL 112.8º 0.12% 0.42% -
HSV(B) 112.8º 0.21% 0.47% -
XYZ 13.55 16.54 13.07 -
YUV 109.57 119.21 119.03 -
System Red Green Blue C M Y K H S L
Decimal 97 119 94 0.18 0 0.21 0.53 112.8 0.12 0.42
Hex 61 77 5E 12 0 15 35 71 C 2A
Octal 141 167 136 22 0 25 65 161 14 52
Binary 1100001 1110111 1011110 10010 0 10101 110101 1110001 1100 101010

Color Harmonies of #61775E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #61775E

Black with #61775E

Text Example


Text Example

White with #61775E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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